Operate a self-hosted notifyd instance: digest, jobs, retries, suppressions, projects, test sends.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The notification service your agent can send through and run.
Email, SMS, WhatsApp, push, in-app inbox. One Rust binary. Postgres only. No dashboard: a digest endpoint and an MCP server instead.
Quick Start β’ Agent operations β’ API Reference β’ Architecture β’ Benchmarks β’ llms.txt β’ Contributing
Every product needs to send email, texts and in-app notifications. The usual options are a hosted SaaS billed per notification, or a self-hosted stack with MongoDB, Redis and four containers behind a React dashboard.
notifyd is the third option: a single 10 MB binary with PostgreSQL as
its only dependency, that sends through the providers you already have
(Resend, Cloudflare Email Service, any SMTP, AgentMail, Telnyx, Twilio,
Web Push, FCM), with a real delivery engine (priorities, pacing, retries with
Retry-After, provider failover, send windows, one-click unsubscribe) and
no admin UI at all. Operating it is an API call or an MCP tool, so the
person on call can be an AI agent.
Three instances run in production today, one per company, operated this way.

60 s explainer, invented data. MP4 Β· Remotion source
Flat REST, curl is the SDK. Retries are safe (idempotency_key), scheduling
is a field (scheduled_at), a marketing campaign is POST /v1/batch with
thousands of subscribers per call and it lands in the bulk lane so it never delays a
password reset. Follow any send with GET /v1/jobs/:id.
Most notification tools were designed for a human clicking through a dashboard. notifyd exposes the operator's job as tools, with the detail a human operator would need:
1. One call says what needs attention. GET /v1/admin/digest ranks
findings and tells you the action for each one, in JSON or Markdown:
2. The same operations as MCP tools. POST /mcp is a Streamable HTTP
MCP server (current spec revision, legacy initialize kept). Add it to Claude
Code, Claude Desktop, Cursor or your own agent:
| Tool | What the agent can do |
|---|---|
digest | Ranked findings with actions, queue, outcomes, latency, deliverability, per project |
list_jobs, get_job | Filter by project, channel, status, recipient, time; see provider, attempts, last error |
retry_job, cancel_job | Act on a stuck or wrong send |
list_projects, update_project | Sender identity (from_email, from_name), channels, inbound rate limit, bulk send_window in the recipients' timezone |
list_suppressions, add_suppression, release_suppression | Suppression list with all or marketing scope |
template_metrics | Sent, failed, bounced, opened per template |
send_test | Prove the pipeline end to end on any channel |
Every tool carries readOnlyHint / destructiveHint annotations and an
outputSchema. A read-only operator key (READONLY_API_KEY) exposes only
the read tools, for an agent that reports but must not act. Every MCP call is
audited.
3. Everything an agent needs to integrate is in the repo. docs/llms.txt
is the whole API in plain text for a context window; three Agent Skills
ship in skills/ (notifyd-operate, notifyd-integrate,
notifyd-deploy):
Published on the official MCP registry as mcp-name: io.github.rmzlb/notifyd
(server.json). Full operator guide: docs/AGENT.md.
Channels
lettre), attachments, per-project sender identityEventSource), read / archive / star, unread badge, multi-replica through Postgres NOTIFYDelivery engine
critical, normal, bulk lanes; /v1/batch and campaign tags land in bulkEMAIL_RATE_PER_SEC); a provider 429 pauses that channel for Retry-After without consuming an attempt, other channels keep flowing, and when it resumes the claim order puts critical firstEMAIL_FALLBACK_PROVIDER)Governance
List-Unsubscribe one-click on every marketing email, suppression scopes all / marketingOperations
llms.txt/v1/metrics, /v1/metrics/prometheus, per-template metrics{{variable}} substitution, stored per projectThe image reads its configuration from environment variables; no config file to mount.
Create a project and get its API key:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/notifyd)<a href="https://allmcps.com/mcp/notifyd"><img src="https://allmcps.com/api/badge/notifyd?style=directory" alt="Notifyd on AllMCPs" /></a>