Real-time status for 75+ AI services (OpenAI, Anthropic, Cursor). No auth, CORS-enabled.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Ask Claude "Is OpenAI down?" and get a live answer.
A Model Context Protocol (MCP) server exposing real-time operational status for 75+ AI services β OpenAI, Anthropic, Cursor, GitHub Copilot, Gemini, Mistral, Perplexity, DeepSeek, Hugging Face, and more. Powered by Prismix, which monitors each provider's official status feed around the clock.
https://prismix.dev/api/v1/mcp2024-11-05Add to claude_desktop_config.json (Settings β Developer β Edit Config):
Restart Claude Desktop. Done β ask "Which AI services are degraded right now?"
Add to .cursor/mcp.json in your project (or ~/.cursor/mcp.json globally):
check_ai_statusCurrent status for one service (or all of them).
| Argument | Type | Description |
|---|---|---|
service | string (optional) | Service ID or partial name, case-insensitive β "openai", "anthropic", "cursor". Omit to check everything. |
Returns per service: status indicator (Operational / Degraded / Partial outage / Major outage), active incident count, 30-day uptime %, response latency, and a link to the full incident history.
Things you can ask:
get_incident_historyRecent incident history (last 30 days) for one service β past outages and degradations with impact level, start time, and resolution/duration, plus the 30-day uptime %.
| Argument | Type | Description |
|---|---|---|
service | string (required) | Service ID or partial name β "anthropic", "openai", "cursor". |
Things you can ask:
list_ai_servicesEnumerates all 75+ tracked services with ID, name, category, and current indicator. Useful for discovering exact service IDs.
2024-11-05initialize, ping, tools/list, tools/callid) are accepted with 202Try it from the command line:
The worker sources data from Prismix's free public REST API (GET https://prismix.dev/api/v1/statuses β no auth, CORS-enabled), so a self-hosted copy needs zero secrets:
Your worker URL then speaks the same MCP protocol as the hosted endpoint.
Status data refreshes every ~5 minutes from each provider's official status page or a direct HTTP probe where no status page exists. The full dashboard, incident history, per-service uptime, and embeddable badges live at prismix.dev. Email alerts on status changes are free with an account.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/prismix-status-mcp)<a href="https://allmcps.com/mcp/prismix-status-mcp"><img src="https://allmcps.com/api/badge/prismix-status-mcp?style=directory" alt="Prismix Status Mcp on AllMCPs" /></a>