69
/ 100
1 month ago
glama

EmailAssistant MCP Server

AI-powered email assistant that enables sending, parsing, and managing emails using natural language. Provides 4 tools (smart_email, parse_email_intent, send_email, email_chat) with SSE/stdio transport support.

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.
🔐
You'll be asked for 4 credentials: EA_SMTP_PASSWORD, EA_LLM_API_KEY, EA_AUTH_TOKEN, EA_BREVO_API_KEY
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.
configEA_SMTP_EMAIL
🔐 secretEA_SMTP_PASSWORD
configEA_LLM_MODEL
🔐 secretEA_LLM_API_KEY
🔐 secretEA_AUTH_TOKEN
configPORT
configEA_API_PORT
configEA_SSE_PORT
configEA_API_URL"": "http://localhost:8200"
configEA_SERVER_URL
configEA_SSE_HOST
configEA_HTTP_TIMEOUT
🔐 secretEA_BREVO_API_KEY
configEA_BREVO_FROM_EMAIL
configEA_BREVO_FROM_NAME
// 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 5 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/jhongjun1981-emailassistant-ojca87)](https://m8ven.ai/mcp/jhongjun1981-emailassistant-ojca87)
commit: f957b31b57f4a95211981dbed769da66b5b5f8bd
code hash: 6a78ec12097356e68b2fc3d5eb99ef4b1413ef7f95bf6ea0ac454f700f2c2ad2
verified: 6/24/2026, 9:56:54 AM
view raw JSON →