Back to Browse

Clay To Instantly Smartlead Push MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Push enriched leads into an Instantly or Smartlead campaign, with ICP gating and dedupe.

About

Push enriched leads into an Instantly or Smartlead campaign, with ICP gating and dedupe.

Security Report

4.2
Use Caution4.2High Risk

This MCP server is well-structured with proper authentication and reasonable security practices. The server requires APIFY_TOKEN for most operations and correctly handles it as an environment variable. Minor code quality concerns around error handling and input validation exist, but the server's permissions align well with its stated purpose of pushing leads to sequencer APIs. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

3 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Apify API token from https://console.apify.com/account/integrationsRequired

Environment variable: APIFY_TOKEN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "com-mambabuilt-mcp-clay-to-instantly-smartlead-push": {
      "env": {
        "APIFY_TOKEN": "your-apify-token-here"
      },
      "args": [
        "-y",
        "@mambalabsdev/mcp-clay-to-instantly-smartlead-push"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Sequencer Lead Push MCP Server

MCP server for the Mamba Labs Sequencer Lead Push actor on Apify.

Push enriched lead rows into an existing Instantly or Smartlead campaign. ICP score gating and deduplication are built in, and a dry run shows you the exact payload before you send anything.

Install

npx -y @mambalabsdev/mcp-clay-to-instantly-smartlead-push

Claude Desktop

{
  "mcpServers": {
    "mamba-clay-to-instantly-smartlead-push": {
      "command": "npx",
      "args": ["-y", "@mambalabsdev/mcp-clay-to-instantly-smartlead-push"],
      "env": { "APIFY_TOKEN": "your-apify-token" }
    }
  }
}

Get an Apify token at console.apify.com/account/integrations.

Tool

push_leads_to_sequencer

Maps your column names onto the sequencer's field names, drops leads below your ICP score threshold, drops leads already in the campaign, and sends the rest in batches.

InputTypeRequiredNotes
sequencerstringyesinstantly or smartlead
campaign_idstringyesThe target campaign. It must already exist.
api_keystringsee noteYour Instantly v2 key or Smartlead key
leadsarrayone ofLead rows. Each needs an email at minimum.
dataset_idstringone ofAn Apify dataset ID from an upstream run
min_icp_scorenumbernoDrop leads scoring below this. Default 0.
deduplicatebooleannoCheck the campaign first. Default true.
dry_runbooleannoPreview without sending. Default false.
field_mappingobjectnoOverride the default column map
custom_variablesarraynoExtra columns to pass through

api_key is required for any run that calls the sequencer. A dry run with deduplicate false makes no calls at all and needs no key.

Returns one flat summary row: leads received, dropped for no usable email, dropped by the ICP gate, dropped as duplicates, eligible, created by the sequencer, skipped by the sequencer, and failed, with the vendor's own message per failed address.

Dry run

dry_run: true runs every step, returns the exact request batches that would have been sent, and creates nothing. Nothing is billed.

Use it the first time you point at a new campaign. The payload you see is the real one, and your API key is never included in it.

Billing

You are charged per lead the sequencer confirms it created. Leads dropped by the gate, dropped as duplicates, with no usable email, skipped or rejected by the vendor, and every lead in a dry run are all free.

Pricing is on the actor's Apify page. Running this server consumes Apify credits.

Supported sequencers

SequencerAPINotes
Instantlyv2Needs a v2 key. Keys from v1 do not work: Instantly deprecated v1 on January 19, 2026.
Smartleadv1Current. Smartlead has no v2.

What this server does and does not do

It is a thin client for the Apify actor. It passes your input through and returns the actor's output. The field mapping, the ICP gate, the deduplication and everything either vendor's API needs all live in the actor, not here.

It writes to your sequencer campaign unless dry_run is true. It does not create campaigns and it does not write sequence copy.

Related

Part of the Mamba Labs GTM actor fleet. The same tool is available alongside fourteen others in @mambalabsdev/mcp-gtm-suite.

Built by Mamba Labs

Reviews

No reviews yet

Be the first to review this server!