A lightweight MCP server that lets agents send email alerts for notifying humans when scheduled jobs fail, data is missing, or attention is needed.
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.ALERT_EMAIL— Email — SENDING_EMAIL, RESEND_API_KEY (from [resend.com](https://resend.com)), (one address, or several comma-separated).ALERT_PHONE_NUMBER— SMS — TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN, TWILIO_FROM_NUMBER, (from [twilio.com](https://twilio.com)).AUTH_API_KEY— any random secret string; callers must send it as Authorization: Bearer <key>.RESEND_API_KEY— Email — SENDING_EMAIL, (from [resend.com](https://resend.com)), ALERT_EMAIL (one address, or several comma-separated).SENDING_EMAIL— Email — , RESEND_API_KEY (from [resend.com](https://resend.com)), ALERT_EMAIL (one address, or several comma-separated).SLACK_WEBHOOK_URL— Slack — (an [incoming webhook](https://api.slack.com/messaging/webhooks)).TELEGRAM_BOT_TOKEN— Telegram — , TELEGRAM_CHAT_ID.TELEGRAM_CHAT_ID— Telegram — TELEGRAM_BOT_TOKEN, .TWILIO_ACCOUNT_SID— SMS — , TWILIO_AUTH_TOKEN, TWILIO_FROM_NUMBER, ALERT_PHONE_NUMBER (from [twilio.com](https://twilio.com)).TWILIO_AUTH_TOKEN— SMS — TWILIO_ACCOUNT_SID, , TWILIO_FROM_NUMBER, ALERT_PHONE_NUMBER (from [twilio.com](https://twilio.com)).TWILIO_FROM_NUMBER— SMS — TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN, , ALERT_PHONE_NUMBER (from [twilio.com](https://twilio.com)).WEBHOOK_URLS— Webhook — , comma-separated; each receives the alert as JSON.[](https://m8ven.ai/mcp/lmol-4-alert-my-human-h2arxq)