Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

cool.cron/croncool

cool.cron/croncool

Inspect scheduled jobs, runs, durable workflows, and webhook health; run one confirmed job.

Uptime
100.0%
1 direct probes · 30d
Response
1097ms
last probe
Tools
10
callable
Resources
6
readable
Prompts
0
available

Tools · 10

list_projects

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_jobs

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…

get_job

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…

run_job

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…

get_job_runs

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_workflows

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_workflow_runs

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…

get_workflow_run

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_webhook_subscriptions

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…

show_project_overview

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

croncool-project-overview

An inline Croncool view that presents one tenant-scoped project.

ui://croncool/project-overview-v2.html
croncool-project-overview-v1

An inline Croncool view that presents one tenant-scoped project.

ui://croncool/project-overview-v1.html
croncool-job-detail

An inline Croncool view that presents one tenant-scoped scheduled job.

ui://croncool/job-detail-v2.html
croncool-job-detail-v1

An inline Croncool view that presents one tenant-scoped scheduled job.

ui://croncool/job-detail-v1.html
croncool

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
scheduler-operations

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

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"
    }
  }
}