mcpbeat

Checkly MCP Server

io.usefulapi/checkly
not responding

Checkly is listed as active in the registry but did not answer our last check. It exposes 22 tools. Last commit 1 Aug 2026.

Query Checkly synthetic monitoring — checks, statuses, results, alerts, reporting and dashboards.

Uptime history 39 hours of history · worst hour 0%
39 hours agonow
20.9%
Uptime 24h
19 of 91 checks
22
Tools
read from the server
172 ms
Response time
average over 24h
0
Stars
last commit 1 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add checkly --transport http https://checkly.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "checkly": {
      "url": "https://checkly.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.checkly]
url = "https://checkly.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "checkly": {
      "url": "https://checkly.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "checkly": {
      "url": "https://checkly.usefulapi.io/mcp"
    }
  }
}

Available tools 22

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

checkly
checkly_create_maintenance_window
MODIFIES THE CHECKLY ACCOUNT: schedules a maintenance window that silences alerts for a time range (e.g. during a deploy). Omit repeatUnit for a one-off window. Public API: POST /v1/maintenance-windows.
checkly_create_variable
MODIFIES THE CHECKLY ACCOUNT: creates a new account-level environment variable. Additive (does not overwrite existing keys). Public API: POST /v1/variables.
checkly_get_account
Fetch details of the Checkly account tied to your credentials. Public API: GET /v1/accounts/me.
checkly_get_check
Retrieve a single check's full configuration by id. Public API: GET /v1/checks/{id}.
checkly_get_check_alerts
List alert notifications for one specific check. Public API: GET /v1/check-alerts/{checkId}.
checkly_get_check_group
Retrieve a single check group by id. Public API: GET /v1/check-groups/{id}.
checkly_get_check_result
Retrieve a single check-run result in full. Public API: GET /v1/check-results/{checkId}/{checkResultId}.
checkly_get_check_status
Retrieve the current status details for a single check. Public API: GET /v1/check-statuses/{checkId}.
checkly_get_reporting
Aggregated availability / performance / SLA report across checks and groups. Public API: GET /v1/reporting.
checkly_list_alert_channels
List all alert channels (email, Slack, webhook, PagerDuty, etc.) configured in the account. Public API: GET /v1/alert-channels.
checkly_list_check_alerts
List recent alert notifications fired across the whole account. Public API: GET /v1/check-alerts.
checkly_list_check_groups
List all check groups (shared config for a set of checks). Public API: GET /v1/check-groups.
checkly_list_check_results
List individual run results for a check (latency, success, location, response). Public API: GET /v1/check-results/{checkId}.
checkly_list_check_statuses
List the current pass/fail/degraded status of every check — the 'what's down right now' view. Public API: GET /v1/check-statuses.
checkly_list_checks
List all synthetic monitoring checks (API, browser, URL, heartbeat, etc.) in the account. Public API: GET /v1/checks.
checkly_list_dashboards
List all public/private status dashboards. Public API: GET /v1/dashboards.
checkly_list_locations
List all public checking locations Checkly can run checks from. Public API: GET /v1/locations.
checkly_list_maintenance_windows
List all maintenance windows (periods where alerts are silenced). Public API: GET /v1/maintenance-windows.
checkly_list_private_locations
List all private (self-hosted) checking locations. Public API: GET /v1/private-locations.
checkly_list_runtimes
List all supported runtimes (Node versions + bundled dependencies) for browser/API checks. Public API: GET /v1/runtimes.
checkly_list_snippets
List all reusable code snippets. Public API: GET /v1/snippets.
checkly_list_variables
List all account-level environment variables. Note: secret variable values are redacted by the API. Public API: GET /v1/variables.

Endpoints

URLTransportStateLatencyChecked
https://checkly.usefulapi.io/mcp streamable-http answering 58 ms 12 min ago

Checkly — questions

Answers built from our own checks of this server.

What can Checkly do?
It exposes 22 tools, read directly from the server on our last check. Among them: checkly_create_maintenance_window, checkly_create_variable, checkly_get_account, checkly_get_check, checkly_get_check_alerts, checkly_get_check_group and 16 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Checkly working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 19 of 91 checks got a reply (20.9%), average response time 172 ms. The bar chart above shows every period we have measured.
The registry lists Checkly as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Checkly?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Checkly need an API key?
No. Checkly completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 22 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Checkly?
It answers our handshake in 172 ms on average, which is faster than 69% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Checkly open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.