Push enriched leads into an Instantly or Smartlead campaign, with ICP gating and dedupe.
MCPpedia last refreshed this data
com.mambabuilt/mcp-clay-to-instantly-smartlead-push is an MCP server that push enriched leads into an Instantly or Smartlead campaign, with ICP gating and dedupe. Its tool list has not been published yet over stdio, sse and http, requires no API key, and scores 59/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mamba-clay-to-instantly-smartlead-push": {
"env": {
"APIFY_TOKEN": "your-apify-token"
},
"args": [
"-y",
"@mambalabsdev/mcp-clay-to-instantly-smartlead-push"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for the Mamba Labs Sequencer Lead Push actor on Apify.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@mambalabsdev/mcp-clay-to-instantly-smartlead-push' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @mambalabsdev/mcp-clay-to-instantly-smartlead-push against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing
DataForSEO API modelcontextprotocol server
B2B lead generation and company search through Generect Live API for sales prospecting.
Turn any idea, URL, doc, or PDF into on-brand visuals: 100+ formats, native in 150+ languages
Google Search Console MCP Server for Claude, Cursor, Windsurf and other MCP Clients
MCP Security Weekly
Get CVE alerts and security updates for com.mambabuilt/mcp-clay-to-instantly-smartlead-push and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
npx -y @mambalabsdev/mcp-clay-to-instantly-smartlead-push
{
"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.
push_leads_to_sequencerMaps 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.
| Input | Type | Required | Notes |
|---|---|---|---|
sequencer | string | yes | instantly, smartlead or heyreach. HeyReach is LinkedIn native and keys a lead on linkedin_person_url rather than on email |
campaign_id | string | yes | The target campaign. It must already exist. |
api_key | string | see note | Your Instantly v2 key or Smartlead key |
leads | array | one of | Lead rows. Each needs an email at minimum. |
dataset_id | string | one of | An Apify dataset ID from an upstream run |
min_icp_score | number | no | Drop leads scoring below this. Default 0. |
deduplicate | boolean | no | Check the campaign first. Default true. |
dry_run | boolean | no | Preview without sending. Default false. |
field_mapping | object | no | Override the default column map |
custom_variables | array | no | Extra 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 identity (an email, or a LinkedIn profile URL on HeyReach), 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: 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.
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.
| Sequencer | API | Notes |
|---|---|---|
| Instantly | v2 | Needs a v2 key. Keys from v1 do not work: Instantly deprecated v1 on January 19, 2026. |
| Smartlead | v1 | Current. Smartlead has no v2. |
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.
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