AIStatusDashboard
io.github.aistatusdashboard/aistatusdashboardRead-only MCP server for AIStatusDashboard status, incidents, metrics, and fallback recommendations.
Tools · 7
Summarize provider status across official and observed signals.
Return health matrix tiles for provider models/endpoints/regions.
Search incidents with filters and pagination cursor.
Fetch a single incident by stable ID.
Query metric time series over a window.
Generate a fallback plan for a model/region/endpoint.
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"
}
}
}