mcpserver.lol
registry/cron-monitor
Connection check verified live · 27h ago

cron-monitor

Cloudflare Workers MCP server: cron-monitor

Tools 6
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

6 tools

Read from the running server on 27h ago.

create_monitor name*api_key*notify_urlgrace_period_secondsschedule_descriptionexpected_interval_seconds*
Register a new cron job monitor. Returns the monitor ID to use in ping URLs. Requires API key.
get_dashboard api_key*
Get an overview of all cron monitors — total count, counts per status (up/down/grace/new), and a summary list. Requires API key.
get_monitor_status monitor_id*
Get the current status (up/down/grace/new) of a specific cron monitor along with last ping time and total ping count.
get_ping_history api_key*monitor_id*
Retrieve the last 100 ping events for a monitor (type, timestamp, IP, duration for complete events). Requires API key.
list_monitors api_key*
List all monitors with real-time computed status. Requires API key.
ping_monitor ping_typemonitor_id*
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 imme…