mcpserver.lol
registry/lazymac2x-cron-parser
Connection check verified live · 27h ago

lazymac2x-cron-parser

Cloudflare Workers MCP server: cron-parser

Tools 6
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

6 tools

Read from the running server on 27h ago.

common_crons
List commonly used cron expressions with descriptions.
diff_cron first*second*
Compare two cron expressions and return per-field differences.
explain_cron expression*
Explain a cron expression in human-readable form and show parsed fields. Supports @presets like @daily, @weekly.
generate_cron atonevery*month
Generate a cron expression from human-friendly options.
next_runs fromcountexpression*
Get the next N scheduled run times for a cron expression. Uses standard Unix OR semantics for day fields.
validate_cron expression*
Check if a cron expression is valid. Returns {valid: bool, error?: string}.