Agent Tools
Back to MCP servers

Crontab Generator — Natural Language to Cron

https://server.smithery.ai/axel-belfort/crontab-generator/mcp
● healthy

Cron expression generator API for AI agents. Convert natural language like "every Monday at 9am" or "twice daily" into valid cron expressions with human-readable explanation and next run times. Tools: utility_generate_crontab. Use this when users describe schedules in natural language and you need a cron expression. IMPORTANT: For parsing existing cron expressions, use schedule_parse_cron instead. Returns: {cron, 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/crontab-generator/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/crontab-generator/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://github.com/Br0ski777/crontab-generator-x402
Listed at (smithery)
https://github.com/Br0ski777/crontab-generator-x402