Connection check
local install
takeaseatventure-cron-mcp
MCP cron validator for AI agents; flags impossible schedules and other silent cron bugs.
Tools
4
GitHub stars
—
Installs / wk
67
Licence
MIT
Transport
stdio
Last checked
never
Tools & capabilities
4 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
cron_presets
from source
Return a library of common cron expression presets (every 5 min, hourly, daily at midnight, Return a library of common cron expression presets (every 5 min, hourly, daily at midnight,
next_runs
from source
Compute the next N scheduled run times for a cron expression. Compute the next N scheduled run times for a cron expression.
parse_cron
from source
Parse a cron expression and return a human-readable description of when it fires. Parse a cron expression and return a human-readable description of when it fires.
validate_cron
from source