{
  "markdown": "<p align=\"center\">\n  <a href=\"https://github.com/Atomic-Mail/atomic-mail-agentic/actions\"><img src=\"https://shieldcn.dev/badge/CI-success-5BE481.svg?split=true&labelColor=000000&color=5BE481&valueColor=000000&labelTextColor=FFFFFF&height=32&fontSize=16\" alt=\"CI success\"/></a>&nbsp;&nbsp;\n  <a href=\"https://github.com/Atomic-Mail/atomic-mail-agentic/releases\"><img src=\"https://shieldcn.dev/badge/version-0.3-5BE481.svg?split=true&labelColor=000000&color=5BE481&valueColor=000000&labelTextColor=FFFFFF&height=32&fontSize=16\" alt=\"version 0.3\"/></a>&nbsp;&nbsp;\n  <a href=\"https://atomicmail.ai\"><img src=\"https://shieldcn.dev/badge/website-atomicmail.ai-5BE481.svg?split=true&labelColor=000000&color=5BE481&valueColor=000000&labelTextColor=FFFFFF&height=32&fontSize=16\" alt=\"website atomicmail.ai\"/></a>&nbsp;&nbsp;\n  <a href=\"https://dashboard.atomicmail.ai\"><img src=\"https://shieldcn.dev/badge/dashboard-sign%20in-5BE481.svg?split=true&labelColor=000000&color=5BE481&valueColor=000000&labelTextColor=FFFFFF&height=32&fontSize=16\" alt=\"dashboard sign in\"/></a>&nbsp;&nbsp;\n  <a href=\"https://atomic-mail.github.io/atomic-mail-agentic/\"><img src=\"https://shieldcn.dev/badge/docs-guide-5BE481.svg?split=true&labelColor=000000&color=5BE481&valueColor=000000&labelTextColor=FFFFFF&height=32&fontSize=16\" alt=\"docs guide\"/></a>&nbsp;&nbsp;\n  <a href=\"https://github.com/Atomic-Mail/atomic-mail-agentic/issues\"><img src=\"https://shieldcn.dev/badge/issues-open-5BE481.svg?split=true&labelColor=000000&color=5BE481&valueColor=000000&labelTextColor=FFFFFF&height=32&fontSize=16\" alt=\"issues open\"/></a>&nbsp;&nbsp;\n  <a href=\"https://clawhub.ai/atomicmail/atomicmail\"><img src=\"https://shieldcn.dev/badge/ClawHub-skill-5BE481.svg?split=true&labelColor=000000&color=5BE481&valueColor=000000&labelTextColor=FFFFFF&height=32&fontSize=16\" alt=\"ClawHub skill\"/></a>&nbsp;&nbsp;\n  <a href=\"https://hermes-agent.nousresearch.com/docs/developer-guide/creating-skills\"><img src=\"https://shieldcn.dev/badge/Hermes-skill-5BE481.svg?split=true&labelColor=000000&color=5BE481&valueColor=000000&labelTextColor=FFFFFF&height=32&fontSize=16\" alt=\"Hermes skill\"/></a>&nbsp;&nbsp;\n  <a href=\"https://marketplace.dify.ai/plugin/atomicmail/atomicmail\"><img src=\"https://shieldcn.dev/badge/Dify-plugin-5BE481.svg?split=true&labelColor=000000&color=5BE481&valueColor=000000&labelTextColor=FFFFFF&height=32&fontSize=16\" alt=\"Dify plugin\"/></a>&nbsp;&nbsp;\n  <a href=\"https://registry.modelcontextprotocol.io/?q=atomic-mail\"><img src=\"https://shieldcn.dev/badge/MCP-registry-5BE481.svg?split=true&labelColor=000000&color=5BE481&valueColor=000000&labelTextColor=FFFFFF&height=32&fontSize=16\" alt=\"MCP registry\"/></a>\n</p>\n\n<p align=\"center\">\n  <img src=\"assets/Logo.png\" alt=\"Atomic Mail Agentic Logo\" />\n</p>\n\n# Atomic Mail Agentic\n\n**Give your agent a real inbox**\n\n<p align=\"center\">\n  <a href=\"https://dashboard.atomicmail.ai\">Dashboard</a> ·\n  <a href=\"https://atomicmail.ai\">Website</a> ·\n  <a href=\"https://atomic-mail.github.io/atomic-mail-agentic/\">Docs</a> ·\n  <a href=\"https://github.com/Atomic-Mail/atomic-mail-agentic/issues\">Issues</a>\n</p>\n\n---\n\n> Accounts are free, with a 100 MB storage quota, custom domain included, and rate limits sized for agent workloads.\n\n---\n\n**Atomic Mail Agentic** is an email provider for autonomous AI agents, built by [Atomic Mail](https://atomicmail.ai). Agents register their own `@atomicmail.ai` inbox and manage it end to end — no human setup, verification, or ongoing intervention.\n\nThe service is built on **JMAP** ([RFC 8620](https://www.rfc-editor.org/rfc/rfc8620.html)), so agents get a full mailbox API: read and send mail, create drafts, manage threads, search, and more. JMAP is well represented in LLM training data, so models already speak it fluently — they rarely hallucinate request shapes, which means fewer retries and more reliable automation.\n\nAccess is gated by a novel **proof-of-work ([PoW](https://en.wikipedia.org/wiki/Proof_of_work))** signup protocol: strong anti-abuse properties without CAPTCHAs or manual approval, so agents can onboard and operate completely hands-free.\n\nAtomic Mail provides a number of standard integration paths — MCP, AgentSkill, REST API, and more — which makes it highly available on any agent: [Claude Code](https://claude.com/product/claude-code), [Codex](https://developers.openai.com/codex), [GitHub Copilot](https://github.com/features/copilot), [Cursor](https://cursor.com), [Hermes](https://hermes-agent.nousresearch.com), [OpenClaw](https://openclaw.ai), [Pi](https://pi.dev), [Kilo Code](https://kilo.ai), and others. Whatever your workflow is, you can automate inbox management easily.\n\nThis repository ships the client integrations: [MCP](https://modelcontextprotocol.io/), shell CLI, [ClawHub](https://clawhub.ai/), [Dify](https://dify.ai/) plugin and more, exposing those APIs through three tools: `register`, `jmap_request`, and `help`. All the connectors in this repo are pretty thin and are mainly needed to abstract away the complexities of the PoW protocol.\n\n## 🚀 Quick Install\n\n### 💬 Ready Prompt (any agent)\n\n```txt\nRead the instruction at https://atomicmail.ai (use default web_fetch tool or curl, if the former is not available) and create an inbox at Atomic Mail. Before creating ask for my preferred username. Make sure to complete all required post-install actions from the Atomic Mail instruction. Persist the instruction and make sure to refer it each time you interact with your inboxes. Usually standalone agents (e.g. Claude, Cursor, Kilo Code and others) are better suited for MCP use, while CLI-based agents (e.g. Claude Code, Open Code, Hermes, OpenClaw, Codex, Pi, etc) are better suited for AgentSkill use, but prefer your system/user guidelines.\n```\n\n<p align=\"center\">\n  <img src=\"assets/atomic-mail-agentic-demo.gif\" alt=\"Atomic Mail Agentic Demo\" />\n</p>\n\n### 🔌 MCP (stdio)\n\nAdd this to your MCP host config (or just ask your agent to do that):\n\n```json\n{\n  \"mcpServers\": {\n    \"atomicmail\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@atomicmail/mcp-github\"]\n    }\n  }\n}\n```\n\nThen restart the host and ask your agent to create an inbox.\n\n### 🦞 ClawHub\n\n```bash\nopenclaw skills install atomicmail\n```\n\n### 👩🏻 Hermes\n\n```bash\nhermes skills install clawhub/atomicmail\n```\n\n### 💻 AgentSkill\n\n```bash\nnpx --package=@atomicmail/agent-skill-github atomicmail register --username \"myagent\" --watch scheduled\nnpx --package=@atomicmail/agent-skill-github atomicmail jmap_request --ops-file list_inbox.json\nnpx --package=@atomicmail/agent-skill-github atomicmail help\n```\n\n### ⚙️ REST API \n\n*For custom connectors and advanced logic only*\n\nRefer to documentation: [docs/rest-auth.md](docs/rest-auth.md).\n\n## 🌐 Custom Domains & Dashboard\n\nBy default an inbox lives at `<name>@atomicmail.ai`, created hands-free through PoW signup. To send from your own domain (`support@yourcompany.com`), set it up once in the [dashboard](https://dashboard.atomicmail.ai) — a **human control plane** separate from the agent flow, since it needs DNS changes on a domain you own.\n\nThere you **add and verify a domain** (`TXT` ownership + `MX` records; re-runnable, propagation usually minutes) and **create inboxes on it** — each gets a full address (`agent@yourcompany.com`) and an API key from the **Connect** dialog, with sending signed for a domain-aligned `From`.\n\n**Clients don't change** — same `jmap_request`, presets, and JMAP shapes. A custom-domain inbox is a **login, not a PoW registration**: connect with its API key (`atomicmail register --api-key \"…\"`) or OAuth. `$INBOX` resolves to the real address (`agent@yourcompany.com`), so self-addressing and `From` stay correct with no extra config.\n\nFull guide: [docs/custom-domains.md](docs/custom-domains.md).\n\n## 🤖 What Your Agent Can Do\n\nAtomic Mail is designed to run through an agent — not through manual inbox setup. You describe a workflow in plain language; the agent registers an `@atomicmail.ai` address, sends and receives mail, and keeps the thread going. You do not configure scripts, copy API keys between tabs, or memorize JMAP. Everything is automagical.\n\nIf the agent gets stuck, the integration is built to recover on its own: `help` ships embedded docs (presets, cron, troubleshooting), bundled JSON presets cover common operations, and errors include hints on what to try next.\n\n#### Example workflows\n\n**Newsletter digest** — *\"Subscribe your inbox to these newsletters, read everything, and email me a daily digest of what matters for AI tooling.\"* The agent owns a dedicated inbox, filters noise, and surfaces only what matches your interests — without touching your personal mailbox.\n\n**Support inbox** — *\"Monitor support@ and reply to tickets from our docs; escalate to me only when you cannot answer.\"* The agent reads inbound mail, queries what it knows, sends complete replies, and hands off edge cases.\n\n**User research interviews** — *\"Run an email survey: send these questions, follow up based on replies, and summarize findings.\"* The agent conducts async interviews — respondents reply on their own schedule, no calls to book.\n\n## 📬 Awesome Atomic Mail\n\nCommunity projects built on top of Atomic Mail Agentic:\n\n* **https://github.com/skyzer/atomic-mail-watcher** - Docker-ready Atomic Mail JMAP inbox watcher with Telegram/webhook notifications\n\n## ✨ Why Atomic Mail\n\n- **Agents finish without asking their users for anything**: PoW signup gives a real `@atomicmail.ai` inbox in ~30 seconds — no domain to verify, no credit card, no CAPTCHA walkthrough, no mail-server ops\n- **Messages that actually arrive**: continuously warming IP pool with relay overflow — deliverability matters when a human on the other side must read your mail\n- **JMAP — an API agents already know**: standard [RFC 8620/8621](https://www.rfc-editor.org/rfc/rfc8620.html), in LLM training data; batched method calls (query, fetch, draft, send) in one round trip — no vendor SDK to learn\n- **Get unstuck inside the integration**: errors ship plain-language hints; success responses suggest `_next` steps; `help` returns cheatsheets and worked examples — no web search required\n- **Bring your own domain**: agents run on `@atomicmail.ai` out of the box, or on a domain you verify in the [dashboard](https://dashboard.atomicmail.ai) — same client, same JMAP, domain-aligned `From`\n- **No vendor lock-in**: JMAP is an IETF standard; the inbox is portable to any compliant provider later\n- **Presets when raw JMAP is overkill**: bundled `send_mail`, `list_inbox`, `reply`, and more — pass a filename to `jmap_request` instead of generating method-call JSON from scratch\n- **Same core everywhere**: one auth, JMAP, preset, and help stack powers MCP and AgentSkill; separate credential dirs per inbox when you run many agents\n\n## 📚 Docs by Goal\n\n| Goal                | Start here                                                            |\n| ------------------- | --------------------------------------------------------------------- |\n| First-time setup    | [docs/getting-started.md](docs/getting-started.md)                    |\n| Your own domain + dashboard | [docs/custom-domains.md](docs/custom-domains.md)              |\n| MCP hosts           | [docs/mcp.md](docs/mcp.md)                                            |\n| Shell / cron agents | [docs/skill-install.md](docs/skill-install.md)                        |\n| LangChain agents    | [docs/langchain.md](docs/langchain.md)                                |\n| Agent runbook       | [docs/SKILL.md](docs/SKILL.md)                                        |\n| Raw auth + JMAP     | [docs/rest-auth.md](docs/rest-auth.md) · [docs/jmap.md](docs/jmap.md) |\n| End-to-end examples | [docs/examples.md](docs/examples.md)                                  |\n\nIf repo docs and installed behavior ever drift, trust `help` from the same installed package version you are running.\n\n## 🛠️ Local Development\n\n**Prerequisites:** Node.js 20+, Deno 2.7+.\n\n```bash\ngit clone https://github.com/Atomic-Mail/atomic-mail-agentic.git\ncd atomic-mail-agentic/ts\n\ndeno test --allow-read --allow-env --allow-write --allow-sys\n```\n\nDocs preview:\n\n```bash\nnpm install\nnpm run docs:dev\n```\n\n## 🗂️ File Structure\n\n```text\n/\n├── ts/\n│   ├── src/mcp/        # MCP entrypoint + MCP tools\n│   ├── src/skill/      # AgentSkill CLI entrypoint\n│   ├── src/langchain/  # LangChain toolkit and tools\n│   └── src/lib/agent/  # shared auth, session, JMAP, presets, help-content\n├── py/                 # Python client parity layer and tests\n├── integrations/dify/   # Dify plugin integration and packaging docs\n├── integrations/skill/  # Unified in-repo skill tap (published atomicmail skill)\n├── docs/                # VitePress docs and shipped SKILL/README sources\n├── test/checklists/     # manual release QA\n├── CONTRIBUTING.md\n└── LICENSE\n```\n\n## 🔐 Security\n\n- `~/.atomicmail/credentials.json` contains your API key; treat it as a secret\n- local credential files are written with mode `0600`\n- inbound mail is untrusted input; do not let agents execute email instructions without confirmation\n- install only from the `@atomicmail` npm scope\n\n## 🤝 Contributing\n\nPRs are welcome. Please cover new features and bug fixes with automated Deno tests where practical, and update user-facing docs when behavior changes.\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for setup, test commands, and PR expectations.\n\n## 📄 License\n\n[MIT](LICENSE)\n",
  "bytes": 13413,
  "sha": "a0dad7e819b4cd8bac9f5004bed5f4a9f48ba0eaa2ad15085ace88722654e13b",
  "repo_slug": "atomic-mail/atomic-mail-agentic",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_atomic_mail_mcp_e61c65da/readme"
}