Agent MCP Server

Agent-native cold-email infrastructure: domains, mailboxes, warmup, sequences, replies via 17 tools

Remote serverstreamable-httpGo

What is the Agent MCP server?

Agent-native cold-email infrastructure: domains, mailboxes, warmup, sequences, replies via 17 tools. Exposed over MCP by the agent mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

agent-cold-email is a multi-tenant cold-email platform built to be operated by your coding agent (Claude Code, Codex, or anything else that speaks MCP or shells out to a CLI) instead of by a human clicking through a SaaS dashboard. Sign up, hand your agent one API token, and it drives the whole lifecycle: buy branded lookalike domains, provision and warm mailboxes, launch sequences, manage replies, and report metrics — through a curated set of 25 high-level tools, not a 100+ tool vendor re-export.

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Its toolset

Everything the assistant can do here goes through one of these:

  • setup_infrastructure — Buy branded lookalike domains, provision mailboxes, kick off warmup
  • infrastructure_status — Provisioning + warmup progress, per-mailbox health, send-readiness date
  • launch_campaign — Create and activate a sequence against a lead list
  • campaign_results — Per-campaign sends, replies, bounces, complaints
  • metrics — Account-wide deliverability + warmup health
  • inbox — Unified reply inbox across all mailboxes
  • thread — One thread's full message history
  • reply — Send a reply on a thread (stop-on-reply is automatic)
  • mark — Mark a thread read / unread / archived
  • account — Usage, billing, and quota
  • remove_mailboxes — Downgrade: release your N newest live mailboxes now and lower the billed quantity
  • get_dashboard — List/fetch the tenant's saved dashboard views (layout JSON)

Configuration

You will need one environment variable: COLDRIG_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Agent.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the agent mcp server does with a few real requests.

When to reach for it

Among the team communication options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Agent's toolset — setup_infrastructure, infrastructure_status, launch_campaign and 11 more — is a fair guide to whether it matches your workflow. It is maintained by YS-projectcalc; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Agent's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
setup_infrastructureBuy branded lookalike domains, provision mailboxes, kick off warmup
infrastructure_statusProvisioning + warmup progress, per-mailbox health, send-readiness date
launch_campaignCreate and activate a sequence against a lead list
campaign_resultsPer-campaign sends, replies, bounces, complaints
metricsAccount-wide deliverability + warmup health
inboxUnified reply inbox across all mailboxes
threadOne thread's full message history
replySend a reply on a thread (stop-on-reply is automatic)
markMark a thread read / unread / archived
accountUsage, billing, and quota
remove_mailboxesDowngrade: release your N newest live mailboxes now and lower the billed quantity
get_dashboardList/fetch the tenant's saved dashboard views (layout JSON)
configure_dashboardCreate/update/delete a dashboard view — the agent controls the human dashboard's layout
label_threadSet/clear an intent label (interested, not-now, OOO, …) on a reply thread

How to install the Agent MCP server

{
  "mcpServers": {
    "agent-cold-email": {
      "url": "https://api.coldrig.dev/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
COLDRIG_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use Agent to setup infrastructure.
  • Use Agent to infrastructure status.
  • Use Agent to launch campaign.

Frequently asked questions

It connects Agent to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (setup_infrastructure, infrastructure_status, launch_campaign, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Agent directly.