Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

API Status Check

io.github.shibley/apistatuscheck

Check real-time uptime and incident status for 285 APIs and cloud services.

Uptime
100.0%
1 direct probes · 30d
Response
785ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

list_apis

List the APIs and developer platforms this service monitors, optionally filtered by category. Statuses are from the most recent hourly monitor run, not a live probe.

search_apis

Find 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.

get_api_status

Probe 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 readin…

list_down_apis

Everything 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 ev…

get_uptime_history

Uptime 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 n…

get_incident_history

Real 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…

rank_reliability

Given 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 vend…

list_categories

Category slugs and how many monitored APIs sit in each. Use the slugs with list_apis.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "api_status_check": {
      "url": "https://apistatuscheck.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}