mcp-clay-to-instantly-smartlead-push
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-clay-to-instantly-smartlead-pushDry run: push leads from dataset abc123 to Instantly campaign 456"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-pushClaude 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.
Related MCP server: Instantly MCP Server
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.
Input | Type | Required | Notes |
| string | yes |
|
| string | yes | The target campaign. It must already exist. |
| string | see note | Your Instantly v2 key or Smartlead key |
| array | one of | Lead rows. Each needs an |
| string | one of | An Apify dataset ID from an upstream run |
| number | no | Drop leads scoring below this. Default 0. |
| boolean | no | Check the campaign first. Default true. |
| boolean | no | Preview without sending. Default false. |
| object | no | Override the default column map |
| 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 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
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. |
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables comprehensive LinkedIn profile search, data extraction, and contact enrichment using Google Search, Apollo.io, and AI-powered analysis. Includes automated data mining workflows with database storage and CSV export capabilities.3
- AlicenseAqualityFmaintenanceEnables interaction with Instantly.ai email outreach platform through 31 tools across accounts, campaigns, leads, emails, and analytics. Supports both local and remote deployment with multi-tenant authentication.27MIT
- Flicense-quality-maintenanceEnables automated LinkedIn lead generation and outreach through profile search, AI-powered lead scoring, personalized message generation, and automated follow-up sequences. Includes API key management with tier-based usage limits and PostgreSQL-backed tracking.
- Alicense-qualityBmaintenanceEnables web scraping, browser automation, and dataset management through Apify's actor platform.MIT
Related MCP Connectors
B2B lead generation, email verification, company enrichment, and agentic GTM Ops.
Sales intelligence for B2B SMEs — lead scoring, ICP fit, CRM enrichment & writeback.
Scrape and analyze public LinkedIn posts as structured JSON via the Apify LinkedIn Posts API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mambalabsdev/mcp-clay-to-instantly-smartlead-push'
If you have feedback or need assistance with the MCP directory API, please join our Discord server