MCP Uptime
← MCP Reliability Index  /  Communication
D

Dead Simple Email

email.deadsimple/dead-simple-email
Give an agent its own inbox: send, receive, and pull signup codes from real email.
healthy
status
14
tools exposed
910ms
connect latency
ff5c1da99abc
schema fingerprint

Tools (14)

create_inbox
Create a new email inbox. Returns the inbox details including the email address. Args: display_name: Friendly name for the inbox (e.g. "Support Bot") tags: Comma-separated tags (e.g. "support,production")
list_inboxes
List all email inboxes in the account. Args: limit: Maximum number of inboxes to return (default 20)
delete_inbox
Delete an inbox and all its messages. Args: inbox_id: The inbox ID to delete
send_email
Send an email from an inbox. Args: inbox_id: The inbox to send from to: Recipient email address (comma-separated for multiple) subject: Email subject line body: Email body (plain text) cc: CC recipients (comma-separated, optional) bcc: BCC recipie
read_messages
Read recent messages in an inbox. Args: inbox_id: The inbox to read from limit: Maximum number of messages to return (default 10)
read_message
Read a single message with full body content. Args: inbox_id: The inbox containing the message message_id: The message ID to read
reply_to_message
Reply to a message. Threading headers are set automatically. Args: inbox_id: The inbox containing the message message_id: The message ID to reply to body: Reply body (plain text)
forward_message
Forward a message to new recipients. Args: inbox_id: The inbox containing the message message_id: The message ID to forward to: Recipient email address (comma-separated for multiple) body: Optional additional text to include
wait_for_email
Block until a NEW inbound email arrives in the inbox, then return it. Use for signup/verification flows: trigger the action that sends the email, then call this to receive it. Only emails arriving after this call count. Args: inbox_id: The inbox to watch from_contains:
get_verification_code
Wait for a verification/OTP email and return the extracted code. Waits for the next new inbound email, then returns the auto-extracted verification code (and any magic link). Perfect for autonomous sign-ups. Args: inbox_id: The inbox to watch from_contains: Only match s
get_verification_link
Wait for an email and return the extracted magic link / verification URL. Args: inbox_id: The inbox to watch from_contains: Only match senders containing this text (optional) timeout_seconds: Max seconds to wait (default 60)
list_threads
List conversation threads in an inbox. Args: inbox_id: The inbox to list threads for limit: Maximum number of threads to return (default 10)
read_thread
Read all messages in a conversation thread. Args: inbox_id: The inbox containing the thread thread_id: The thread ID to read
get_usage
Get account usage metrics: inboxes, emails sent/received, plan limits.

Endpoint

https://api.deadsimple.email/mcp
Category: Communication · Last checked: 2026-07-30T13:44:28Z

Monitor your own MCP server

Get alerted the moment yours goes down, a tool schema drifts, or an upstream silently breaks.

Get early access
How we measure →
What this means. This server responded to the MCP handshake and listed its tools without authentication. The schema fingerprint lets us flag if tool signatures silently change (schema drift) between checks.