Skip to content
Back to search
90
MCP live v0.1.1 MCP 2025-06-18 streamable-http

io.github.idoazacalls/cron-explainer

io.github.idoazacalls/cron-explainer

Cron expression parser: explains any cron + returns next N fire times. Timezone-aware.

Uptime
100.0%
1 direct probes · 30d
Response
194ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

Tools · 1

explain_cron

Parse a POSIX/Vixie cron expression and return the next N fire times plus an English description. Timezone-aware (IANA). Best-effort accuracy. Billed at 1 EUR cent per successful call; non-2xx respons…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.idoazacalls/cron-explainer": {
      "url": "https://cron-explainer.cron-explainer-prod.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}