A lightweight cron job monitoring solution built on Cloudflare Workers that exposes both REST and MCP interfaces. The server lets you track scheduled task execution, check job status, and manage cron monitors through JSON-RPC 2.0 calls. Reach for this when you need Claude to query or manage your cron job health checks without leaving the conversation. It's hosted at api.lazy-mac.com/cron-monitor and accessible via streamable HTTP transport, so there's nothing to self-host. The implementation keeps things simple: you get monitoring endpoints for your periodic tasks wrapped in an MCP interface that plays nicely with Claude's tool calling.
claude mcp add --transport http io.github.lazymac2x-cron-monitor https://api.lazy-mac.com/cron-monitor/mcp