Connect MCP clients to Checkly to inspect checks, test sessions, RCA, result assets, status pages, incidents, and account context.
The Checkly MCP Server lets MCP clients connect to Checkly over Streamable HTTP and use Checkly tools from your conversation.Use the production MCP endpoint in your client:
https://api.checklyhq.com/mcp
OAuth is the recommended way to connect. The OAuth flow only supports Checkly-approved clients listed in setup. API-key authentication is available for non-interactive clients that can send custom headers, but you are responsible for protecting and rotating the key.
Use it when your agent needs live Checkly account context, check status, check results, test sessions, root cause analyses, result assets, status pages, incidents, account environment variables, or when it needs to trigger existing checks.
Use Checkly Skills and the Checkly CLI when your agent needs to create, edit, test, bundle, or deploy check code. The MCP server runs remotely and cannot access your local filesystem.
Access to the Checkly account you want the MCP client to use.
A supported OAuth MCP client, or an MCP client that can send custom HTTP headers for API-key authentication.
Add the Checkly MCP endpoint to your client, complete the OAuth flow, then ask your client to verify the connection. If your client cannot complete OAuth but can send custom headers, configure API-key authentication instead.
Prompt
Use Checkly to show which accounts I can access.
If you belong to more than one Checkly account, tell your client which account to use in your prompt. To always use the same account, set the X-Checkly-Account header when your client supports custom MCP headers.See Set up the MCP server for client configuration examples.
What features are available on my current Checkly plan?
Advanced prompts:
Prompt
Investigate the latest failed result for the checkout API check. If there is an error group, check whether an RCA already exists before triggering a new one.
Prompt
Trigger the checks tagged production-smoke, then follow the test session until results are available.
Prompt
Create a major status page incident for the API outage, but do not notify subscribers until I confirm the message.
MCP, Checkly Skills, and the Checkly CLI are complementary. Use the MCP Server for a quick OAuth-based connection from a supported client. Use API-key authentication only when OAuth is not practical for a non-interactive workflow. Use Checkly Skills with the CLI when your agent needs to create, edit, test, or deploy code from your local project.See Skills, MCP, and the CLI for a full comparison of when to use each.