Zona MCP
Related Servers
Alternatives to Zona MCP
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityBmaintenanceRoutes urgent alerts from autonomous AI agents to human operators with idempotency and strict JSON schemas.-
- AlicenseBqualityDmaintenanceEnables AI assistants to send push notifications through the kweenkl service. Allows users to receive contextual notifications from their AI when tasks are complete or important events occur.16 npmMIT

FastAlert MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceEnables AI agents to list FastAlert channels and send rich notifications via the FastAlert API.42 npm3MIT- AlicenseNot gradedqualityBmaintenanceEnables sending push notifications via ntfy with a single tool, allowing Claude agents to send notifications directly without shell access.MIT
- FlicenseAqualityBmaintenanceEnables AI to send push notifications to your phone via a configurable gateway. It is a thin wrapper that posts to an Apprise push gateway.1-
- AlicenseAqualityCmaintenanceEnables AI agents to alert users locally by playing a notification sound and showing a system banner when a task finishes or attention is needed, with support for custom sounds and multiple MCP clients.216 npmMIT
TDQS
Scored across 3 tools
zona_status clearly checks token-file existence, while zona_notify sends a full notification and zona_ping sends a test notification. The only minor overlap is between notify and ping, but the test nature of ping is clear enough to avoid real ambiguity.
All tools use a consistent 'zona_' prefix followed by a short, recognizable action word: status, notify, ping. The naming pattern is uniform and predictable.
Three tools is small but appropriate for a narrow notification-focused server. It covers status validation, actual sending, and testing without unnecessary bloat.
The domain is simple: verify the token, send a notification, and test connectivity. These three operations cover the essential workflow, though a tool to validate token permissions or list recent notifications could be a minor addition.