cronalert-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CRONALERT_API_KEY | Yes | Your CronAlert API key, obtained from Settings > API Keys on cronalert.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_monitorsA | List all uptime monitors. Optionally filter by status (up, down, unknown) and paginate. |
| create_monitorA | Create a new uptime monitor that periodically checks a URL and alerts on failure. |
| get_monitorB | Get detailed information about a specific monitor including its current status. |
| update_monitorA | Update an existing monitor's configuration (name, URL, interval, method, etc.). |
| delete_monitorA | Permanently delete a monitor and all its check history. This cannot be undone. |
| get_check_resultsB | Get recent check results for a monitor, including response times, status codes, and uptime percentage. |
| get_monitor_incidentsB | Get incidents for a specific monitor — periods when the monitor was down. |
| list_incidentsB | List all active incidents across all monitors. |
| list_status_pagesB | List all public status pages configured for your account. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jaredhobbs/cronalert-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server