Skip to main content
Glama

Dead Simple Email

Server Details

Give an agent its own inbox: send, receive, and pull signup codes from real email.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
deadsimple-email/deadsimple-email
GitHub Stars
0
Server Listing
email.deadsimple/dead-simple-email

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 14 tool updates
    • First observedcreate_inbox
    • First observeddelete_inbox
    • First observedforward_message
    • First observedget_usage
    • First observedget_verification_code
    • First observedget_verification_link
    • First observedlist_inboxes
    • First observedlist_threads
    • First observedread_message
    • First observedread_messages
    • First observedread_thread
    • First observedreply_to_message
    • First observedsend_email
    • First observedwait_for_email

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    MCP server that gives an agent its own email inbox: it opens the inbox, waits for the one-time code a signup sends, and reads or sends mail. Addresses are permanent, so a test suite does not need a new one per run; only the messages expire, on a retention window you set.
    6
    12
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Give AI agents their own email inboxes. Create, send, receive, and manage email entirely via MCP tools.
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides an AI agent with its own email address to send, receive, and manage emails via MCP. No email server setup required.
    33
    12
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Real email and SMS for AI agents. Run a local mail server with disposable inboxes — agents send and receive real email, fetch verification codes, and drive a real inbox without going through any third-party email API.
    100
    212
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

Each tool has a clear, distinct purpose. While wait_for_email, get_verification_code, and get_verification_link are similar, they target different use cases (generic email waiting vs. specific extraction), and the descriptions clarify their roles.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., create_inbox, send_email, list_threads). No mixing of conventions or vague verbs.

Tool Count5/5

14 tools is well-scoped for an email server. It covers inbox management, message operations, and verification flows without being overwhelming or sparse.

Completeness4/5

Covers essential CRUD for inboxes and messages (create/delete/list inbox, send/reply/forward/read messages). Missing message deletion and inbox update, but the core workflow is solid.