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_monitorSend 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_statusGet the current status (up/down/grace/new) of a specific cron monitor along with last ping time and total ping count.
    get_dashboardGet an overview of all cron monitors — total count, counts per status (up/down/grace/new), and a summary list. Requires API key.
    create_monitorRegister a new cron job monitor. Returns the monitor ID to use in ping URLs. Requires API key.
    list_monitorsList all monitors with real-time computed status. Requires API key.
    get_ping_historyRetrieve the last 100 ping events for a monitor (type, timestamp, IP, duration for complete events). Requires API key.