{
  "markdown": "# @weiseer/status-aggregator-mcp\n\n> Cross-vendor SaaS status as a stdio MCP server. For AI agents deciding retry/fallback.\n\nProbe **P-003** by [weiseer](https://github.com/weiseer).\n\n## What it does\n\nAggregates 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.\n\nYour agent can:\n- `list_services` — list monitored providers + last-known status\n- `get_status` — full status for one provider with cited status-page URL\n- `get_incidents_today` — active incidents across all\n- `check_all` — quick health summary (counts by status)\n\n## Why use this instead of your agent fetching each status page\n\n| | Agent DIY (per call) | status-aggregator |\n|---|---|---|\n| Status pages to fetch | 14 individual API calls | 1 MCP call |\n| Token cost | $0.05-0.15 | $0 free / $0.00005 paid |\n| Latency | 3-8 seconds | <100ms |\n| Schema normalization | Per-vendor parsing | Pre-normalized |\n\n## Install\n\n```bash\nnpm install -g @weiseer/status-aggregator-mcp\n```\n\n## Use with Claude Desktop / Cursor / Cline / Continue / Windsurf\n\n```json\n{\n  \"mcpServers\": {\n    \"status-aggregator\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@weiseer/status-aggregator-mcp\"]\n    }\n  }\n}\n```\n\n## Environment\n\n- `STATUS_AGG_URL` — override remote snapshot URL\n- `STATUS_AGG_LOCAL_ONLY=1` — skip remote fetch\n\n## Related weiseer services\n\n- `@weiseer/llm-oracle-mcp` — LLM pricing + availability oracle\n- `@weiseer/bounty-mcp` — live coding-bounty deal-flow\n- `@weiseer/api-changelog-mcp` — SDK breaking-change tracker\n- github.com/weiseer — all weiseer services\n\n## License\n\nApache-2.0\n",
  "bytes": 1702,
  "sha": "0865f0e4a16aa27d6c5ee409fe49916179eacb3ae94df6c09017155a07520a05",
  "repo_slug": "weiseer/status-aggregator-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_weiseer_status_aggregator_d6b50b8d/readme"
}