myagentinbox
com.myagentinbox/myagentinboxDisposable email inboxes for AI agents. Auto-deletes after 24 hours.
Tools · 4
Create a disposable email inbox that expires in 24 hours. Returns the generated email address, creation time, and expiry.
Check for messages in a disposable inbox. Returns a list of message summaries including sender, subject, and preview.
Read the full content of a specific email message including sender, recipients, subject, body text, and attachment info.
Download an email attachment. Returns images as base64, text files inline, and binary files as download URLs.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"myagentinbox": {
"url": "https://myagentinbox.com/mcp",
"transport": "streamable-http"
}
}
}