Skip to main content

MCP Quickstart

Connect to the MCP server

Use the MCP endpoint to retrieve status summaries, incidents, metrics, and fallback plans.

Endpoint

https://aistatusdashboard.com/mcp

Example JSON-RPC calls

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "status.get_summary",
    "arguments": { "provider": "openai", "window_seconds": 1800 }
  }
}

Org lens auth

The my_org lens requires OAuth and the org.read scope.