Cron Parser API
io.github.Br0ski777/cron-parserParse, validate and explain cron expressions. Get next run times. x402 micropayment.
Tools · 1
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-…
Similar MCP servers embedding-nearest
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"
}
}
}