
NotifyHub — Unified Notification MCP Server
Wire one MCP notification layer so your agent can alert you on email, SMS, Slack, and 20 other channels when builds fail or users churn.
Overview
NotifyHub is a MCP server for the Operate phase that sends notifications across 23 channels through 36 unified tools and one API.
What is this MCP server?
- 36 AI-ready MCP tools behind one NotifyHub API
- 23 notification channels including email SMTP and SMS account variables
- OCI container ghcr.io/gabrielbbaldez/notify-hub:1.1.0 with stdio transport
- Per-channel secrets via NOTIFY_CHANNELS_* environment variables
- Reduces custom webhook glue for each messaging provider
- Server version 1.1.0
What problem does it solve?
Every new alert channel means another SDK, env var scheme, and agent tool definition cluttering your repo.
Who is it for?
Solo founders who need multi-channel outbound alerts from agents during deploys, cron failures, or support escalations.
Skip if: Builders who only need one static Slack webhook and will never add SMS or email.
What do I get? / Deliverables
One MCP registration gives your agent consistent send tools across email, SMS, and the rest of the supported channel catalog.
- Agent-invokable send tools across 23 channels
- Centralized credential model for outbound messaging
- Operational alerts without per-vendor MCP forks
Recommended MCP Servers
Journey fit
Operate is the canonical shelf because unified outbound alerts matter most once something is live and needs paging, digest emails, and incident fan-out. Monitoring subphase captures health signals, deploy notifications, and on-call style pings across many carriers from a single tool surface.
How it compares
Multi-channel notification MCP integration, not an agent skill for copywriting or a full observability platform.
Common Questions / FAQ
Who is NotifyHub for?
Solo builders and small teams who want AI agents to send real-world alerts across many providers without maintaining separate integrations per channel.
When should I use NotifyHub?
Use it after ship when you monitor production, notify yourself of errors, or automate customer-facing messages across email, SMS, and chat channels.
How do I add NotifyHub to my agent?
Add the OCI stdio server ghcr.io/gabrielbbaldez/notify-hub:1.1.0 to your MCP config and set NOTIFY_CHANNELS_EMAIL_* and NOTIFY_CHANNELS_SMS_* secrets plus any other channel vars your tools require.