Install
openclaw skills install disposable-email-for-agentsCreate and manage disposable email inboxes for AI agents to receive, read, and download messages and attachments with auto-deletion after 24 hours.
openclaw skills install disposable-email-for-agentsDisposable email inboxes for AI agents. Create a temporary email address, receive emails, read messages, and download attachments — all through MCP tools. Inboxes auto-delete after 24 hours.
{
"mcpServers": {
"myagentinbox": {
"command": "npx",
"args": ["mcp-remote", "https://myagentinbox.com/mcp"]
}
}
}
Create a disposable email inbox that expires in 24 hours. Returns the generated email address.
Check for messages in an inbox.
address (string): The inbox email addressRead the full content of a specific email message including sender, subject, body, and attachment info.
address (string): The inbox email addressmessage_id (string): The message IDDownload an email attachment. Returns images as base64, text files inline, and binary files as download URLs.
address (string): The inbox email addressmessage_id (string): The message IDfilename (string): The attachment filenameAlternatively, use the REST API directly:
POST /api/inboxes — Create inboxGET /api/inboxes/:address/messages — List messagesGET /api/inboxes/:address/messages/:id — Read messageGET /api/inboxes/:address/messages/:id/attachments/:filename — Download attachmentcreate_inbox to get a disposable @myagentinbox.com addresscheck_inbox to see incoming messagesread_message to read the full email contentdownload_attachment if the email has attachmentsNo accounts, no API keys, no setup required.