MCP-сервер холодных рассылок.
MCP (Model Context Protocol) is an open standard that lets AI assistants like Claude connect to external apps. Think of it as a universal translator between AI and software.
MachFive MCP Server is a connector that lets your AI assistants communicate directly with your MachFive account. Your AI can list campaigns, generate hyper-personalized cold email sequences, manage lead lists, and export results — all through natural conversation.
Instead of logging into MachFive, uploading CSVs, and waiting for results, you can simply tell your AI what you need:
Your AI understands the request, connects to MachFive through MCP, and executes the action — all in seconds.
⚠️ Keep this key private — it's like a password to your MachFive account.
https://mcp.machfive.io/mcp/YOUR_API_KEYYOUR_API_KEY with the API key you createdIf you prefer editing the config file directly:
YOUR_API_KEY):{
"mcpServers": {
"machfive": {
"url": "https://mcp.machfive.io/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
YOUR_API_KEY):{
"mcpServers": {
"machfive": {
"url": "https://mcp.machfive.io/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
For automating workflows with AI agents in n8n:
https://mcp.machfive.io/mcp/YOUR_API_KEYFor any MCP-compatible client, use the URL with your API key:
https://mcp.machfive.io/mcp/YOUR_API_KEY
This URL works with any client that supports Streamable HTTP transport.
Open your AI assistant and try:
"List my MachFive campaigns"
If you see your campaign list, you're connected! 🎉
MachFive MCP supports three authentication methods:
| Method | Format | Best For |
|---|---|---|
| URL path | https://mcp.machfive.io/mcp/YOUR_API_KEY | Clients without header support, n8n |
| Authorization header | Authorization: Bearer YOUR_API_KEY | Claude Desktop, Cursor |
| Authorization header (no prefix) | Authorization: YOUR_API_KEY | Simplified integrations |
The Bearer prefix is optional for the Authorization header.
MachFive MCP provides 6 tools for cold email generation:
| Tool | Description |
|---|---|
list_campaigns | List all campaigns in your workspace. Call this first — you need a campaign ID for generation. |
| Tool | Description |
|---|---|
generate_sequence | Generate a personalized email sequence for one lead (synchronous, 3-10 min). |
generate_batch | Submit multiple leads for batch generation (async, returns immediately with a list ID). |
| Tool | Description |
|---|---|
list_lists | Browse lead lists and batch jobs. |
get_list_status | Poll a batch job's status until completed or failed. |
export_list | Download results as JSON or CSV when a batch is complete. |
You: "Generate a 3-email sequence for jane@acme.com using my Marketing Agencies campaign. Her name is Jane Doe and she's the VP of Growth."
AI: "I'll generate that sequence now. This typically takes 3-5 minutes since MachFive researches the prospect and crafts personalized emails..."
[3 minutes later]
AI: "Here's your 3-email sequence for Jane Doe at Acme:
Email 1 — Subject: Quick question, Jane Hi Jane, I noticed Acme's recent expansion into..."
You: "I have 25 leads to process. Here they are: [paste leads]. Use my SaaS Founders campaign."
AI: "Batch submitted! I got list ID abc-123. Let me check the status..."
[polls automatically]
AI: "Your batch is complete — all 25 leads processed with 75 emails generated. Would you like me to export as CSV or JSON?"
You: "What campaigns do I have, and are there any batches still processing?"
AI: "You have 3 campaigns: First Campaign, Gator 100, and Marketing Agencies. All current batches are completed — no pending jobs."
| Problem | Solution |
|---|---|
| Connection failed | Double-check your API key is correct |
| "Invalid API key" error | Regenerate your API key in MachFive settings |
| No response | Restart your AI client |
| Timeout on generate_sequence | Normal — generation takes 3-10 minutes. Don't retry. |
| Server unavailable | Check your internet connection and try again |
No. Setup takes about 5 minutes and just requires pasting your API key into your AI assistant's settings.
Any MCP-compatible client, including:
Yes. The connection uses your personal API key over encrypted HTTPS. Your AI can only access what your API key permits. Each user authenticates with their own key — MachFive never stores or shares API keys on the MCP server.
Your AI can:
The MCP server is free with your MachFive subscription. Email generation uses your account's credits as normal.
https://mcp.machfive.io/mcp
Single lead generation (generate_sequence) takes 3-10 minutes because MachFive researches the prospect and crafts truly personalized emails. Batch generation (generate_batch) returns immediately — processing happens in the background, and you poll for completion.
Generation is non-destructive — it creates new email sequences without affecting existing data. If a batch fails, simply submit a new one.
| Endpoint | URL |
|---|---|
| Health check | https://mcp.machfive.io/ |
| MCP protocol | https://mcp.machfive.io/mcp |
| MCP with API key | https://mcp.machfive.io/mcp/YOUR_API_KEY |
Need help? Contact us at support@machfive.io
MCP Documentation: modelcontextprotocol.io