You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that this discussion would not be more appropriate as an issue in a specific repository
I have searched existing discussions to avoid duplicates
Discussion Topic
Hi MCP community 👋
Prismix runs a hosted MCP server that exposes real-time operational status for 75+ AI services — OpenAI, Anthropic, Cursor, Mistral, Perplexity, DeepSeek, xAI, and more.
Why it exists: when you're building MCP-powered apps, knowing whether the underlying AI providers are healthy is useful context. Instead of a separate browser tab, you can ask Claude directly.
Two tools:
check_ai_status — query by service name (e.g. "anthropic", "openai"), get indicator (operational/degraded/outage) + active incident count + 30-day uptime
list_ai_services — enumerate all 75+ tracked services with current indicators
Technical details: Streamable HTTP transport, protocol 2024-11-05. Status data refreshes every ~5 min from each provider's official status feed. Free, no auth, CORS-enabled. Source is public (MIT) — the same worker is deployable standalone: https://github.com/Prismor/prismix-status-mcp
Feedback we're curious about:
Is "is this AI provider up right now?" the right framing, or is there a more useful question to expose?
What other reliability data would be worth exposing via MCP — incident history, latency trends, historical uptime by day?
Any thoughts on the tool schema — should check_ai_status accept an array of service IDs?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Pre-submission Checklist
Discussion Topic
Hi MCP community 👋
Prismix runs a hosted MCP server that exposes real-time operational status for 75+ AI services — OpenAI, Anthropic, Cursor, Mistral, Perplexity, DeepSeek, xAI, and more.
Why it exists: when you're building MCP-powered apps, knowing whether the underlying AI providers are healthy is useful context. Instead of a separate browser tab, you can ask Claude directly.
Two tools:
check_ai_status— query by service name (e.g."anthropic","openai"), get indicator (operational/degraded/outage) + active incident count + 30-day uptimelist_ai_services— enumerate all 75+ tracked services with current indicatorsClaude Desktop setup (30 seconds):
{ "mcpServers": { "prismix-status": { "url": "https://prismix.dev/api/v1/mcp" } } }Technical details: Streamable HTTP transport, protocol
2024-11-05. Status data refreshes every ~5 min from each provider's official status feed. Free, no auth, CORS-enabled. Source is public (MIT) — the same worker is deployable standalone: https://github.com/Prismor/prismix-status-mcpFeedback we're curious about:
check_ai_statusaccept an array of service IDs?Live endpoint: https://prismix.dev/api/v1/mcp
Source: https://github.com/Prismor/prismix-status-mcp
Setup guide: https://prismix.dev/mcp-server
All reactions