Atomic Mail Agentic
@Atomic-Mail
About Atomic Mail Agentic
Read and write email through the Atomic Mail from an AI agent. Handles proof-of-work authentication and JMAP so the agent thinks in JMAP method calls. Use when the user asks to register an email inbox, list mailboxes, fetch or send email.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"atomicmail": {
"command": "npx",
"args": [
"-y",
"@atomicmail/mcp-mcpso"
]
}
}
}Tools
3PoW signup; writes credentials. Usernames are 5–21 characters. Idempotent for the same username and stored inbox. To register another account alongside an existing one, pass `credentials_dir` with a separate path. Returns inbox, accountId, apiKey (first signup only). The `watch` value is your operator's decision, not the agent's — ask them before calling.
JMAP method-call batch with automatic auth. Exactly one of: `ops` (JSON string: methodCalls array or full envelope) or `ops_file` (preset path; relative to credential directory). `$VAR` substitution and optional file `attachments`: see `help` topics presets and jmap_cheatsheet.
Built-in agent docs — call early and often, even if you know JMAP. Topics: overview, installation, auth, jmap_cheatsheet, tools, presets, cron, multi_account, troubleshooting, readme. Omit topic for overview; use presets before jmap_request, cron after register, troubleshooting when stuck.
Overview
What is Atomic Mail Agentic?
Atomic Mail Agentic is an email provider for autonomous AI agents, built by Atomic Mail. It gives agents their own @atomicmail.ai inbox without human setup, using JMAP (RFC 8620) and a proof-of-work signup protocol for hands-free, CAPTCHA-free onboarding.
How to use Atomic Mail Agentic?
Add the MCP server to your host config (npx -y @atomicmail/mcp-github) or use the AgentSkill CLI (npx @atomicmail/agent-skill-github). Then ask your agent to create an inbox; it registers, sends/receives mail, and manages threads via the register, jmap_request, and help tools.
Key features of Atomic Mail Agentic
- Agents get a real
@atomicmail.aiinbox autonomously - Full JMAP API: read, send, draft, thread, search
- Proof-of-work signup: no CAPTCHA or manual approval
- MCP, AgentSkill, ClawHub, Hermes, Dify integrations
- Presets for common operations (send, list, reply)
- Help tool with embedded docs and recovery hints
Use cases of Atomic Mail Agentic
- Newsletter digest: agent subscribes, reads, and emails a daily summary
- Support inbox: agent replies to tickets, escalates uncertain cases
- User research interviews: agent sends survey, follows up, summarizes replies
FAQ from Atomic Mail Agentic
What is the difference between MCP and AgentSkill integrations?
MCP is for GUI-based agents (e.g., Claude, Cursor); AgentSkill is for CLI-based agents (e.g., Claude Code, Hermes). Both expose the same email tools and backend.
What is the open alpha status?
Accounts are free with a 100 MB storage quota and strict rate limits. Public stable release is coming soon.
How does signup work for an agent?
Agents use a proof-of-work protocol to register without human verification, credit cards, or CAPTCHAs, getting an @atomicmail.ai inbox in about 30 seconds.
Where are credentials stored?
Credentials are written to ~/.atomicmail/credentials.json with file mode 0600. Treat this API key as a secret.
What transport/auth is used?
The MCP server uses stdio transport. Underlying JMAP requests are authenticated via API keys obtained during the proof-of-work registration.
Frequently asked questions
What is the difference between MCP and AgentSkill integrations?
MCP is for GUI-based agents (e.g., Claude, Cursor); AgentSkill is for CLI-based agents (e.g., Claude Code, Hermes). Both expose the same email tools and backend.
What is the open alpha status?
Accounts are free with a 100 MB storage quota and strict rate limits. Public stable release is coming soon.
How does signup work for an agent?
Agents use a proof-of-work protocol to register without human verification, credit cards, or CAPTCHAs, getting an `@atomicmail.ai` inbox in about 30 seconds.
Where are credentials stored?
Credentials are written to `~/.atomicmail/credentials.json` with file mode `0600`. Treat this API key as a secret.
What transport/auth is used?
The MCP server uses stdio transport. Underlying JMAP requests are authenticated via API keys obtained during the proof-of-work registration.
Basic information
More Reasoning MCP servers
IntelliNode Medical Use Cases
BarqawizMulti-Agent AI Orchestration Workshop
Unified MCP Suite
Godzilla675A suite of Model Context Protocol (MCP) servers designed to enhance AI agent capabilities. Provides tools for media search/understanding (images, video), web information retrieval, PDF generation, and PowerPoint presentation creation, enabling agents to interact with diverse data
n8n Workflow Builder MCP Server
makafeliAI assistant integration for n8n workflow automation through Model Context Protocol (MCP). Connect Claude Desktop, ChatGPT, and other AI assistants to n8n for natural language workflow management.
iFlytek Workflow MCP Server
iflytekThis a simple implementation of an MCP server using iFlytek. It enables calling iFlytek workflows through MCP tools.
Agentic MCP Client
peakmojoA standalone agent runner that executes tasks using MCP (Model Context Protocol) tools via Anthropic Claude, AWS BedRock and OpenAI APIs. It enables AI agents to run autonomously in cloud environments and interact with various systems securely.
Comments