status-aggregator-mcp
Aggregates the status page of Algolia to provide real-time health updates and incident alerts.
Aggregates the status page of Cloudflare to provide real-time health updates and incident alerts.
Aggregates the status page of GitHub to provide real-time health updates and incident alerts.
Aggregates the status page of Google AI to provide real-time health updates and incident alerts.
Aggregates the status page of Linear to provide real-time health updates and incident alerts.
Aggregates the status page of Netlify to provide real-time health updates and incident alerts.
Aggregates the status page of npm to provide real-time health updates and incident alerts.
Aggregates the status page of OpenAI to provide real-time health updates and incident alerts.
Aggregates the status page of Render to provide real-time health updates and incident alerts.
Aggregates the status page of Stripe to provide real-time health updates and incident alerts.
Aggregates the status page of Vercel to provide real-time health updates and incident alerts.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@status-aggregator-mcpcheck status of OpenAI and GitHub"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@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 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)
Related MCP server: uptimepage
Why use this instead of your agent fetching each status page
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 |
Install
npm install -g @weiseer/status-aggregator-mcpUse 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 URLSTATUS_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 trackergithub.com/weiseer — all weiseer services
License
Apache-2.0
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables unified management of maintenance windows and incidents across Atlassian Statuspage and Uptime Kuma. It allows AI assistants to schedule maintenance, update service statuses, and list monitors through a single MCP-compatible interface.9MIT

uptimepageofficial
Alicense-qualityAmaintenanceMCP server for Uptimepage uptime monitoring. An LLM client can read your monitors and incidents, run a check on demand, and post incident updates. Writes need an OAuth login and a scoped token, and each one is logged.14AGPL 3.0- Alicense-qualityDmaintenanceAggregates tools from multiple MCP servers, acting as a proxy to provide unified access to various AI agents and tools.143MIT
- Alicense-qualityBmaintenanceEnables checking real-time operational status of 75+ AI services (OpenAI, Anthropic, Cursor, etc.) through tools like check_ai_status and list_ai_services.MIT
Related MCP Connectors
Uptime, SSL, DNS and domain monitoring you can talk to from Claude or any MCP client.
Real-time status for 75+ AI services (OpenAI, Anthropic, Cursor). No auth, CORS-enabled.
MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/weiseer/status-aggregator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server