Cron Expression Parser — Explain & Next Run Times
https://server.smithery.ai/axel-belfort/cron-parser/mcp
● healthy
Cron expression parser API for AI agents. Parse, validate, and explain cron expressions in plain English. Get next N scheduled run times in any timezone. Tools: schedule_parse_cron. Use this for debugging cron schedules, building scheduling UIs, or validating cron syntax. IMPORTANT: For generating cron from natural language, use utility_generate_crontab instead. Returns: {valid, explanation, nextRuns[]}. No API key required — x402 micropayment $0.001/call on Base L2.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/cron-parser/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/cron-parser/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://github.com/Br0ski777/cron-parser-x402