status-aggregator
About
Cross-vendor SaaS status aggregator for AI agents (Anthropic/OpenAI/AWS/GH/Stripe/CF).
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
STATUS_AGG_URL STATUS_AGG_LOCAL_ONLYClaude Code
claude mcp add --env STATUS_AGG_URL= --env STATUS_AGG_LOCAL_ONLY= status-aggregator -- npx @weiseer/status-aggregator-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"status-aggregator","command":"npx","args":["@weiseer/status-aggregator-mcp"],"env":{"STATUS_AGG_URL":"","STATUS_AGG_LOCAL_ONLY":""}}'
JSON
{
"mcpServers": {
"status-aggregator": {
"command": "npx",
"args": [
"@weiseer/status-aggregator-mcp"
],
"env": {
"STATUS_AGG_URL": "",
"STATUS_AGG_LOCAL_ONLY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.