71
/ 100
1 month ago
glama

email-notify

A lightweight Docker-based email sending microservice that provides both REST API and MCP (Model Context Protocol) tools for sending emails, enabling AI agents to send email notifications.

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 1 credential: 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.
🔐 secretAPI_KEY统一鉴权:单一 同时保护 /api/send 与 /mcp,/healthz 放行
configMCP_ALLOWED_HOSTS⚠️ 远程访问必须配置 Host 白名单:SDK 默认只允许本机(127.0.0.1/localhost)连接。外部 AI 远程连入时,需在 .env 里设置 ,否则会得到 421 Invalid Host header。两种取值:
// 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/achenglike-email-notify-5v3l1t)](https://m8ven.ai/mcp/achenglike-email-notify-5v3l1t)
commit: c61ac68f4b58c89a8782af12850d1e65699d25df
code hash: d46c7a58111a77f504bccf915b8f52839fa20dfd2824c463aaf922769646e7bd
verified: 7/1/2026, 9:54:31 AM
view raw JSON →