DST-correct cron validation MCP server — catches the spring-forward skip / fall-back double-fire bug
git clone https://github.com/tylerscomic-lab/cron-schedule-audit-mcp{
"mcpServers": {
"cron-schedule-audit-mcp": {
"command": "node",
"args": ["/path/to/cron-schedule-audit-mcp/dist/index.js"]
}
}
}MCP Servers overview
# cron-schedule-audit-mcp [](LICENSE) [](https://mcpize.com/mcp/cron-schedule-audit-mcp) An MCP server that validates cron expressions and computes **DST-correct** next-fire times using the real IANA timezone database — no `moment-timezone` or `luxon` dependency, just a hand-rolled fake-UTC-offset technique against the platform's own tz data. ## The bug this catches A cron job scheduled at `30 2 * * *` (2:30am daily) in `America/New_York` **silently never fires** on the spring-forward date, because 2:00-2:59am doesn't exist that day. A job at `30 1 * * *` (1:30am) fires **twice** on the fall-back date, because that hour is repeated. Neither failure throws an error or shows up in logs — it just looks like a flaky cron that "sometimes doesn't run." Verified against real 2026/2027 transition dates during testing (spring-forward 2027-03-14, fall-back 2026-11-01). Also flags the day-of-month/day-of-week footgun almost everyone hits once: POSIX cron treats both fields as **OR**, not AND, when both are restricted. ## Tools ### `validate_cron_expression` Syntax + semantic validation: OR-not-AND warning, every-minute footgun, day-of-month values some months don't have (31, 30, 29), a nudge to check DST risk for anything in the 1-3am window. Returns a plain-English explanation of what the expression means. ### `get_next_fire_times` Next N fire times, DST-aware. If a scheduled local time falls in a spring-forward gap it's flagged as skipped; if it falls in a fall-back overlap, both real firings are returned as ambiguous. ### `detect_dst_risk` Scans a full year ahead and reports every date where the schedule collides with a DST transition — run this once on any job scheduled in the 1-4am local window before you ship it. ## Use it **Hosted (recommended):** [MCPize](https://mcpize.com/mcp/cron-schedule-audit-mcp) — free tier, $7/mo Pro. **Self-host:** ```bash npm install node server.js ``` ## Part of a small suite [mcp-schema-audit-mcp](https://github.com/tylerscomic-lab/mcp-schema-audit-mcp), [regex-safety-audit-mcp](https://github.com/tylerscomic-lab/regex-safety-audit-mcp), [claude-cost-audit-mcp](https://github.com/tylerscomic-lab/claude-cost-audit-mcp). ## License MIT
What people ask about cron-schedule-audit-mcp
What is tylerscomic-lab/cron-schedule-audit-mcp?
+
tylerscomic-lab/cron-schedule-audit-mcp is mcp servers for the Claude AI ecosystem. DST-correct cron validation MCP server — catches the spring-forward skip / fall-back double-fire bug It has 0 GitHub stars and was last updated today.
How do I install cron-schedule-audit-mcp?
+
You can install cron-schedule-audit-mcp by cloning the repository (https://github.com/tylerscomic-lab/cron-schedule-audit-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is tylerscomic-lab/cron-schedule-audit-mcp safe to use?
+
tylerscomic-lab/cron-schedule-audit-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.
Who maintains tylerscomic-lab/cron-schedule-audit-mcp?
+
tylerscomic-lab/cron-schedule-audit-mcp is maintained by tylerscomic-lab. The last recorded GitHub activity is from today, with 0 open issues.
Are there alternatives to cron-schedule-audit-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy cron-schedule-audit-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/tylerscomic-lab-cron-schedule-audit-mcp)<a href="https://claudewave.com/repo/tylerscomic-lab-cron-schedule-audit-mcp"><img src="https://claudewave.com/api/badge/tylerscomic-lab-cron-schedule-audit-mcp" alt="Featured on ClaudeWave: tylerscomic-lab/cron-schedule-audit-mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!