← Blog·Jul 27, 2026product

MCP is live!

We know how much AI is used to develop these days, and want you to have a good starting point.

SivertSivertFounder / Coffee DrinkerBuilding eusend — email infrastructure where your email data never leaves the EU.

In order to increase your time-to-first-email, we've now implemented MCP for your agentic workflows.

The MCP server can be used both as a remote server, or run locally. It essentially wraps our API with most of the features ready. For now, we've left the destructive actions out (deleting, mass sending, etc) that an agent accidentally could trigger.

To set it up with Claude:

claude mcp add --transport http eusend https://mcp.eusend.dev/mcp \
  --header "Authorization: Bearer eu_live_xxxxxxxxxxxx"
ParameterTypeDescription
Emails4 toolssend_email, list_emails, get_email, cancel_email — send transactional mail and inspect delivery.
Domains3 toolslist_domains, get_domain, create_domain — add a sending domain and read back its DNS records.
Audencies & contacts4 toolslist_audiences, create_audience, list_contacts, create_contact — manage contact lists.
Broadcasts4 toolslist_broadcasts, get_broadcast, create_broadcast, send_broadcast — create and send a broadcast to an audience.

More docs at the MCP page.