DevOps
cron.watch
It is a monitoring service for cron jobs, letting users create monitors and track execution via check-in URLs.
ENDPOINT 1
https://mcp.cron.watch/mcp
MCP server metadata
- Name
- cron.watch
- Version
- 1.28.1
Known tools 9
signupStart self-serve signup for cron.watch (sends an email verification link).
Potential side effectscreate_organizationCreate an organization (a team/workspace that owns monitors).
Potential side effectspush_metricAttach custom values + metadata to a monitor (charted, baselined, alertable).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.