
cron-monitor
Cloudflare Workers MCP server: cron-monitor
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Cloudflare Workers MCP server: cron-monitor
Список инструментов сервера (6)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |