MCP Hub
Back to servers

GetMonitor MCP Server

Connects AI assistants to GetMonitor status pages, monitors, incidents, and maintenance schedules via read-only tools.

glama
Updated
Apr 27, 2026

GetMonitor MCP Server

Connect AI assistants (Claude, Cursor, etc.) to your GetMonitor status pages, monitors, incidents, and maintenance schedules.

Hosted — no setup required

Add to your MCP client config:

{
  "mcpServers": {
    "getmonitor": {
      "url": "https://mcp.getmonitor.io/mcp"
    }
  }
}

Your client will guide you through OAuth login with your GetMonitor account.

Self-hosted (npm)

npm install -g @getmonitor/mcp

Add to your MCP client config:

{
  "mcpServers": {
    "getmonitor": {
      "command": "getmonitor-mcp"
    }
  }
}

Optional environment variables:

export GETMONITOR_API_URL=https://api.getmonitor.io  # default
export GETMONITOR_API_KEY=your_api_key               # optional, for future auth-required tools

Available Tools

All tools are read-only and work against public GetMonitor API endpoints.

ToolDescription
resolve_status_pageFind a status page by slug or custom domain
get_status_page_statusGet current aggregate status (operational/degraded/outage)
get_status_page_componentsGet component tree with uptime percentages
list_status_updatesList recent public status updates
list_monitorsList monitors attached to a status page
get_monitor_aggregationsGet hourly uptime data for a monitor on a given date
list_incidentsList incidents, optionally filtered by status
get_incidentGet a specific incident with all updates
list_maintenanceList maintenance windows, filter by status or date range
get_maintenanceGet a specific maintenance window

Example prompts

  • "What's the current status of the Acme status page at status.acme.com?"
  • "Show me all investigating incidents on status page sp_abc123"
  • "What maintenance is scheduled for next month on sp_abc123?"
  • "What was the uptime for monitor m_xyz on 2026-04-01?"

Reviews

No reviews yet

Sign in to write a review