ai-provider-status-api
Cloudflare Workers MCP server: ai-provider-status. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/ai-provider-status
by lazymac2x
Cloudflare Workers MCP server: ai-provider-status
Monitors health and status of AI model providers and endpoints.
Captured live from the server via tools/list.
Get real-time status for all AI providers (OpenAI, Anthropic, Google AI). Returns overall health, component status and active incidents.
No parameters.
Get real-time status for a single AI provider.
Provider to check
Get active incidents across all AI providers. Optionally filter by provider.
Optional: filter by provider
Cloudflare Workers MCP server: ai-provider-status. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/ai-provider-status
claude_desktop_config.json
{
"mcpServers": {
"ai-provider-status": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.lazy-mac.com/ai-provider-status/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.