Skip to main content
Glama

Server Details

Generate hyper-personalized cold email sequences via MachFive API.

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
Bluecraft-AI/machfive-mcp
GitHub Stars
2
Server Listing
MachFive Cold Email

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

6 tools
export_listInspect

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 — poll first.

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoOutput format: 'json' (structured data) or 'csv' (raw CSV for sending tools).json
list_idYesList UUID to export.
generate_batchInspect

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 until processing_status is 'completed' or 'failed', then call export_list.

You must have a campaign_id first. Call list_campaigns if you don't have one.

ParametersJSON Schema
NameRequiredDescriptionDefault
list_nameNoDisplay name for this batch in MachFive UI.
leads_jsonYesJSON array of lead objects. Each MUST have "email". Optional: name, title, company, company_website, linkedin_url. Example: '[{"email":"jane@acme.com","name":"Jane Doe"}]'
campaign_idYesCampaign UUID from list_campaigns.
email_countNoNumber of emails per lead, 1-5.
approved_ctasNoComma-separated CTAs. Omit to use campaign defaults.
campaign_angleNoAdditional context/angle for personalization.
email_signatureNoSignature appended to each email.
generate_sequenceInspect

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 seems slow; wait for the response.

You must have a campaign_id first. Call list_campaigns if you don't have one. If the request times out, use the returned list_id with get_list_status and export_list to recover results.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameNoLead's full name (improves personalization).
emailYesLead's email address (REQUIRED).
titleNoLead's job title (improves personalization).
companyNoLead's company name (improves personalization).
list_nameNoDisplay name for this list in MachFive UI.
campaign_idYesCampaign UUID from list_campaigns.
email_countNoNumber of emails in sequence, 1-5.
linkedin_urlNoLinkedIn profile URL for deeper personalization.
approved_ctasNoComma-separated CTAs, e.g. 'Direct Meeting CTA, Lead Magnet CTA'. Omit to use campaign defaults.
campaign_angleNoAdditional context/angle for personalization.
company_websiteNoCompany URL for AI research.
email_signatureNoSignature appended to each email.
get_list_statusInspect

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_list. When failed, submit a new batch.

ParametersJSON Schema
NameRequiredDescriptionDefault
list_idYesList UUID from generate_batch or generate_sequence response.
list_campaignsInspect

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 this and ask them to pick one.

Returns JSON array of campaigns with id, name, and created_at. Use the 'id' field as campaign_id in generate calls.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoSearch string to filter campaigns by name (case-insensitive substring match). Leave empty to list all.
list_listsInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results to return, 1-100.
offsetNoPagination offset.
statusNoFilter by processing status: 'pending', 'processing', 'completed', or 'failed'.
campaign_idNoFilter by campaign UUID.

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Last verification attempt failed.

Hostname/IP does not match certificate's altnames: Host: mcp.machfive.io. is not in the cert's altnames: DNS:*.up.railway.app

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.