← 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.

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"
| Parameter | Type | Description |
|---|---|---|
| Emails | 4 tools | send_email, list_emails, get_email, cancel_email — send transactional mail and inspect delivery. |
| Domains | 3 tools | list_domains, get_domain, create_domain — add a sending domain and read back its DNS records. |
| Audencies & contacts | 4 tools | list_audiences, create_audience, list_contacts, create_contact — manage contact lists. |
| Broadcasts | 4 tools | list_broadcasts, get_broadcast, create_broadcast, send_broadcast — create and send a broadcast to an audience. |
More docs at the MCP page.