Skip to content
Back to search
100
MCP live v0.3.1 streamable-http

ai.radmail/radmail-mcp

ai.radmail/radmail-mcp

Email OS for agents - real-inbox search, triage, commitments, and a verifiable BEC hard-stop.

Uptime
8.5%
47 probes
Response
480ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

triage_inbox

Rank a mailbox on two axes (importance x urgency) and return what needs a human now versus what can wait or is already handled — with each thread's open commitment (the promise you owe or are owed, an…

list_right_now

Return only the 'Right Now' lane — the most recent and most important messages that genuinely can't be missed.

why_surfaced

Explain in plain English why a given message was surfaced — the signals (sender, urgency, commitment) behind its rank.

list_commitments

Extract the open commitments in the correspondence, both owed by you and owed to you, with who and by-when.

draft_reply

Draft a reply for a thread. It returns text for a human to review — it does not and cannot send it.

search

Find a specific message by sender, subject, or content. Results come back most-relevant + newest first, and every hit says where it matched (from / subject / body) and why. On this hosted sandbox it s…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai.radmail/radmail-mcp": {
      "url": "https://radmail.ai/api/mcp/sandbox",
      "transport": "streamable-http"
    }
  }
}