Prismix MCP Server

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

Remote serverstreamable-httpGo

What is the Prismix MCP server?

Prismix MCP server exists for a simple reason — assistants are far more useful when they can act on Prismix directly instead of describing what you should do. Real-time status for 75+ AI services (OpenAI, Anthropic, Cursor). No auth, CORS-enabled.

What you get

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.

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

What the assistant can call

Once Prismix is connected, these are the calls the assistant has available:

  • Cursor — Add to .cursor/mcp.json in your project (or ~/.cursor/mcp.json globally):
  • check_ai_status — Returns per service: status indicator (Operational / Degraded / Partial outage / Major outage), active incident count, 30-day uptime %, response
  • get_incident_history — Recent incident history (last 30 days) for one service — past outages and degradations with impact level, start time, and resolution/duration, plus
  • list_ai_services — Enumerates all 75+ tracked services with ID, name, category, and current indicator. Useful for discovering exact service IDs

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the prismix mcp server does with a few real requests.

Choosing this one

Among the AI and media services options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Prismix's toolset — Cursor, check_ai_status, get_incident_history and 1 more — is a fair guide to whether it matches your workflow. It is maintained by Prismor; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
CursorAdd to .cursor/mcp.json in your project (or ~/.cursor/mcp.json globally):
check_ai_statusReturns 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.
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 %.
list_ai_servicesEnumerates all 75+ tracked services with ID, name, category, and current indicator. Useful for discovering exact service IDs.

How to install the Prismix MCP server

{
  "mcpServers": {
    "prismix-status": {
      "url": "https://prismix.dev/api/v1/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Prismix to Cursor.
  • Use Prismix to check ai status.
  • Use Prismix to get incident history.

Frequently asked questions

It connects Prismix to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (Cursor, check_ai_status, get_incident_history, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Prismix directly.