Manage Cronitor monitors and send telemetry pings — list, inspect, create, update, delete.
claude mcp add cronitor --transport http https://cronitor.usefulapi.io/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"cronitor": {
"url": "https://cronitor.usefulapi.io/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"cronitor": {
"serverUrl": "https://cronitor.usefulapi.io/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"cronitor": {
"type": "http",
"url": "https://cronitor.usefulapi.io/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"cronitor": {
"url": "https://cronitor.usefulapi.io/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"cronitor": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://cronitor.usefulapi.io/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://cronitor.usefulapi.io/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.usefulapi--cronitor/reviews or the review_server meta-tool.
POST /mcp