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

Crontab Generator API

io.github.Br0ski777/crontab-generator

Natural language to cron expression converter. x402 micropayment.

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

Tools · 1

utility_generate_crontab

Use 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 --…

How to use

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

{
  "mcpServers": {
    "crontab_generator_api": {
      "url": "https://crontab-generator.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}