ColdMail Reseller MCP#
Your ColdMail Reseller account, fully controllable through conversation. Just say what you need — no dashboards, no clicking around.Setup#
Your API key can be found in your ColdMail Reseller dashboard under Settings → Integrations.Claude Desktop#
1.
Open Claude Desktop → Settings → Developer → Edit Config
2.
Add the following and replace your-api-key-here with your API key:
{
"mcpServers": {
"coldmail-reseller": {
"command": "npx",
"args": ["-y", "coldmail-reseller-mcp"],
"env": {
"CMR_API_KEY": "your-api-key-here"
}
}
}
}
3.
Save and restart Claude Desktop.
Cursor#
1.
Open Cursor → Cmd+Shift+P → search Open MCP Settings
2.
Add the following and replace your-api-key-here with your API key:
{
"mcpServers": {
"coldmail-reseller": {
"command": "npx",
"args": ["-y", "coldmail-reseller-mcp"],
"env": {
"CMR_API_KEY": "your-api-key-here"
}
}
}
}
What you can do#
Just type what you want in Claude. For example:"Check if outreachlab.com is available"
"Buy example.com and set up 3 mailboxes for john, sarah, and mike"
"Show all active subscriptions"
"Renew all subscriptions for user abc123"
"Add warmup to mailbox mb_xyz with a daily ramp-up of 5"
"Export all mailboxes from test.com to EmailBison"
"Get the DNS records for mydomain.com"
"What's my wallet balance?"
"Cancel the subscription for domain xyz.com"
Modified at 2026-08-05 16:12:50