Status Aggregator
БесплатноНе проверенAggregates status of multiple SaaS providers into a single MCP server, enabling AI agents to check service health and incidents via tools like list_services, ge
Описание
Aggregates status of multiple SaaS providers into a single MCP server, enabling AI agents to check service health and incidents via tools like list_services, get_status, and check_all.
README
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)
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-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 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 tracker- github.com/weiseer — all weiseer services
License
Apache-2.0
Установка Status Aggregator
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/weiseer/status-aggregator-mcpFAQ
Status Aggregator MCP бесплатный?
Да, Status Aggregator MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Status Aggregator?
Нет, Status Aggregator работает без API-ключей и переменных окружения.
Status Aggregator — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Status Aggregator в Claude Desktop, Claude Code или Cursor?
Открой Status Aggregator на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Status Aggregator with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
