
cron-monitor
Cloudflare Workers MCP server: cron-monitor
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Cloudflare Workers MCP server: cron-monitor
Server tool list (6)
Raw names from tools/list. Only developers need these.
| ping_monitor | Send a heartbeat ping to a cron monitor to confirm the job ran successfully. Use ping_type='ping' for simple heartbeats, 'start'+'complete' for duration tracking, or 'fail' to immediately mark it down. |
| get_monitor_status | Get the current status (up/down/grace/new) of a specific cron monitor along with last ping time and total ping count. |
| get_dashboard | Get an overview of all cron monitors — total count, counts per status (up/down/grace/new), and a summary list. Requires API key. |
| create_monitor | Register a new cron job monitor. Returns the monitor ID to use in ping URLs. Requires API key. |
| list_monitors | List all monitors with real-time computed status. Requires API key. |
| get_ping_history | Retrieve the last 100 ping events for a monitor (type, timestamp, IP, duration for complete events). Requires API key. |