Add to your agent
The hosted MCP server turns the whole outbound loop into tools for Claude, Cursor, or any MCP client. One URL, one header, eleven tools.
First: an account and a key
The MCP server authenticates with your API key — there is no anonymous access. Create your workspace at app.gtmrouter.dev (300 free credits), then create a key under API Keys. Every snippet below uses the placeholder YOUR_GTMROUTER_API_KEY — swap in your own.
Claude
Claude Code / CLI:
claude mcp add --transport http gtmrouter https://mcp.gtmrouter.dev/mcp \ --header "Authorization: Bearer YOUR_GTMROUTER_API_KEY"
Claude Desktop / claude.ai — add a custom connector with URL https://mcp.gtmrouter.dev/mcp and the same Authorization header.
Cursor & other MCP clients
{
"mcpServers": {
"gtmrouter": {
"url": "https://mcp.gtmrouter.dev/mcp",
"headers": { "Authorization": "Bearer YOUR_GTMROUTER_API_KEY" }
}
}
}Any client speaking MCP streamable-HTTP works the same way — n8n, custom agents, your own SDK loops.
What your agent can do
| Tool | What it does | Cost |
|---|---|---|
| find_leads | Search 200M+ contacts by title/industry/location | 0.2 cr/lead |
| enrich | Reveal verified email (+ mobile) for a person | 5 cr/hit |
| verify_email | Deliverability check incl. catch-all analysis | 1 cr |
| find_intent | Hiring / funding / news / tech signals per company | 5 cr/company |
| setup_sending | Quote & buy warmed sending capacity | quote free |
| create_campaign | Draft a sequenced campaign (never sends) | free |
| launch_campaign | Launch — always pauses for your approval | free |
| get_replies | Read replies, classified | free |
| get_usage · get_operation · get_request | Balance, async progress, request status | free |
Try it
Once connected, paste this into your agent:
Find me 50 healthcare executives in the US, enrich the three most promising into verified emails, check one for deliverability, and draft a two-step outbound campaign. Do not launch anything.
That exact flow is our acceptance test — it runs end to end in one conversation and ends at a draft.