RadMail MCP โ Integration Guide¶
The email operating system for AI agents. RadMail searches your real inbox, surfaces a "Right Now" lane, tracks commitments, and drafts reviewable replies โ all through MCP. No tool can auto-send money, change banking, or make irreversible decisions without human approval.
Source: mcp.so ยท Last seen: July 4, 2026 Feed
What It Does¶
RadMail turns your email inbox into an MCP-accessible data source with agent-native controls. Unlike basic email MCP servers that just read/write, RadMail adds intelligence layers:
- Smart Inbox Search โ Search by sender, subject, content with relevance ranking
- "Right Now" Lane โ AI-prioritized view of emails needing immediate attention
- Commitment Tracking โ Detects promises, deadlines, and action items from email threads
- Draft Replies โ Generates reviewable draft responses (never auto-sends)
- Safety Gating โ Financial actions, banking, and irreversible operations require explicit human approval
Key Capabilities¶
- Search โ Ranked inbox search by sender, subject, content, date range
- Prioritization โ AI-curated "Right Now" lane for urgent/important emails
- Commitment Extraction โ Automatically detects and tracks commitments and deadlines
- Draft Generation โ Creates reviewable reply drafts with context from thread history
- Safety Guardrails โ Blocks auto-send for financial/banking/irreversible actions
Installation¶
# Contact radmail-ai for access (not yet on npm)
# Expected install command (verify with official docs):
npx -y radmail-mcp
Hermes / Claude Desktop Configuration¶
{
"mcpServers": {
"radmail": {
"command": "npx",
"args": ["-y", "radmail-mcp"],
"env": {
"RADMAIL_EMAIL": "you@example.com",
"RADMAIL_TOKEN": "your-auth-token"
}
}
}
}
CorpusIQ Use Cases¶
1. Morning Email Triage¶
"Show me my Right Now lane and summarize any new commitments or
deadlines from overnight emails."
2. Client Follow-Up¶
"Find all emails from Acme Corp in the last 2 weeks. Did I promise
anything I haven't delivered? Draft follow-ups for each open thread."
3. Weekly Digest¶
"Summarize all unresolved email threads from this week, grouped by
sender, with action items I haven't completed."
Operator Value¶
| Use Case | Time Saved | Safety Benefit |
|---|---|---|
| Morning triage | 20-30 min/day | Never misses urgent items |
| Commitment tracking | Eliminates forgotten promises | All deadlines surfaced |
| Draft replies | 5-10 min per email | Human reviews before sending |
Prerequisites¶
- Email account with IMAP/OAuth access
- RadMail authentication token
- MCP client (Claude Desktop, Cursor, Hermes)
Troubleshooting¶
| Issue | Fix |
|---|---|
| Can't connect to inbox | Verify email credentials and IMAP/OAuth setup |
| Search returns no results | Check date range and search terms; ensure inbox is accessible |
| Drafts look generic | Provide more context in prompts; specify tone and key points |
Safety Note¶
RadMail's core design principle: no irreversible action without human approval. The agent can read, search, and draft โ but sending, financial transactions, and account changes require explicit human confirmation. This makes it safe for production business use.
Related Resources¶
- External MCP Server Catalog โ full curated catalog
- CorpusIQ MCP Connectors โ 37+ native business data connectors
- PortEden Secure Email โ alternative email firewall approach
โ External MCP Catalog | MCP Servers Home โ
Guide created July 4, 2026. RadMail is currently available via mcp.so. Check official channels for latest access and pricing.