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.
Cross-vendor SaaS status as a stdio MCP server. For AI agents deciding retry/fallback.
Probe P-003 by weiseer.
Aggregates the status pages of 14+ SaaS providers AI agents depend on (Anthropic, OpenAI, Google AI, Mistral, GitHub, npm, Cloudflare, AWS, Vercel, Netlify, Render, Stripe, Algolia, Linear) into one MCP server.
Your agent can:
list_services — list monitored providers + last-known statusget_status — full status for one provider with cited status-page URLget_incidents_today — active incidents across allcheck_all — quick health summary (counts by status)| Agent DIY (per call) | status-aggregator | |
|---|---|---|
| Status pages to fetch | 14 individual API calls | 1 MCP call |
| Token cost | $0.05-0.15 | $0 free / $0.00005 paid |
| Latency | 3-8 seconds | <100ms |
| Schema normalization | Per-vendor parsing | Pre-normalized |
npm install -g @weiseer/status-aggregator-mcp
{
"mcpServers": {
"status-aggregator": {
"command": "npx",
"args": ["-y", "@weiseer/status-aggregator-mcp"]
}
}
}
STATUS_AGG_URL — override remote snapshot URLSTATUS_AGG_LOCAL_ONLY=1 — skip remote fetch@weiseer/llm-oracle-mcp — LLM pricing + availability oracle@weiseer/bounty-mcp — live coding-bounty deal-flow@weiseer/api-changelog-mcp — SDK breaking-change trackerApache-2.0
STATUS_AGG_URLOverride remote snapshot URL
STATUS_AGG_LOCAL_ONLYSkip remote fetch
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent