mcpbeat

Prismix Status MCP Server

io.github.Prismor/prismix-status-mcp
answering

Prismix Status MCP is answering right now. Last checked 9 min ago. It exposes 3 tools. Last commit 23 Jul 2026.

Real-time status for 75+ AI services (OpenAI, Anthropic, Cursor). No auth, CORS-enabled.

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
3
Tools
read from the server
354 ms
Response time
average over 24h
0
Stars
last commit 23 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 9 min ago.

run in your terminal
claude mcp add prismix-status-mcp --transport http https://prismix.dev/api/v1/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "prismix-status-mcp": {
      "url": "https://prismix.dev/api/v1/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.prismix-status-mcp]
url = "https://prismix.dev/api/v1/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "prismix-status-mcp": {
      "url": "https://prismix.dev/api/v1/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "prismix-status-mcp": {
      "url": "https://prismix.dev/api/v1/mcp"
    }
  }
}

Available tools 3

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

incident
get_incident_history
Get the recent incident history (last 30 days) for a specific AI service — past outages and degradations with impact level, start time, and resolution/duration. Useful for answering "has Anthropic been reliable lately?" or "how often does Cursor go down?". Also returns the 30-day uptime percentage and total recent-incident count.
services
list_ai_services
List all 75+ AI services tracked by Prismix with their current status. Returns service ID, name, category, and operational indicator.
status
check_ai_status
Check the current operational status of AI services tracked by Prismix. Returns status indicator (operational/degraded/outage), active incident count, and 30-day uptime. Covers 75+ services: OpenAI, Anthropic, Cursor, Mistral, Perplexity, Google AI, and more. Pass a service name/id to filter, or omit to see all.

Endpoints

URLTransportStateLatencyChecked
https://prismix.dev/api/v1/mcp streamable-http answering 431 ms 9 min ago

Prismix Status MCP — questions

Answers built from our own checks of this server.

What can Prismix Status MCP do?
It exposes 3 tools, read directly from the server on our last check. Among them: check_ai_status, get_incident_history, list_ai_services. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Prismix Status MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 354 ms. The bar chart above shows every period we have measured.
How do I connect Prismix Status MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Prismix Status MCP need an API key?
No. Prismix Status MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 3 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Prismix Status MCP?
It answers our handshake in 354 ms on average, which is faster than 39% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Prismix Status MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.