# com.mambabuilt/mcp-clay-to-instantly-smartlead-push (npm · @mambalabsdev/mcp-clay-to-instantly-smartlead-push)

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

- Trust score: 71/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-16

## Components

- npm · `@mambalabsdev/mcp-clay-to-instantly-smartlead-push`: 71/100 (this document), [markdown](https://verifymcp.io/servers/com-mambabuilt-mcp-clay-to-instantly-smartlead-push/mambalabsdev-mcp-clay-to-instantly-smartlead-push.md), [page](https://verifymcp.io/servers/com-mambabuilt-mcp-clay-to-instantly-smartlead-push/mambalabsdev-mcp-clay-to-instantly-smartlead-push)

## Channel facts

- Registry: `npm`
- Package: `@mambalabsdev/mcp-clay-to-instantly-smartlead-push`
- Version: `1.0.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-16.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 30 of 96 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 48/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 3 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 660 tokens (~660/item across 1 items; 1 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add com-mambabuilt-mcp-clay-to-instantly-smartlead-p -- npx -y @mambalabsdev/mcp-clay-to-instantly-smartlead-push
```

### Codex

```bash
codex mcp add com-mambabuilt-mcp-clay-to-instantly-smartlead-p -- npx -y @mambalabsdev/mcp-clay-to-instantly-smartlead-push
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-mambabuilt-mcp-clay-to-instantly-smartlead-p": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@mambalabsdev/mcp-clay-to-instantly-smartlead-push"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-mambabuilt-mcp-clay-to-instantly-smartlead-p --command npx --arg -y --arg @mambalabsdev/mcp-clay-to-instantly-smartlead-push
```

### Hermes

```yaml
mcp_servers:
  com-mambabuilt-mcp-clay-to-instantly-smartlead-p:
    command: "npx"
    args: ["-y", "@mambalabsdev/mcp-clay-to-instantly-smartlead-push"]
```

### Other

```json
{
  "mcpServers": {
    "com-mambabuilt-mcp-clay-to-instantly-smartlead-p": {
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-clay-to-instantly-smartlead-push"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-16 (score 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-14 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-13 (score 69, +2)

- [functional improvement] Stability: unverified → 0.13
- [functional] Package version: 1.0.0 → 1.0.1

### 2026-08-11 (score 67, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-08-09 (score 65)

First indexed and scored.

## MCP tools (1)

### `push_leads_to_sequencer` (~660 tokens)

Push Leads to Sequencer

Push enriched lead rows into an existing Instantly or Smartlead campaign. Maps common Clay column names onto each sequencer's own field names, optionally drops leads below a minimum ICP score, optionally deduplicates against the leads already in the destination campaign, and sends the rest in batches. Returns one flat summary row: how many leads were received, dropped for having no usable email, dropped by the ICP gate, dropped as duplicates, eligible, actually created by the sequencer, skipped by the sequencer, and failed, plus the vendor's own error message per failed address. The campaign must already exist; this does not create campaigns or write sequence copy. Set dry_run true to get back the exact request payload that would be sent without creating a single lead and without being charged, which is the safe way to check a mapping against a new campaign. Billing is per lead the sequencer confirms it created, so gated, duplicate, skipped, failed and dry-run leads are all free. Instantly uses API v2 and needs a v2 key; Smartlead uses API v1. Requires an APIFY_TOKEN and consumes Apify credits. This WRITES to your sequencer campaign unless dry_run is true.

Input parameters:

- `api_key` (string): Your Instantly v2 API key or your Smartlead API key. An Instantly v1 key will not work: v1 was deprecated on January 19, 2026. Required for any run that calls the sequencer. A dry run with deduplicat…
- `campaign_id` (string, required): The target campaign in the sequencer. It must already exist. Instantly campaign IDs are UUIDs; Smartlead campaign IDs are numeric.
- `custom_variables` (array): Extra column names to pass through as custom variables under their own name. Columns that are neither mapped nor listed here are dropped.
- `dataset_id` (string): An Apify dataset ID from an upstream run, for example the output of the ICP Fit Scorer. Used only when leads is empty.
- `deduplicate` (boolean): Read the campaign's existing leads first and drop any email already there. Default true. This is a read, so it needs an API key even on a dry run.
- `dry_run` (boolean): Run every step, return the exact payload that would be sent, and make zero write calls. Creates no leads and charges nothing. Default false.
- `field_mapping` (object): Override the default Clay column to sequencer field map. Keys are your column names, values are the sequencer field names. Set a value to an empty string to drop that column. A target the sequencer d…
- `leads` (array): Lead rows to push. Each row needs an email at minimum. Takes precedence over dataset_id when both are set.
- `min_icp_score` (integer): Drop leads whose icp_score is below this number. Default 0, which pushes everything. Rows with no icp_score are always kept.
- `sequencer` (string, required): Which sequencer to push to. Instantly uses API v2, Smartlead uses API v1.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-mambabuilt-mcp-clay-to-instantly-smartlead-push/mambalabsdev-mcp-clay-to-instantly-smartlead-push#diagnostics

## Score history

- 2026-08-16: 71
- 2026-08-15: 70
- 2026-08-14: 70
- 2026-08-13: 69
- 2026-08-12: 67
- 2026-08-11: 67
- 2026-08-10: 65
- 2026-08-09: 65

## Links

- npm package: https://www.npmjs.com/package/@mambalabsdev/mcp-clay-to-instantly-smartlead-push
- Socket report: https://socket.dev/npm/package/@mambalabsdev/mcp-clay-to-instantly-smartlead-push
- Repository: https://github.com/mambalabsdev/mcp-clay-to-instantly-smartlead-push
- Changelog RSS feed: https://verifymcp.io/servers/com-mambabuilt-mcp-clay-to-instantly-smartlead-push/mambalabsdev-mcp-clay-to-instantly-smartlead-push.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-mambabuilt-mcp-clay-to-instantly-smartlead-push/mambalabsdev-mcp-clay-to-instantly-smartlead-push.json
- HTML version of this page: https://verifymcp.io/servers/com-mambabuilt-mcp-clay-to-instantly-smartlead-push/mambalabsdev-mcp-clay-to-instantly-smartlead-push
