Pulls live status from 14+ SaaS providers (Anthropic, OpenAI, AWS, GitHub, Stripe, Cloudflare, Vercel, and others) into a single MCP interface. Exposes four tools: list_services for a quick overview, get_status for detailed provider health with citations, get_incidents_today for active outages, and check_all for aggregated counts. Built for agents that need to decide whether to retry a failed API call or fall back to another vendor. Replaces 14 separate HTTP calls and per-vendor parsing with one sub-100ms MCP request. Ships as a stdio server via npx, no API keys required. The latency and token savings matter most when you're routing between multiple LLM providers or cloud services in real time.
claude mcp add --transport stdio io.github.weiseer-status-aggregator -- npx -y @weiseer/status-aggregator-mcp