Marketing
coldrig.dev
Manages and analyzes email outreach campaigns, including infrastructure setup and performance metrics.
ENDPOINT 1
https://agent-cold-email-api.yaakovscher.workers.dev/mcp
MCP server metadata
- Name
- agent-cold-email
- Version
- 0.2.2
Known tools 28
setup_infrastructureProvision sending infrastructure: buy branded lookalike domains, create mailboxes, start warmup.
Potential side effectsmetricsAccount-wide outcome totals across ALL campaigns: { sent, reply, bounce, complaint, unsubscribe, failed, soft_bounce } — same shape as campaign_results but summed tenant-wide (bounce = hard only, opens not tracked).
Inferred read-onlypausePause ONE campaign: its status → 'paused', so the tick schedules no further steps (already-sent mail is unaffected; there is no resume tool).
Inferred read-onlypause_allPause EVERY active campaign for the tenant at once (each active status → 'paused'; the tick then schedules no further sends).
Inferred read-onlyaccountAccount overview: brand, plan, status, billingState, activationState, resource counts, usageCents, quota, deliverability (loop state: paused/throttled mailboxes, burning domains, auto-replacements, recentActions[]), and teardown (reclaim summary once canceled, else null).
Inferred read-onlyremove_mailboxesDowngrade: release your N NEWEST live mailboxes now and lower the billed quantity.
Inferred read-onlylabel_threadSet or clear a triage LABEL on an inbox thread — the same chip the dashboard shows.
Inferred read-onlylist_campaignsList every campaign at once: [{ campaignId, name, status, counts{sent,reply,bounce,complaint,unsubscribe,failed,soft_bounce} }], newest first — no per-campaign lookup needed.
Inferred read-onlyget_webhooksList your outbound webhook subscriptions, or (with id) one subscription plus its recent delivery + attempt log.
Inferred read-onlyget_byo_domainsList your BYO (bring-your-own) domains, or (with id) one domain's full intake detail.
Inferred read-onlysuppress_leadPermanently suppress an email address tenant-wide (every current and future campaign) — the manual/free-text 'stop emailing me' path for opt-outs the strict typed-unsubscribe matcher misses.
Potential side effectsupdate_leadRecord what you learned about a contact (their reply, your triage) as a durable, contact-level disposition — keyed by email, visible across every campaign that lists them.
Potential side effectslist_leadsList/export leads with their contact-level disposition, cursor-paginated.
Inferred read-onlylist_messagesList this tenant's system + operator messages (a retryable setup step, a credential going live, an operator notice), cursor-paginated.
Inferred read-onlyack_messageAcknowledge a message by id (from list_messages or infrastructure_status's messages[]) — sets it read so it stops surfacing as unacked.
Potential side effectscontact_operatorReach a human operator — for anything list_messages/infrastructure_status can't answer (a stuck vendor issue, a billing question, an account-level ask).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agent-cold-email]
url = "https://agent-cold-email-api.yaakovscher.workers.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-cold-email": {
"type": "http",
"url": "https://agent-cold-email-api.yaakovscher.workers.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-cold-email
Remote MCP URL: https://agent-cold-email-api.yaakovscher.workers.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agent-cold-email": {
"url": "https://agent-cold-email-api.yaakovscher.workers.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-cold-email": {
"type": "http",
"url": "https://agent-cold-email-api.yaakovscher.workers.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-cold-email",
"transport": "streamable-http",
"url": "https://agent-cold-email-api.yaakovscher.workers.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for workers.dev was fetched 2026-08-25T16:44:24.083Z.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.