Skip to content
Back to search
100
MCP live v1.0.1 streamable-http

AIStatusDashboard

io.github.aistatusdashboard/aistatusdashboard

Read-only MCP server for AIStatusDashboard status, incidents, metrics, and fallback recommendations.

Uptime
9.1%
22 probes
Response
796ms
last probe
Tools
7
callable

Tools · 7

status.get_summary

Summarize provider status across official and observed signals.

status.get_health_matrix

Return health matrix tiles for provider models/endpoints/regions.

incidents.search

Search incidents with filters and pagination cursor.

incidents.get

Fetch a single incident by stable ID.

metrics.query

Query metric time series over a window.

recommendations.get_fallback_plan

Generate a fallback plan for a model/region/endpoint.

policy.generate

Generate routing policy JSON for a model/region/endpoint.

How to use

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

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