← 返回
未分类

Disposable Email For Agents

Create and manage disposable email inboxes for AI agents to receive, read, and download messages and attachments with auto-deletion after 24 hours.
为 AI 代理创建和管理一次性邮件收件箱,用于接收、读取和下载邮件及附件,24 小时后自动删除。
prashantrohilla-max prashantrohilla-max 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 189
下载
💾 0
安装
1
版本
#latest

概述

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 address
  • message_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 address
  • message_id (string): The message ID
  • filename (string): The attachment filename

REST API

Alternatively, use the REST API directly:

  • POST /api/inboxes — Create inbox
  • GET /api/inboxes/:address/messages — List messages
  • GET /api/inboxes/:address/messages/:id — Read message
  • GET /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

  1. Use create_inbox to get a disposable @myagentinbox.com address
  2. Sign up for a service or trigger an email to that address
  3. Use check_inbox to see incoming messages
  4. Use read_message to read the full email content
  5. Use download_attachment if the email has attachments

No accounts, no API keys, no setup required.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-12 06:15 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 677 📥 325,800
ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,232 📥 268,192
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,385 📥 320,897