About
Overview
The Checkly MCP Server enables AI agents to manage synthetic monitoring on Checkly's platform. It provides tools for managing API and browser checks, viewing check results, configuring alerting, and managing check groups.
Capabilities
Tools & Capabilities
⚡list_checks
List all monitoring checks
⚡get_check_results
Get check results and history
⚡create_check
Create a new API or browser check
⚡trigger_check
Manually trigger a check run
Setup
Installation
bash
Install
npx -y @checkly/mcp-serverExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"checkly": {
"command": "npx",
"args": ["-y", "@checkly/mcp-server"],
"env": { "CHECKLY_API_KEY": "your-key", "CHECKLY_ACCOUNT_ID": "your-account" }
}
}
}Quick Info
Authorcheckly
LanguageTypeScript
StatusStable
Stars★ 35
Last UpdatedFeb 12, 2026