What is the status-aggregator MCP server?
Cross-vendor SaaS status aggregator for AI agents (Anthropic/OpenAI/AWS/GH/Stripe/CF).
How to install status-aggregator
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
STATUS_AGG_URLOverride remote snapshot URL
STATUS_AGG_LOCAL_ONLYSkip remote fetch
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"status-aggregator": {
"command": "npx",
"args": [
"-y",
"@weiseer/status-aggregator-mcp"
],
"env": {
"STATUS_AGG_URL": "<YOUR_STATUS_AGG_URL>",
"STATUS_AGG_LOCAL_ONLY": "<YOUR_STATUS_AGG_LOCAL_ONLY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"status-aggregator": {
"command": "npx",
"args": [
"-y",
"@weiseer/status-aggregator-mcp"
],
"env": {
"STATUS_AGG_URL": "<YOUR_STATUS_AGG_URL>",
"STATUS_AGG_LOCAL_ONLY": "<YOUR_STATUS_AGG_LOCAL_ONLY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"status-aggregator": {
"command": "npx",
"args": [
"-y",
"@weiseer/status-aggregator-mcp"
],
"env": {
"STATUS_AGG_URL": "<YOUR_STATUS_AGG_URL>",
"STATUS_AGG_LOCAL_ONLY": "<YOUR_STATUS_AGG_LOCAL_ONLY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"status-aggregator": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@weiseer/status-aggregator-mcp"
],
"env": {
"STATUS_AGG_URL": "<YOUR_STATUS_AGG_URL>",
"STATUS_AGG_LOCAL_ONLY": "<YOUR_STATUS_AGG_LOCAL_ONLY>"
}
}
}
}Claude Code
claude mcp add status-aggregator --env STATUS_AGG_URL=<YOUR_STATUS_AGG_URL> --env STATUS_AGG_LOCAL_ONLY=<YOUR_STATUS_AGG_LOCAL_ONLY> -- npx -y @weiseer/status-aggregator-mcpRelated MCP servers
SDK breaking-change tracker for AI agents — Anthropic/OpenAI/LangChain/MCP/Mistral.
View repository →Live coding-bounty deal-flow from verified-escrow GitHub bounties for AI agents.
View repository →Recent CVE + GHSA cache for AI agents auditing dependencies (npm/PyPI/Cargo/Maven/Go).
View repository →Up-to-date LLM pricing + availability catalog with cited sources for AI agent routing.
View repository →