Ask Claude about AI service status
Connect Prismix to Claude Desktop in 30 seconds. Then ask natural questions about whether OpenAI, Anthropic, Cursor — any of 77+ AI providers — are up right now.
What you can ask Claude
Is OpenAI down right now?
OpenAI is currently operational. Active incidents: 0. 30-day uptime: 99.8%.
Which AI services are degraded?
Currently degraded: Mistral API (minor), HuggingFace Inference (minor). All other services operational.
Show me a status summary of my dev stack
OpenAI ✅ · Anthropic ✅ · GitHub Copilot ✅ · Cursor ✅ — all operational.
What's Anthropic's 30-day uptime?
Anthropic: 99.97% uptime over the last 30 days. Last incident: 4 days ago (resolved in 2h).
These are example responses. Live answers use real-time data refreshed every 5 minutes.
Setup — 3 steps, ~30 seconds
Works with Claude Desktop, Claude Code, and any MCP-compatible AI client (Cursor, Zed, Continue, etc.).
Open your Claude Desktop config file
Usually at:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json Add Prismix to your mcpServers
Paste this into the config (merge with existing servers if you have any):
{
"mcpServers": {
"prismix-status": {
"url": "https://prismix.dev/api/v1/mcp"
}
}
} Restart Claude Desktop and ask
The prismix-status server appears in Claude's tool list automatically. Try: "Is Anthropic down right now?"
77+ AI providers tracked
Full list on the status dashboard →
Two MCP tools
check_ai_status
Query by provider name (partial match — "openai", "anthropic", "cursor"). Returns current indicator, active incident count, 30-day uptime percentage, and a link to the status page. Omit the parameter to check all providers.
list_ai_services
Returns all 77+ tracked services as a table with IDs, categories, and current status indicators. Useful for "which AI services are you tracking?" or "show me a full status summary."
Technical details
2024-11-05 Endpoint https://prismix.dev/api/v1/mcp Auth None — free, no API key CORS Enabled (Access-Control-Allow-Origin: *) Data freshness Status cache refreshed every ~5 minutes via cron Rate limit 60 req/hr anonymous — same as REST API For raw JSON access, use the REST API instead. The MCP server is a thin wrapper that reads from the same KV snapshot.
FAQ
Does this work with Claude Code (the CLI)?
Does it work with Cursor, Zed, or Continue?
How fresh is the status data?
Is there a cost?
Can I use this in my own MCP application?
More from Prismix
POST /api/v1/mcp · Free, no auth