Agentβ™₯︎Age
Catalog

io.github.Shreyas-Profile/cron-mcp

Official

by globalion Β· TypeScript

Cron-as-a-service MCP. Schedule prompts; when the cron fires we POST to your callback URL.

io.github.Shreyas-Profile/cron-mcp β€” Cron-as-a-service MCP

Cron-as-a-service MCP that schedules prompts using any cron expression and, when the cron fires, POSTs the job to a configured callback URL. The system does not run an LLM; it stores schedule details, matches minutes to the cron expression, and delivers the job payload to the callback.

πŸ› οΈ Key Features

  • Schedule prompts with a cron expression
  • Store schedule + prompt + callback URL
  • Match minutes against the cron expression
  • POST job body to the callback URL
  • Sign requests with X-Cron-Signature

πŸš€ Use Cases

  • Daily briefings
  • Hourly polls
  • Weekly digests
  • Any scheduled prompt workflow

⚑ Developer Benefits

  • Callback-based integration for Claude Desktop, Cursor, or custom scripts
  • Deterministic scheduling via cron expressions
  • Request signing via X-Cron-Signature

⚠️ Limitations

  • No LLM execution in the MCP stack; β€œyour agent” performs the thinking