Skip to content
Back to search
90
MCP v1.1.0 sse

Cron Parser API

io.github.Br0ski777/cron-parser

Parse, validate and explain cron expressions. Get next run times. x402 micropayment.

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

Tools · 1

schedule_parse_cron

Use this when you need to parse, validate, or explain a cron expression. Returns human-readable description, next N execution times, and field breakdown. Supports standard 5-field cron and extended 6-…

How to use

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

{
  "mcpServers": {
    "cron_parser_api": {
      "url": "https://cron-parser.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}