Back to search
100
MCP live v1.0.0 streamable-http

io.github.Bluecraft-AI/machfive

io.github.Bluecraft-AI/machfive

Generate hyper-personalized cold email sequences via MachFive API.

Uptime
100.0%
3 probes
Response
529ms
last probe
Tools
6
callable

Tools · 6

list_campaigns

List campaigns in the user's MachFive workspace. CALL THIS FIRST before generate_sequence or generate_batch — you need a campaign ID to generate emails. If the user hasn't specified a campaign, call …

generate_sequence

Generate a personalized cold email sequence for ONE lead. This is SYNCHRONOUS — the request takes 3-10 minutes because MachFive researches the prospect and crafts unique emails. Do NOT retry if it se…

generate_batch

Submit multiple leads for batch email sequence generation (ASYNC). Returns IMMEDIATELY with a list_id. Processing runs in the background. After calling this, poll get_list_status every 15-30 seconds …

list_lists

List lead lists (batch jobs) in the user's MachFive workspace. Useful for browsing past batches, checking what's in progress, or finding a list_id to export. Results are ordered newest first.

get_list_status

Check the processing status of a lead list. Use this to POLL after calling generate_batch. Call every 15-30 seconds until processing_status is 'completed' or 'failed'. When completed, call export_lis…

export_list

Download the generated email sequences for a COMPLETED list. Only call this AFTER get_list_status shows processing_status = 'completed'. If the list is not yet completed, you'll get a 409 error — pol…

Similar MCP servers embedding-nearest

io.github.Bluecraft-AI/cold-email live
Generate hyper-personalized cold email sequences via AI.
6 tools · streamable-http
io.github.bluecraft-ai/machfive
Generate hyper-personalized cold email sequences via MachFive API.
0 tools · streamable-http
io.github.bluecraft-ai/cold-email
Generate hyper-personalized cold email sequences via AI.
0 tools · streamable-http
ai.meetlark/mcp-server live
Agent-first meeting schedule polls for humans and agents. Create polls, vote, find times.
6 tools · streamable-http
DataMerge MCP live
B2B data enrichment for 375M+ companies: legal entities, corporate hierarchies, and contacts.
26 tools · streamable-http
AI Success Story live
First-person AI war-stories from coding sessions, searchable via MCP for prior-art consultation.
7 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.bluecraft-ai/machfive": {
      "url": "https://mcp.machfive.io/mcp",
      "transport": "streamable-http"
    }
  }
}