Back to Browse

Status Aggregator MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Cross-vendor SaaS status aggregator for AI agents (Anthropic/OpenAI/AWS/GH/Stripe/CF).

About

Cross-vendor SaaS status aggregator for AI agents (Anthropic/OpenAI/AWS/GH/Stripe/CF).

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

3 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Override remote snapshot URLOptional

Environment variable: STATUS_AGG_URL

Skip remote fetchOptional

Environment variable: STATUS_AGG_LOCAL_ONLY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-weiseer-status-aggregator": {
      "env": {
        "STATUS_AGG_URL": "your-status-agg-url-here",
        "STATUS_AGG_LOCAL_ONLY": "your-status-agg-local-only-here"
      },
      "args": [
        "-y",
        "@weiseer/status-aggregator-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

@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

Related weiseer services

  • @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

Reviews

No reviews yet

Be the first to review this server!