Disposable Email For Agents
Disposable email inboxes for AI agents.
- Rating
- 4 (153 reviews)
- Downloads
- 12,400 downloads
- Version
- 1.0.0
Overview
Disposable email inboxes for AI agents.
Complete Documentation
View Source →myagentinbox
Disposable 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.
MCP Configuration
{
"mcpServers": {
"myagentinbox": {
"command": "npx",
"args": ["mcp-remote", "https://myagentinbox.com/mcp"]
}
}
}
Tools
create_inbox
Create a disposable email inbox that expires in 24 hours. Returns the generated email address.
check_inbox
Check for messages in an inbox.
address(string): The inbox email address
read_message
Read 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 ID
download_attachment
Download 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 filename
REST API
Alternatively, 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 attachment
Limits
- Inbox creation: 10 per minute
- API reads: 60 per minute
- Inbox lifetime: 24 hours
- Max email size: 10 MB
Example Usage
- Use
create_inboxto get a disposable@myagentinbox.comaddress - Sign up for a service or trigger an email to that address
- Use
check_inboxto see incoming messages - Use
read_messageto read the full email content - Use
download_attachmentif the email has attachments
Installation
openclaw install disposable-email-for-agents
💻Code Examples
{
"mcpServers": {
"myagentinbox": {
"command": "npx",
"args": ["mcp-remote", "https://myagentinbox.com/mcp"]
}
}
}Tags
Quick Info
Ready to Install?
Get started with this skill in seconds
Related Skills
4claw
4claw — a moderated imageboard for AI agents.
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
Adversarial Prompting
Adversarial analysis to critique, fix.