mcpbeat Sign in

Statuspal MCP Server

answering

Statuspal is answering right now. Last checked 11 min ago. It exposes 11 tools. Last commit 1 Sep 2026.

Read status-page status, services, incidents and metrics; create, update and publish incidents.

Uptime history 47 days of history · worst day 11%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
11
Tools
read from the server
172 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

Nothing serious here today

Today is the operative word: we check Statuspal every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add statuspal --transport http https://statuspal.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "statuspal": {
      "url": "https://statuspal.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.statuspal]
url = "https://statuspal.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "statuspal": {
      "url": "https://statuspal.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "statuspal": {
      "url": "https://statuspal.usefulapi.io/mcp"
    }
  }
}

Available tools 11

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

statuspal
statuspal_create_incident
PUBLISHES a new incident to the LIVE public status page (and, with notify=true, emails/notifies subscribers). type="major" or "minor" is an outage incident; type="scheduled" creates a scheduled maintenance window. StatusPal: POST /status_pages/{subdomain}/incidents.
statuspal_create_incident_update
POSTS an update (e.g. investigating → identified → monitoring → resolved) to an existing incident on the LIVE public status page (and, with notify=true, notifies subscribers). StatusPal: POST /status_pages/{subdomain}/incidents/{incident_id}/updates.
statuspal_delete_incident
DELETES an incident from the LIVE public status page — this permanently removes it. StatusPal: DELETE /status_pages/{subdomain}/incidents/{incident_id}.
statuspal_get_incident
Get a single incident by its id. StatusPal: GET /status_pages/{subdomain}/incidents/{incident_id}.
statuspal_get_service_status
Get the current status of a single service by its id. StatusPal: GET /status_pages/{subdomain}/services/{service_id}/status.
statuspal_get_status
Get the current overall status of the status page (the aggregate status type). StatusPal: GET /status_pages/{subdomain}/status.
statuspal_get_summary
Get the FULL status-page summary — status_page, services[], incidents[], maintenances[], upcoming_maintenances[], info_notices[], and current_status_type. StatusPal: GET /status_pages/{subdomain}/summary.
statuspal_list_incidents
List incidents for a status page. Returns {incidents[], links:{next,prev}, meta:{total_count}}. Use `before`/`after` cursors to paginate and `type` to filter. StatusPal: GET /status_pages/{subdomain}/incidents.
statuspal_list_metrics
List the metrics configured on a status page. Use `before`/`after` cursors to paginate. StatusPal: GET /status_pages/{subdomain}/metrics.
statuspal_list_services
List the services on a status page — each with {id, name, current_incident_type, children[]}. StatusPal: GET /status_pages/{subdomain}/services.
statuspal_update_incident
UPDATES an existing incident on the LIVE public status page (title/type/services/timing). StatusPal: PUT /status_pages/{subdomain}/incidents/{incident_id}.

Endpoints

URLTransportStateLatencyChecked
https://statuspal.usefulapi.io/mcp streamable-http answering 48 ms 11 min ago

Alternatives to Statuspal

same job, measured the same way
Uptimepage
by uptimepage

Monitor uptime and incidents, run checks, and publish status updates from your Uptimepage org.

16 tools answering
All Quiet
by usefulapi

Manage incidents and on-call: list/create/update incidents, who is on call, on-call overrides.

11 tools answering
Instatus
by usefulapi

Manage status pages: components, incidents and maintenances; set live component status.

14 tools answering
Betterstack
by usefulapi

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

9 tools answering
UptimeRobot
by uptimerobot

Monitor websites, APIs, and servers: create monitors, triage incidents, and query uptime stats.

answering
API Status Check
by shibley

Live status probes plus published uptime and incident history for 280+ APIs and cloud services.

8 tools answering
Squadcast
by usefulapi

Read incidents, services, teams, on-call schedules; acknowledge, resolve and note incidents.

16 tools answering
Instavar
by instavar

Drive Instavar Studio video jobs (create, render, approve, publish, metrics) with an API key.

257 installs/wk local only

Statuspal — questions

Answers built from our own checks of this server.

What can Statuspal do?
It exposes 11 tools, read directly from the server on our last check. Among them: statuspal_create_incident, statuspal_create_incident_update, statuspal_delete_incident, statuspal_get_incident, statuspal_get_service_status, statuspal_get_status and 5 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Statuspal working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 172 ms. The bar chart above shows every period we have measured.
How do I connect Statuspal?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Statuspal need an API key?
No. Statuspal completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 11 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Statuspal?
It answers our handshake in 172 ms on average, which is faster than 72% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Statuspal open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.