ChatGPT (Plus, Pro, Business, and Enterprise)
Settings β Connectors β Add custom connector β paste https://outagedeck.com/api/mcp
and choose No authentication. The server also exposes the standard search
and fetch
tools, so it can be used as a research source and every answer it gives carries a citable link back to the provider page or incident it came from.
Claude, on claude.ai and Claude Desktop
Settings β Connectors β Add custom connector β paste https://outagedeck.com/api/mcp
. The server needs no authentication, so the connector works immediately.
VS Code, Gemini CLI, Windsurf, Zed, and the OpenAI Agents SDK
All of them take a remote Streamable HTTP server by URL. Point them at https://outagedeck.com/api/mcp
in whatever the client calls its MCP server list. Clients whose connector layer only speaks Server-Sent Events are handled too: request Accept: text/event-stream
and the same JSON-RPC comes back as an event stream.