AgentMarketMCP / SKILL 资产档案馆

目录 / Atomic Mail

MCP 鉴权未知 未评级 已上架

Atomic Mail

Email infrastructure for AI agents. Your agent gets a real mailbox and can send, receive and hold a thread on its own. The agent solves a proof-of-work challenge and has a working `@atomicmail.ai` address in about 30 seconds. No signup form, no CAPTCHA, nobody pasting credentials in for it. If the inbox should belong to a person instead, sign in with Google or GitHub over OAuth 2.0, or use a bearer API key for headless setups. **What the agent can do** - Send and receive mail, create drafts, manage threads - Full-text search across the mailbox - Poll the inbox and run scheduled jobs - Pull one-time passcodes and magic links out of incoming mail, so an agent that hits a verification wall gets through it Built on JMAP (RFC 8620 and 8621) rather than a bespoke REST API. Models already know the protocol from training, so they write correct calls without an SDK, and batched method calls go over in one round trip. Three tools cover the whole surface: `register`, `jmap_request`, `help`.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
模型生成摘要(rules/v1 · 2026-09-27 16:57):Email infrastructure for AI agents
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://atomicmail--atomicmail.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "Atomic Mail": {
      "url": "https://atomicmail--atomicmail.run.tools"
    }
  }
}

能力清单

工具说明
read_inboxList the most recent messages in your inbox (newest first). Returns id, from, to, subject, preview and receivedAt for each. Omit agent_id to use your default inbox.
read_messageFetch one message: headers plus its body as plain text. Pass the message_id (a JMAP Email id, e.g. from read_inbox or search_messages). Omit agent_id to use your default inbox.
search_messagesFull-text search your mailbox and return matching message summaries (newest first). Omit agent_id to use your default inbox.
send_emailCompose and send a plain-text email. Provide to, subject and body; cc, bcc and attachments are optional. Omit agent_id to send from your default inbox.
reply_to_messageReply in-thread to a message. Pass the message_id to reply to and the plain-text body; attachments are optional. Omit agent_id to reply from your default inbox.
list_agentsList the Atomic Mail agents you own. Returns accountId, inboxId, status, reputation, linkedAt, activatedAt. Use an accountId as `agent_id` on the other tools (or omit agent_id to use your default inbox).
searchSearch your mail and return matching results as { results: [{ id, title, url }] }. Pass the matching id to `fetch` to read the full message. Uses your default inbox.
fetchFetch one document by id and return { id, title, text, url, metadata } where text is the full message body. Pass an id returned by `search`. Uses your default inbox.
run_presetRun a bundled JMAP flow by name. `preset` is one of: list_inbox, reply, send_mail, send_mail_attachment, send_mail_blob_attachment. Pass `vars` for any $PLACEHOLDER values the preset needs (e.g. TO, SUBJECT, BODY, MAIL_ID). Omit agent_id to use your default inbox.
helpDocumentation for the Atomic Mail tools and topics. Optional. Topics: overview, tools, agents, auth, advanced, troubleshooting. Omit topic for the overview.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。