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.

How to use

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

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