checkly
Server Details
Query Checkly synthetic monitoring — checks, statuses, results, alerts, reporting and dashboards.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- m190/usefulapi-mcp
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
22 toolscheckly_create_maintenance_windowCreate maintenance windowDestructiveInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Maintenance window name. | |
| tags | No | Tags of checks/groups to include in the window. | |
| endsAt | Yes | End time, ISO-8601. | |
| startsAt | Yes | Start time, ISO-8601 (e.g. 2026-07-15T22:00:00.000Z). | |
| repeatUnit | No | For a recurring window: DAY, WEEK, or MONTH. Omit for one-off. | |
| description | No | Optional description. | |
| silenceAllAlerts | No | Silence alerts for ALL checks (overrides tag scoping). |
checkly_create_variableCreate environment variableDestructiveInspect
MODIFIES THE CHECKLY ACCOUNT: creates a new account-level environment variable. Additive (does not overwrite existing keys). Public API: POST /v1/variables.
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The variable key (cannot be changed later). | |
| value | Yes | The variable value. | |
| locked | No | Hide the value like a password in the UI. | |
| secret | No | Mark as secret — value becomes write-only after creation. |
checkly_get_accountGet current accountRead-onlyInspect
Fetch details of the Checkly account tied to your credentials. Public API: GET /v1/accounts/me.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
checkly_get_checkGet a checkRead-onlyInspect
Retrieve a single check's full configuration by id. Public API: GET /v1/checks/{id}.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The check id. | |
| includeDependencies | No | Include dependent resources (snippets, alert channels). |
checkly_get_check_alertsGet alerts for a checkRead-onlyInspect
List alert notifications for one specific check. Public API: GET /v1/check-alerts/{checkId}.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End of range as a Unix timestamp (seconds). | |
| from | No | Start of range as a Unix timestamp (seconds). | |
| page | No | 1-based page number. | |
| limit | No | Page size. | |
| checkId | Yes | The check id. |
checkly_get_check_groupGet a check groupRead-onlyInspect
Retrieve a single check group by id. Public API: GET /v1/check-groups/{id}.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The check group id. |
checkly_get_check_resultGet a check resultRead-onlyInspect
Retrieve a single check-run result in full. Public API: GET /v1/check-results/{checkId}/{checkResultId}.
| Name | Required | Description | Default |
|---|---|---|---|
| checkId | Yes | The check id. | |
| checkResultId | Yes | The check result id. |
checkly_get_check_statusGet check statusRead-onlyInspect
Retrieve the current status details for a single check. Public API: GET /v1/check-statuses/{checkId}.
| Name | Required | Description | Default |
|---|---|---|---|
| checkId | Yes | The check id. |
checkly_get_reportingGet reportingRead-onlyInspect
Aggregated availability / performance / SLA report across checks and groups. Public API: GET /v1/reporting.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End of range as a Unix timestamp (seconds). | |
| from | No | Start of range as a Unix timestamp (seconds). | |
| timezone | No | IANA timezone, e.g. Europe/Berlin. | |
| quickRange | No | Preset range, e.g. last24Hrs, last7Days, last30Days, thisWeek, thisMonth, lastWeek, lastMonth. | |
| granularity | No | Bucket size for time series. | |
| filterByTags | No | Filter by a tag. |
checkly_list_alert_channelsList alert channelsRead-onlyInspect
List all alert channels (email, Slack, webhook, PagerDuty, etc.) configured in the account. Public API: GET /v1/alert-channels.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| limit | No | Page size. |
checkly_list_check_alertsList check alertsRead-onlyInspect
List recent alert notifications fired across the whole account. Public API: GET /v1/check-alerts.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End of range as a Unix timestamp (seconds). | |
| from | No | Start of range as a Unix timestamp (seconds). | |
| page | No | 1-based page number. | |
| limit | No | Page size. |
checkly_list_check_groupsList check groupsRead-onlyInspect
List all check groups (shared config for a set of checks). Public API: GET /v1/check-groups.
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by a tag. | |
| name | No | Filter by group name. | |
| page | No | 1-based page number. | |
| limit | No | Page size. |
checkly_list_check_resultsList check resultsRead-onlyInspect
List individual run results for a check (latency, success, location, response). Public API: GET /v1/check-results/{checkId}.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End of range as a Unix timestamp (seconds). | |
| from | No | Start of range as a Unix timestamp (seconds). | |
| page | No | 1-based page number. | |
| limit | No | Page size. | |
| checkId | Yes | The check id. | |
| location | No | Filter by run location, e.g. eu-west-1. | |
| resultType | No | FINAL, ATTEMPT, or ALL. | |
| hasFailures | No | Only return results that contain failures. |
checkly_list_checksList checksRead-onlyInspect
List all synthetic monitoring checks (API, browser, URL, heartbeat, etc.) in the account. Public API: GET /v1/checks.
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by a tag. | |
| page | No | 1-based page number. | |
| limit | No | Page size. | |
| search | No | Free-text search across check names. | |
| checkType | No | Filter by check type, e.g. API, BROWSER, URL, HEARTBEAT. |
checkly_list_check_statusesList check statusesRead-onlyInspect
List the current pass/fail/degraded status of every check — the 'what's down right now' view. Public API: GET /v1/check-statuses.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
checkly_list_dashboardsList dashboardsRead-onlyInspect
List all public/private status dashboards. Public API: GET /v1/dashboards.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| limit | No | Page size. |
checkly_list_locationsList locationsRead-onlyInspect
List all public checking locations Checkly can run checks from. Public API: GET /v1/locations.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
checkly_list_maintenance_windowsList maintenance windowsRead-onlyInspect
List all maintenance windows (periods where alerts are silenced). Public API: GET /v1/maintenance-windows.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| limit | No | Page size. |
checkly_list_private_locationsList private locationsRead-onlyInspect
List all private (self-hosted) checking locations. Public API: GET /v1/private-locations.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
checkly_list_runtimesList runtimesRead-onlyInspect
List all supported runtimes (Node versions + bundled dependencies) for browser/API checks. Public API: GET /v1/runtimes.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
checkly_list_snippetsList snippetsRead-onlyInspect
List all reusable code snippets. Public API: GET /v1/snippets.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| limit | No | Page size. |
checkly_list_variablesList variablesRead-onlyInspect
List all account-level environment variables. Note: secret variable values are redacted by the API. Public API: GET /v1/variables.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| limit | No | Page size. |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!