Skip to main content
ClaudeWave
tylerscomic-lab avatar
tylerscomic-lab

cron-schedule-audit-mcp

Ver en GitHub

DST-correct cron validation MCP server — catches the spring-forward skip / fall-back double-fire bug

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/tylerscomic-lab/cron-schedule-audit-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "cron-schedule-audit-mcp": {
      "command": "node",
      "args": ["/path/to/cron-schedule-audit-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/tylerscomic-lab/cron-schedule-audit-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# cron-schedule-audit-mcp

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Live on MCPize](https://img.shields.io/badge/Live%20on-MCPize-6d28d9)](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
ai-agentsclaudecronmcpmcp-servermodel-context-protocoltimezone

Lo que la gente pregunta sobre cron-schedule-audit-mcp

¿Qué es tylerscomic-lab/cron-schedule-audit-mcp?

+

tylerscomic-lab/cron-schedule-audit-mcp es mcp servers para el ecosistema de Claude AI. DST-correct cron validation MCP server — catches the spring-forward skip / fall-back double-fire bug Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala cron-schedule-audit-mcp?

+

Puedes instalar cron-schedule-audit-mcp clonando el repositorio (https://github.com/tylerscomic-lab/cron-schedule-audit-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar tylerscomic-lab/cron-schedule-audit-mcp?

+

tylerscomic-lab/cron-schedule-audit-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene tylerscomic-lab/cron-schedule-audit-mcp?

+

tylerscomic-lab/cron-schedule-audit-mcp es mantenido por tylerscomic-lab. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a cron-schedule-audit-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega cron-schedule-audit-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: tylerscomic-lab/cron-schedule-audit-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/tylerscomic-lab-cron-schedule-audit-mcp)](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>

Más MCP Servers

Alternativas a cron-schedule-audit-mcp