74
/ 100
1 day ago
glama

email-alert-mcp

A lightweight MCP server that lets agents send email alerts for notifying humans when scheduled jobs fail, data is missing, or attention is needed.

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: AUTH_API_KEY, RESEND_API_KEY, TELEGRAM_BOT_TOKEN, TWILIO_AUTH_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.
configALERT_EMAILEmail — SENDING_EMAIL, RESEND_API_KEY (from [resend.com](https://resend.com)), (one address, or several comma-separated).
configALERT_PHONE_NUMBERSMS — TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN, TWILIO_FROM_NUMBER, (from [twilio.com](https://twilio.com)).
🔐 secretAUTH_API_KEYany random secret string; callers must send it as Authorization: Bearer <key>.
🔐 secretRESEND_API_KEYEmail — SENDING_EMAIL, (from [resend.com](https://resend.com)), ALERT_EMAIL (one address, or several comma-separated).
configSENDING_EMAILEmail — , RESEND_API_KEY (from [resend.com](https://resend.com)), ALERT_EMAIL (one address, or several comma-separated).
configSLACK_WEBHOOK_URLSlack — (an [incoming webhook](https://api.slack.com/messaging/webhooks)).
🔐 secretTELEGRAM_BOT_TOKENTelegram — , TELEGRAM_CHAT_ID.
configTELEGRAM_CHAT_IDTelegram — TELEGRAM_BOT_TOKEN, .
configTWILIO_ACCOUNT_SIDSMS — , TWILIO_AUTH_TOKEN, TWILIO_FROM_NUMBER, ALERT_PHONE_NUMBER (from [twilio.com](https://twilio.com)).
🔐 secretTWILIO_AUTH_TOKENSMS — TWILIO_ACCOUNT_SID, , TWILIO_FROM_NUMBER, ALERT_PHONE_NUMBER (from [twilio.com](https://twilio.com)).
configTWILIO_FROM_NUMBERSMS — TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN, , ALERT_PHONE_NUMBER (from [twilio.com](https://twilio.com)).
configWEBHOOK_URLSWebhook — , comma-separated; each receives the alert as JSON.
// 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/lmol-4-alert-my-human-h2arxq)](https://m8ven.ai/mcp/lmol-4-alert-my-human-h2arxq)
commit: 931d5d812c9c497f37f659ac99899aa2a3f87eda
code hash: b97e22906995433f6d7ed263c1fc389442bcc959acc0d0d82a8bac72464a1c95
verified: 7/9/2026, 9:59:45 AM
view raw JSON →