← Registry

DevOps

cron.watch

It is a monitoring service for cron jobs, letting users create monitors and track execution via check-in URLs.

1 endpoint9 known toolsFirst detected August 19, 2026Last detected August 19, 2026

ENDPOINT 1

https://mcp.cron.watch/mcp

No auth detected

MCP server metadata

Name
cron.watch
Version
1.28.1
Capabilities
experimentalpromptsresourcestools

Known tools 9

signup

Start self-serve signup for cron.watch (sends an email verification link).

Potential side effects
list_organizations

List the organizations the current API key can access.

Inferred read-only
create_organization

Create an organization (a team/workspace that owns monitors).

Potential side effects
invite_member

Invite a teammate to an organization.

Inferred read-only
create_monitor

Create a monitor and return its check-in URL.

Potential side effects
list_monitors

List monitors in an organization (status, schedule, last check-in).

Inferred read-only
get_monitor

Get one monitor's status, recent runs, latency, and pushed metrics.

Inferred read-only
check_in

Record a check-in for a monitor.

Inferred read-only
push_metric

Attach custom values + metadata to a monitor (charted, baselined, alertable).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.cron-watch]
url = "https://mcp.cron.watch/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cron-watch": {
      "type": "http",
      "url": "https://mcp.cron.watch/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cron-watch
Remote MCP URL: https://mcp.cron.watch/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "cron-watch": {
      "url": "https://mcp.cron.watch/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cron-watch": {
      "type": "http",
      "url": "https://mcp.cron.watch/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cron-watch",
  "transport": "streamable-http",
  "url": "https://mcp.cron.watch/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.