INDIVIDUAL MCP TOOL
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, and whether it's overdue) surfaced inline, so the follow-through is visible on the very first call.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.radmail-sandbox]
url = "https://radmail.ai/api/mcp/sandbox"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"radmail-sandbox": {
"type": "http",
"url": "https://radmail.ai/api/mcp/sandbox"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: radmail-sandbox
Remote MCP URL: https://radmail.ai/api/mcp/sandbox
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"radmail-sandbox": {
"url": "https://radmail.ai/api/mcp/sandbox"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"radmail-sandbox": {
"type": "http",
"url": "https://radmail.ai/api/mcp/sandbox"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "radmail-sandbox",
"transport": "streamable-http",
"url": "https://radmail.ai/api/mcp/sandbox"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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.search— Find a specific message by sender, subject, or content.