CronAlert

Created By
jaredhobbs2 months ago
Manage CronAlert uptime monitors, check results, and incidents from any MCP client.
Overview

cronalert-mcp

MCP server for CronAlert uptime monitoring. Manage your monitors, check results, and incidents from Claude, Cursor, Windsurf, or any MCP-compatible AI client.

Quick Start

1. Get your API key

Sign up at cronalert.com and create an API key in Settings > API Keys.

2. Add to your MCP client

Claude Desktop — edit ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "cronalert": {
      "command": "npx",
      "args": ["-y", "cronalert-mcp"],
      "env": {
        "CRONALERT_API_KEY": "ca_your_api_key_here"
      }
    }
  }
}

Claude Code — run:

claude mcp add cronalert -e CRONALERT_API_KEY=ca_your_key -- npx -y cronalert-mcp

Cursor — add to .cursor/mcp.json:

{
  "mcpServers": {
    "cronalert": {
      "command": "npx",
      "args": ["-y", "cronalert-mcp"],
      "env": {
        "CRONALERT_API_KEY": "ca_your_api_key_here"
      }
    }
  }
}

Remote server (no install needed) — connect any MCP client to:

https://cronalert.com/mcp

Authenticate with Authorization: Bearer ca_your_key header. Supports Streamable HTTP transport.

3. Start using it

Ask your AI assistant to manage your monitors (see examples below).

Available Tools

ToolDescriptionType
list_monitorsList all monitors with status and response timesRead
create_monitorCreate a new HTTP monitorWrite
get_monitorGet details for a specific monitorRead
update_monitorUpdate settings, pause/resumeWrite
delete_monitorPermanently delete a monitorWrite
get_check_resultsCheck history with uptime % and response timesRead
get_monitor_incidentsIncidents for a specific monitorRead
list_incidentsAll active incidents across monitorsRead
list_status_pagesYour public status pagesRead

Examples

Example 1: Create a monitor and check its status

User prompt: "Create a monitor for https://api.example.com/health that checks every minute, then show me its details."

What happens:

  1. The AI calls create_monitor with name: "API Health", url: "https://api.example.com/health", checkInterval: 60
  2. CronAlert creates the monitor and returns its ID
  3. The AI calls get_monitor with the new ID to show the details

Expected output:

{
  "id": "abc123",
  "name": "API Health",
  "url": "https://api.example.com/health",
  "method": "GET",
  "checkInterval": 60,
  "lastStatus": "unknown",
  "createdAt": "2026-03-08T12:00:00Z"
}

Example 2: Check uptime and respond to incidents

User prompt: "Are any of my monitors down? If so, show me the error details."

What happens:

  1. The AI calls list_incidents to check for active incidents
  2. If incidents exist, it calls get_monitor for each affected monitor
  3. It calls get_check_results to get the recent error details

Expected output (no incidents):

{
  "data": [],
  "message": "No active incidents"
}

Expected output (with incident):

{
  "data": [
    {
      "id": "inc_xyz",
      "monitorId": "abc123",
      "cause": "Expected status 200, got 503",
      "startedAt": "2026-03-08T11:45:00Z"
    }
  ]
}

Example 3: List monitors and pause one for maintenance

User prompt: "List all my monitors, then pause the staging one."

What happens:

  1. The AI calls list_monitors to get all monitors
  2. It identifies the staging monitor by name
  3. It calls update_monitor with id: "staging_id" and paused: true

Expected output:

{
  "id": "staging_id",
  "name": "Staging Server",
  "isPaused": true,
  "lastStatus": "up"
}

Requirements

Privacy Policy

This MCP server connects to the CronAlert API (cronalert.com/api/v1/) using your API key. It transmits:

  • Monitor configuration (names, URLs, check intervals) when creating or updating monitors
  • API key for authentication on every request

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.

Support

License

MIT

Server Config

{
  "mcpServers": {
    "cronalert": {
      "command": "npx",
      "args": [
        "-y",
        "cronalert-mcp"
      ],
      "env": {
        "CRONALERT_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}
Project Info
Created At
2 months ago
Updated At
2 months ago
Author Name
jaredhobbs
Star
-
Language
-
License
-
Category

Recommend Servers

View All
MDMagic MCP Server
@MDMagic-MCP

Convert Markdown to DOCX, PDF, and HTML using your own Word templates — your letterhead, your branding, your fonts. Plus 15 designer-built templates for when you don't have your own. MDMagic plugs straight into Claude, Cursor, VS Code, and any MCP-compatible AI assistant, giving them direct access to a professional document conversion pipeline - and, more importantly, *your* templates. ✨ Use your own Word templates Upload your existing letterhead, stationery, brand guidelines, contract shells, proposal templates — anything you already use in Microsoft Word. Once uploaded, your AI assistant can convert any Markdown directly into a polished document carrying *your* logo, fonts, colours, footers, page numbers, watermarks, and signature blocks. The output looks like it came from your design team, not from a generic AI export. 🎨 Or pick from 15 designer-built templates Don't have a Word template ready? MDMagic ships with 15 professionally designed templates across four categories: • Business — Executive Platinum, Financial Blue, Premium Bronze, Professional Azure, Business Purple • Creative — Designer Indigo, Artistic Aqua, Sunset Vibes, Sage Serenity, Minimalist Pro, Cheese Burger • Professional — Legal Burgundy, Modern Legal • Technical — Code Documentation, Deep Data Blue 🧰 Ten tools, designed for AI workflows • convert_document — Markdown → DOCX, PDF, HTML, or all three • validate_markdown — pre-flight syntax check before you spend credits • estimate_conversion_cost — know the cost before the conversion runs • recommend_template — describe the document, get the right template • list_all_templates / list_builtin_templates / list_custom_templates — full catalogue with category filters • get_template_details — confirm page sizes, orientations, variants • check_credit_balance — credits remaining, plan status, cost-aware AI behaviour • show_default_settings — honour the user's preferred page size and orientation 💸 Same credits, one balance Whether you convert via the MDMagic web app or your AI assistant, credits work the same way. Free-tier credits renew monthly. Paid plans and one-off top-ups available. The MCP refuses conversions when your balance is low — no surprise bills. 🚀 Five-minute setup Sign up at https://mdmagic.ai/account → grab your API key → paste a JSON snippet into your AI client's MCP config → restart. Done. The hosted endpoint at https://api.mdmagic.ai/mcp is also available for clients that don't run local processes. Built for serious documents. Designed for AI assistants. Trusted with your brand.

6 hours ago
Nordic Data

2 days ago