71
/ 100
27 days ago
glama

inbox-to-action-mcp

One-pass agentic inbox triage as an MCP server: fetch unread Gmail → classify (action_needed/fyi/newsletter/noise) → summarize → extract tasks → draft replies as Gmail DRAFTS (never sends) → flag calendar → write a triage report. Four stdio tools (fetch_emails, save_gmail_draft, append_tasks, write_report); the host is the LLM, so it runs keyless in Claude Code. Gmail scopes: readonly + compose

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: TELEGRAM_BOT_TOKEN, TELEGRAM_TOKEN, TODOIST_API_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configINBOX_TO_ACTION_CONFIG
configTRIAGE_INSTRUCTIONSQuick override without a file: ="treat job alerts as action_needed".
configOLLAMA_BASE_URL
configINBOX_TO_ACTION_HTTP_TIMEOUT
configPROVIDEREmail content goes to Key
configMODEL
🔐 secretTELEGRAM_BOT_TOKEN=... TELEGRAM_CHAT_ID=...
🔐 secretTELEGRAM_TOKEN
configTELEGRAM_CHAT_IDTELEGRAM_BOT_TOKEN=... =...
🔐 secretTODOIST_API_TOKEN
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/tarunlnmiit-inbox-to-action-xttgrb)](https://m8ven.ai/mcp/tarunlnmiit-inbox-to-action-xttgrb)
commit: a4a67ac177b1efaa1f741bc09bd1e3a1718c591a
code hash: 1b712920d3b5bffeae9142db0d7cbefece438122a91d779254327c11ffa5c7e4
verified: 7/4/2026, 9:09:23 AM
view raw JSON →