Skip to content
Back to search
100
MCP live v0.1.0 streamable-http

myagentinbox

com.myagentinbox/myagentinbox

Disposable email inboxes for AI agents. Auto-deletes after 24 hours.

Uptime
10.7%
28 probes
Response
117ms
last probe
Tools
4
callable

Tools · 4

create_inbox

Create a disposable email inbox that expires in 24 hours. Returns the generated email address, creation time, and expiry.

check_inbox

Check for messages in a disposable inbox. Returns a list of message summaries including sender, subject, and preview.

read_message

Read the full content of a specific email message including sender, recipients, subject, body text, and attachment info.

download_attachment

Download an email attachment. Returns images as base64, text files inline, and binary files as download URLs.

Similar MCP servers embedding-nearest

Temp Mail
Disposable email inboxes for AI agents — read messages and verification codes.
0 tools · streamable-http
AgentMail
Provides dedicated email inboxes for AI agents to send, receive, and query messages
0 tools
dev.mailkite/agent-mail
Give an AI agent its own inbox — receive email as a webhook, send over a verified domain.
0 tools · streamable-http
AgentMail
AgentMail is the email inbox API for AI agents. It gives agents their own email inboxes, like Gmail does for humans.
0 tools · http
smails
Disposable email for AI agents: create a throwaway inbox and read verification emails over MCP.
0 tools
io.github.therealmrfunguy/test-mailbox
Disposable email inboxes for testing — create addresses, wait for messages, extract links.
0 tools · sse

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "myagentinbox": {
      "url": "https://myagentinbox.com/mcp",
      "transport": "streamable-http"
    }
  }
}