Connects Claude to the Cronicorn job scheduling service, letting you create and manage HTTP polling jobs that adapt their frequency based on response content. You describe endpoints and thresholds in plain English, and Cronicorn's AI adjusts polling intervals, coordinates related jobs, and handles retries automatically. Useful when you need smarter than cron scheduling for API monitoring, webhooks that don't exist yet, or any HTTP endpoint where response data should influence how often you check it. The MCP server exposes job creation, status checks, and management operations so you can configure adaptive schedules conversationally instead of writing YAML or clicking through a dashboard.
claude mcp add --transport stdio io.github.weskerllc-cronicorn-mcp-server -- npx -y @cronicorn/mcp-server