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.
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.
process.env. You'll be asked to provide them before it can run.API_KEY— 统一鉴权:单一 同时保护 /api/send 与 /mcp,/healthz 放行MCP_ALLOWED_HOSTS— ⚠️ 远程访问必须配置 Host 白名单:SDK 默认只允许本机(127.0.0.1/localhost)连接。外部 AI 远程连入时,需在 .env 里设置 ,否则会得到 421 Invalid Host header。两种取值:[](https://m8ven.ai/mcp/achenglike-email-notify-5v3l1t)