# Crontab Generator API MCP server

Natural language to cron expression converter. x402 micropayment.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-crontab-generator
- Repository: https://github.com/Br0ski777/crontab-generator-x402
- Website: https://github.com/Br0ski777/crontab-generator-x402

## Install
- Endpoint: https://crontab-generator.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://crontab-generator.api.klymax402.com/mcp

## Tools
- 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 -- the generated cron expression (e.g. "0 9 * * 1")
2. description -- human-readable confirmation of the schedule
3. nextRuns -- next 5 execution timestamps in UTC
4. confidence -- how confident the parser is in the interpretation (high, medium, low)

Example output: {"expression":"0 9 * * 1","description":"Every Monday at 9:00 AM","nextRuns":["2026-04-14T09:00:00Z","2026-04-21T09:00:00Z"],"confidence":"high"}

Use this FOR creating new scheduled tasks from user instructions, building crontab configs from plain English, or translating business requirements into cron syntax. Use this BEFORE writing cron entries manually.

Do NOT use for parsing existing cron expressions -- use schedule_parse_cron instead. Do NOT use for JSON validation -- use data_validate_json instead. Do NOT use for text analysis -- use text_count_words instead. Endpoint: https://crontab-generator.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
