io.github.idoazacalls/cron-explainer
io.github.idoazacalls/cron-explainerCron expression parser: explains any cron + returns next N fire times. Timezone-aware.
Tools · 1
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…
Similar MCP servers embedding-nearest
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"
}
}
}