Send transactional email and manage domains, audiences, and broadcasts from any MCP client.
What it says
The record the registry holds
Where it answers
https://mcp.eusend.dev/mcp · streamable-http
How you get it
It also ships as a package you run yourself.
@eusend_dev/mcp · npm · 0.2.3
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "dev.eusend/eusend",
"description": "Send transactional email and manage domains, audiences, and broadcasts from any MCP client.",
"title": "Eusend",
"version": "0.2.3",
"websiteUrl": "https://eusend.dev/docs/mcp",
"packages": [
{
"registryType": "npm",
"identifier": "@eusend_dev/mcp",
"version": "0.2.3",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Eusend API key. Use an eu_test_ key to trial calls without delivering mail.",
"isRequired": true,
"isSecret": true,
"name": "EUSEND_API_KEY"
},
{
"description": "Default sender address, so the assistant does not guess an unverified one.",
"format": "string",
"name": "EUSEND_FROM"
},
{
"description": "Default reply-to address used when a send omits one.",
"format": "string",
"name": "EUSEND_REPLY_TO"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.eusend.dev/mcp",
"headers": [
{
"description": "Bearer token carrying your eusend API key.",
"isRequired": true,
"value": "Bearer {api_key}",
"isSecret": true,
"variables": {
"api_key": {
"description": "Eusend API key (eu_live_… or eu_test_…).",
"isRequired": true,
"isSecret": true
}
},
"name": "Authorization"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-17T05:21:31.007002Z",
"publishedAt": "2026-08-17T05:21:31.007002Z",
"updatedAt": "2026-08-17T05:21:31.007002Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you calllocal · you run it yourselfversion 0.2.3last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.