cool.cron/croncool
cool.cron/croncoolInspect scheduled jobs, runs, durable workflows, and webhook health; run one confirmed job.
Tools · 10
List a bounded set of Croncool projects the authenticated user can access. Returns only the project id needed for follow-up calls, display name, and creation time; workflow callback configuration and …
List a bounded page of Croncool jobs in the authenticated organization, optionally filtered by exact project id. Returns safe scheduling metadata and target origins only; request payloads and credenti…
Fetch a single Croncool cron job by exact id. Returns safe scheduling metadata and only the target HTTP(S) origin; request payloads and credential-bearing URL paths, queries, fragments, or userinfo ar…
Trigger one existing Croncool job by exact id immediately, outside its schedule. This is destructive under host review policy, open-world, and non-idempotent: every call can send the configured reques…
Fetch a bounded execution history for one exact Croncool job id, most recent first. Returns execution id, status, HTTP status, duration, and timestamp only; response bodies, errors, job request payloa…
List a bounded set of durable workflows for one exact Croncool project id with per-status run counts and most recent run time. Workflow inputs, outputs, error messages, callback configuration, and sec…
List a bounded page of durable workflow runs for one exact Croncool project id, optionally filtered by workflow name and status. Returns only run identity, status, timings, and machine error code; wor…
Fetch one durable workflow run by exact project id and run id together with a bounded set of steps. Returns status/timing metadata and machine error codes only; workflow inputs, outputs, error message…
List a bounded set of webhook delivery-health records in the authenticated Croncool organization, optionally filtered by exact project id. Returns endpoint origins, event filters, active state, failur…
Render a bounded overview for one known Croncool project id. Use after list_projects. Shows safe project metadata and up to 12 tenant-scoped jobs with target origins only; job request payloads, creden…
Resources · 6
An inline Croncool view that presents one tenant-scoped project.
ui://croncool/project-overview-v2.html
An inline Croncool view that presents one tenant-scoped project.
ui://croncool/project-overview-v1.html
An inline Croncool view that presents one tenant-scoped scheduled job.
ui://croncool/job-detail-v2.html
An inline Croncool view that presents one tenant-scoped scheduled job.
ui://croncool/job-detail-v1.html
Manage cron jobs on Croncool with the `croncool` CLI — list projects and scheduled jobs, read a job's schedule, target URL, method and last execution status, trigger a job to run immediately, and dele…
skill://croncool/croncool/SKILL.md
Inspect Croncool scheduled jobs, execution health, durable workflow runs and webhook delivery status, and safely invoke one existing configured job after exact confirmation. Use when asked to audit sc…
skill://croncool/scheduler-operations/SKILL.md
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"cool.cron/croncool": {
"url": "https://mcp.cron.cool/mcp",
"transport": "streamable-http"
}
}
}