INDIVIDUAL MCP TOOL
create_organization
Create an organization (a team/workspace that owns monitors).
LIVE ENDPOINT
https://mcp.cron.watch/mcp
Connect to this endpoint to inspect the live schema for create_organization and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.
Related tools
signup— Start self-serve signup for cron.watch (sends an email verification link).list_organizations— List the organizations the current API key can access.invite_member— Invite a teammate to an organization.create_monitor— Create a monitor and return its check-in URL.list_monitors— List monitors in an organization (status, schedule, last check-in).get_monitor— Get one monitor's status, recent runs, latency, and pushed metrics.check_in— Record a check-in for a monitor.push_metric— Attach custom values + metadata to a monitor (charted, baselined, alertable).