Crontab Generator — Natural Language to Cron
Communication
Remote
1 tool
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.
How to connect
1
Add the remote MCP URL
Paste this endpoint into Claude, ChatGPT, or Cursor MCP settings.
https://crontab-generator--axel-belfort.run.tools
2
Verify the tools loaded
Confirm
tools/list returns the expected tools before relying on them in production.Tools
(1)-
utility_generate_crontabUse this when you need to generate a cron expression from a natural language description like "every Monday at 9am" or "every 5 minutes". Returns the cron expression with validation. 1. expression --