# betterstack MCP server

Read monitors, incidents, heartbeats, on-call and status pages; acknowledge or resolve incidents.

## Links
- Registry page: https://www.getdrio.com/mcp/io-usefulapi-betterstack
- Repository: https://github.com/m190/usefulapi-mcp

## Install
- Endpoint: https://betterstack.usefulapi.io/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://betterstack.usefulapi.io/mcp

## Tools
- list_monitors (List monitors) - List uptime monitors with their status (up/down/paused/pending/maintenance/validating), check frequency, and alert settings. Good first call to discover what is being monitored. Uptime API: GET /api/v2/monitors. Endpoint: https://betterstack.usefulapi.io/mcp
- get_monitor (Get a monitor) - Get a single monitor by id, including current status, last_checked_at, SSL/HTTP settings, regions, and alerting configuration. Uptime API: GET /api/v2/monitors/{id}. Endpoint: https://betterstack.usefulapi.io/mcp
- list_incidents (List incidents) - List incidents (alerts triggered by monitors/heartbeats), filterable by date range, monitor, and acknowledged/resolved state. Each incident carries cause, started_at, acknowledged_at, resolved_at. Uptime API: GET /api/v3/incidents. Endpoint: https://betterstack.usefulapi.io/mcp
- get_incident (Get an incident) - Get a single incident by id, including cause, status, timeline timestamps (started/acknowledged/resolved), who acknowledged/resolved it, and the related monitor. Uptime API: GET /api/v3/incidents/{id}. Endpoint: https://betterstack.usefulapi.io/mcp
- list_heartbeats (List heartbeats) - List heartbeats (cron/background-job monitors that expect a periodic ping), with period, grace, and status (up/down/paused/pending). Uptime API: GET /api/v2/heartbeats. Endpoint: https://betterstack.usefulapi.io/mcp
- list_on_call (List on-call schedules) - List on-call calendars/schedules and the users currently on call for escalation. Useful to see who gets paged. Uptime API: GET /api/v2/on-calls. Endpoint: https://betterstack.usefulapi.io/mcp
- list_status_pages (List status pages) - List public/private status pages with company name, subdomain, aggregate_state, and published flag. Uptime API: GET /api/v2/status-pages. Endpoint: https://betterstack.usefulapi.io/mcp
- acknowledge_incident (Acknowledge an incident) - Acknowledge an ongoing incident, signalling that someone is looking into it (stops further escalation). Idempotent-ish: acknowledging an already-acknowledged incident returns HTTP 409. Uptime API: POST /api/v3/incidents/{id}/acknowledge. Endpoint: https://betterstack.usefulapi.io/mcp
- resolve_incident (Resolve an incident) - Resolve an ongoing incident, marking it as handled/closed. Idempotent-ish: resolving an already-resolved incident returns HTTP 409. Uptime API: POST /api/v3/incidents/{id}/resolve. Endpoint: https://betterstack.usefulapi.io/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.usefulapi
- Version: 1.0.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 17, 2026
- Source: https://registry.modelcontextprotocol.io
