API Status Check MCP server
Live status probes plus published uptime and incident history for 280+ APIs and cloud services.
1 stars
Reviews
Write oneNobody has reviewed API Status Check yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
API Status Check tools (8)
write = sends, deletes, buys or postsget_api_statusFreeProbe a monitored API endpoint at call time and return up/degraded/down with the response time. This is the tool to reach for when a user asks "is X down?" — it makes a real request rather than reading the hourly cache.
get_incident_historyFreeReal incidents a vendor published on its own status page, newest first, with start/end times, duration, severity, affected components and a link to the vendor’s incident page. Use this for "has X been flaky lately?" — it is the vendor’s own record, not our probes. Services without a public Statuspage endpoint return covered:false rather than an empty list.
get_uptime_historyFreeUptime percentages, response-time stats and recorded data points for one API over a time range. History is retained for 30 days; an API added recently will have few or no data points, which reads as null percentages rather than 100%.
list_apisFreeList the APIs and developer platforms this service monitors, optionally filtered by category. Statuses come from the most recently published monitor snapshot, not a live probe, and can be up to a day old — check monitorCheckedAt, and call get_api_status when the caller needs the status right now.
list_categoriesFreeCategory slugs and how many monitored APIs sit in each. Use the slugs with list_apis.
list_down_apisFreeEverything the most recent monitor run found down or degraded, across all categories. Returns an empty list when the monitor snapshot is missing or stale — an empty list is therefore not proof that everything is healthy; check monitorLastRun.
rank_reliabilityFreeGiven several service slugs, return a scorecard ranked worst-first: incident count, total downtime minutes, mean time to resolve, and the longest incident over a window. Use this to answer "which vendor in my stack is least reliable?" — it compares services across vendors, which a vendor’s own monitoring tool cannot. Services with no archive are listed separately as uncovered instead of being ranked as flawless.
search_apisFreeFind monitored APIs by name, slug, category or description. Use this to resolve a product name the user mentioned into the slug the other tools take.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 1727ms20/20
- Tool poisoning8 tool descriptions checked15/15
- Auth qualityopen endpoint, read-only tools10/15
- Maintenancelast push 10 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Install directly
claude mcp add --transport http apistatuscheck https://apistatuscheck.com/api/mcp
API Status Check: common questions
- Is API Status Check MCP server safe?
- Yes, by our scan: it is graded A (91/100). Read the API Status Check safety report
- How do I install API Status Check?
- It runs remotely at apistatuscheck.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does API Status Check need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is API Status Check maintained?
- The last commit was 10 days ago (2026-09-09). The latest release is v0.2.3.
- Is API Status Check up?
- 100% of our last 2 checks got an answer. We check remote servers about four times a day.