{
  "markdown": "# Sequencer Lead Push MCP Server\n\nMCP server for the Mamba Labs [Sequencer Lead Push](https://apify.com/mambalabs/clay-to-instantly-smartlead-push) actor on Apify.\n\nPush 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.\n\n## Install\n\n```bash\nnpx -y @mambalabsdev/mcp-clay-to-instantly-smartlead-push\n```\n\n### Claude Desktop\n\n```json\n{\n  \"mcpServers\": {\n    \"mamba-clay-to-instantly-smartlead-push\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@mambalabsdev/mcp-clay-to-instantly-smartlead-push\"],\n      \"env\": { \"APIFY_TOKEN\": \"your-apify-token\" }\n    }\n  }\n}\n```\n\nGet an Apify token at [console.apify.com/account/integrations](https://console.apify.com/account/integrations).\n\n## Tool\n\n### `push_leads_to_sequencer`\n\nMaps 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.\n\n| Input | Type | Required | Notes |\n| --- | --- | --- | --- |\n| `sequencer` | string | yes | `instantly`, `smartlead` or `heyreach`. HeyReach is LinkedIn native and keys a lead on `linkedin_person_url` rather than on email |\n| `campaign_id` | string | yes | The target campaign. It must already exist. |\n| `api_key` | string | see note | Your Instantly v2 key or Smartlead key |\n| `leads` | array | one of | Lead rows. Each needs an `email` at minimum. |\n| `dataset_id` | string | one of | An Apify dataset ID from an upstream run |\n| `min_icp_score` | number | no | Drop leads scoring below this. Default 0. |\n| `deduplicate` | boolean | no | Check the campaign first. Default true. |\n| `dry_run` | boolean | no | Preview without sending. Default false. |\n| `field_mapping` | object | no | Override the default column map |\n| `custom_variables` | array | no | Extra columns to pass through |\n\n`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.\n\nReturns 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.\n\n## Dry run\n\n`dry_run: true` runs every step, returns the exact request batches that would have been sent, and creates nothing. Nothing is billed.\n\nUse 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.\n\n## Billing\n\nYou 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.\n\nPricing is on the [actor's Apify page](https://apify.com/mambalabs/clay-to-instantly-smartlead-push). Running this server consumes Apify credits.\n\n## Supported sequencers\n\n| Sequencer | API | Notes |\n| --- | --- | --- |\n| Instantly | v2 | Needs a **v2** key. Keys from v1 do not work: Instantly deprecated v1 on January 19, 2026. |\n| Smartlead | v1 | Current. Smartlead has no v2. |\n\n## What this server does and does not do\n\nIt 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.\n\nIt writes to your sequencer campaign unless `dry_run` is true. It does not create campaigns and it does not write sequence copy.\n\n## Related\n\nPart of the Mamba Labs GTM actor fleet. The same tool is available alongside fourteen others in [`@mambalabsdev/mcp-gtm-suite`](https://www.npmjs.com/package/@mambalabsdev/mcp-gtm-suite).\n\nBuilt by [Mamba Labs](https://apify.com/mambalabs)\n",
  "bytes": 3894,
  "sha": "849906bb60cf1c43190ce625c727f59e6b091a27183c9ee40a8b49e1c268a762",
  "repo_slug": "mambalabsdev/mcp-clay-to-instantly-smartlead-push",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_mambabuilt_mcp_clay_to_instantly_sma_e2941bff/readme"
}