Manage CronAlert uptime monitors, check results, and incidents from any MCP client.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP server for CronAlert uptime monitoring. Manage your monitors, check results, and incidents from Claude, Cursor, Windsurf, or any MCP-compatible AI client.
Sign up at cronalert.com and create an API key in Settings > API Keys.
When creating the key, choose a scope:
Claude Desktop β edit ~/Library/Application Support/Claude/claude_desktop_config.json:
Claude Code β run:
Cursor β add to .cursor/mcp.json:
Remote server (no install needed) β connect any MCP client to:
Authenticate with Authorization: Bearer ca_your_key header. Supports Streamable HTTP transport.
Ask your AI assistant to manage your monitors (see examples below).
| Tool | Description | Type |
|---|---|---|
list_monitors | List all monitors with status and response times | Read |
create_monitor | Create a new HTTP monitor | Write |
get_monitor | Get details for a specific monitor | Read |
update_monitor | Update settings, pause/resume | Write |
delete_monitor | Permanently delete a monitor | Write |
get_check_results | Check history with uptime % and response times | Read |
get_monitor_incidents | Incidents for a specific monitor | Read |
list_incidents | All active incidents across monitors | Read |
list_status_pages | Your public status pages | Read |
Approvals in MCP clients are client-side: write tools carry destructiveHint: true, so Claude Code / Desktop / Cursor prompt before running them. CronAlert adds two server-side boundaries so the client prompt isn't the only gate:
delete_monitor first returns a preview plus a short-lived, resource-bound confirmToken instead of deleting. The agent must call delete_monitor again with that token in the confirm argument. This prevents a single stray or prompt-injected call from destroying data and gives the server an auditable, explicit second step.The API key is scoped to a single team, so the blast radius of any key is that team's resources.
User prompt: "Create a monitor for https://api.example.com/health that checks every minute, then show me its details."
What happens:
create_monitor with name: "API Health", url: "https://api.example.com/health", checkInterval: 60get_monitor with the new ID to show the detailsExpected output:
User prompt: "Are any of my monitors down? If so, show me the error details."
What happens:
list_incidents to check for active incidentsget_monitor for each affected monitorget_check_results to get the recent error detailsExpected output (no incidents):
Expected output (with incident):
User prompt: "List all my monitors, then pause the staging one."
What happens:
list_monitors to get all monitorsupdate_monitor with id: "staging_id" and paused: trueExpected output:
This MCP server connects to the CronAlert API (cronalert.com/api/v1/) using your API key. It transmits:
Data is processed by CronAlert's servers on Cloudflare's infrastructure. No data is stored locally by the MCP server itself. See our full Privacy Policy for details on data collection, retention, and your rights.
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/cronalert)<a href="https://allmcps.com/mcp/cronalert"><img src="https://allmcps.com/api/badge/cronalert?style=directory" alt="Cronalert on AllMCPs" /></a>