mcpbeat Sign in

Checkly MCP Server

answering

Checkly is answering right now. Last checked 7 min ago. It exposes 22 tools. Last commit 1 Sep 2026.

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

Uptime history 47 days of history · worst day 20%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
22
Tools
read from the server
173 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

Nothing serious here today

Today is the operative word: we check Checkly every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 7 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 202 ms 7 min ago

Alternatives to Checkly

same job, measured the same way
Hyperping
by hyperping

Uptime, API and server monitoring with outages, reporting, on-call and status pages.

26 tools answering
YoPingMe uptime monitoring
by yoping

Website uptime monitoring: live status, uptime reports, incidents, response times, failed checks

answering
Reportcraft
by rharper105

Generate Splunk dashboards, reports, and alerts from natural language. No API key required.

26 installs/wk local only
Safeship
by safeship

API monitoring from your editor. Checks the JSON your endpoints return, not just the status code.

answering
Carrierscore
by carrierscore

FMCSA motor-carrier risk scores, monitoring, and carrier-selection evidence reports for AI agents.

8 tools answering
Docs
by stimulsoft

Stimulsoft Reports & Dashboards docs MCP server. Semantic search for all platforms.

2 tools answering
Nuboo
by gitlares

Manage real estate inventory, quotes, prospects, and sales reporting in Nuboo.

answering
Powerbi Pbix MCP
by cyphonica

Local Power BI authoring for AI agents: edit .pbix, semantic model, report, and Power Query.

35 installs/wk local only

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 91 of 91 checks got a reply (100.0%), average response time 173 ms. The bar chart above shows every period we have measured.
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 173 ms on average, which is faster than 72% 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.