🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@weiseer/status-aggregator-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@weiseer/status-aggregator-mcp

Cross-vendor SaaS status aggregator for AI agents — Anthropic/OpenAI/AWS/GitHub/Stripe/CF status unified.

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
34
-12.82%
Maintainers
1
Weekly downloads
 
Created
Source

@weiseer/status-aggregator-mcp

Cross-vendor SaaS status as a stdio MCP server. For AI agents deciding retry/fallback.

Probe P-003 by weiseer.

What it does

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 status
  • get_status — full status for one provider with cited status-page URL
  • get_incidents_today — active incidents across all
  • check_all — quick health summary (counts by status)

Why use this instead of your agent fetching each status page

Agent DIY (per call)status-aggregator
Status pages to fetch14 individual API calls1 MCP call
Token cost$0.05-0.15$0 free / $0.00005 paid
Latency3-8 seconds<100ms
Schema normalizationPer-vendor parsingPre-normalized

Install

npm install -g @weiseer/status-aggregator-mcp

Use with Claude Desktop / Cursor / Cline / Continue / Windsurf

{
  "mcpServers": {
    "status-aggregator": {
      "command": "npx",
      "args": ["-y", "@weiseer/status-aggregator-mcp"]
    }
  }
}

Environment

  • STATUS_AGG_URL — override remote snapshot URL
  • STATUS_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 tracker
  • github.com/weiseer — all weiseer services

License

Apache-2.0

Keywords

mcp

FAQs

Package last updated on 30 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts