Dead Simple Email MCP server
Give an agent its own inbox: send, receive, and pull signup codes from real email.
0 stars
Reviews
Write oneNobody has reviewed Dead Simple Email yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Dead Simple Email tools
Tool list not cached yet. `describe` through the gateway fetches it live.
Public scan report
scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it
- Code scan16 source files scanned25/25
- Live reliabilityremote reachable in 395ms (auth required)20/20
- –Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
- Auth qualityOAuth resource metadata advertised on 40115/15
- Maintenancelast push 7 days ago15/15
- Maintainer identitynamespace and repository owner differ; website matches verified namespace6/10
What the publisher says
From the Dead Simple Email repository's README, as published. We do not edit it. Read it on GitHub
Dead Simple Email
<!-- mcp-name: email.deadsimple/dead-simple-email -->
Email infrastructure for AI agents. One call gives an agent a real, deliverable inbox — no SMTP credentials, no DNS, no dashboard.
deadsimple.email · Docs · API reference
Sign up with no human in the loop
An agent can provision its own account, API key and live inbox in a single unauthenticated call:
curl -X POST https://api.deadsimple.email/v1/auth/agent-signupThat returns a trial account (1 inbox, 10 sends/hour, 25/day). Claim it later with a verified email to move to the Free plan, keeping the same key and inboxes.
MCP server
Listed in the official MCP Registry as email.deadsimple/dead-simple-email, and on Smithery and Glama.
Remote (recommended) — nothing to install:
{
"mcpServers": {
"dead-simple-email": {
"type": "http",
"url": "https://api.deadsimple.email/mcp",
"headers": { "Authorization": "Bearer dse_your_api_key" }
}
}
}Local (stdio):
{
"mcpServers": {
"deadsimple": {
"command": "python",
"args": ["-m", "deadsimple.mcp"],
"env": { "DSE_API_KEY": "dse_your_api_key" }
}
}
}14 tools: createinbox, listinboxes, deleteinbox, sendemail, readmessages, readmessage, replytomessage, forwardmessage, waitforemail, getverificationcode, getverificationlink, listthreads, readthread, getusage.
The one agents reach for most is getverificationcode — it pulls the OTP or magic link out of the newest inbound message, so an agent can sign itself up for a third-party service or clear a 2FA prompt without ever parsing an email body.
SDKs
pip install deadsimple-email
npm install @deadsimple/emailfrom deadsimple import DeadSimple
dse = DeadSimple("dse_your_api_key")
inbox = dse.inboxes.create(display_name="Support Bot")
dse.messages.send(inbox.inbox_id, to=["someone@example.com"],
subject="Hello", text_body="Sent by an agent.")Framework integrations for LangChain, CrewAI, LlamaIndex, AutoGen and OpenAI Agents live in python/src/deadsimple/integrations/.
Repository layout
License
MIT
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http dead-simple-email https://api.deadsimple.email/mcp
Dead Simple Email: common questions
- Is Dead Simple Email MCP server safe?
- Yes, by our scan: it is graded A (95/100). Read the Dead Simple Email safety report
- How do I install Dead Simple Email?
- It runs remotely at api.deadsimple.email. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Dead Simple Email need an API key?
- No key to paste: it signs you in with OAuth when your client connects.
- Is Dead Simple Email maintained?
- The last commit was 7 days ago (2026-09-17). The latest release is v0.2.4.
- Is Dead Simple Email up?
- 100% of our last 22 checks got an answer. We check remote servers about four times a day.
- What can I use instead of Dead Simple Email?
- Servers from other publishers that do the same job: MX Probe MCP server, Postfleet MCP server and Agent Identity MCP server. Compare all Dead Simple Email alternatives.
Alternatives to Dead Simple Email
Same job from other publishers: the closest match first, then the best rated.
- MX ProbeEmail verification for AI agents: send, hold or kill with the reason. Signup and credits by API.not reviewedGrowingB
PostfleetGive an AI agent its own email address: send, reply, read, and wait for mail.not reviewedGrowingA- Agent IdentityGives an AI agent a disposable email and a real UK phone number to test signup flows.not reviewedGrowingB
BirdSend and receive across email, SMS, WhatsApp, and voice. One API, one contract.not reviewedGrowingA- AnimaGive your AI agent an identity it owns: email inbox, US phone number, SMS, voice, and a vault.not reviewedGrowingB