Read-only MCP server for AIStatusDashboard status, incidents, metrics, and fallback recommendations.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"aistatusdashboard-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A real-time status dashboard for AI service providers (OpenAI, Anthropic, Google Gemini, etc.).
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / analytics
Persistent memory using a knowledge graph
MCP Server for GCP environment for interacting with various Observability APIs.
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
An open-source AI agent that brings the power of Gemini directly into your terminal.
MCP Security Weekly
Get CVE alerts and security updates for Aistatusdashboard MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A real-time status dashboard for AI service providers (OpenAI, Anthropic, Google Gemini, etc.).
StatusService.npm install
.env.example to .env.local and configure your Firebase credentials.
cp .env.example .env.local
npm run dev
apphosting.yaml.firebase deploy --only apphosting --project ai-status-dashboard
npm run test:unitnpm run test:e2eapp/api.lib/services.status_history, emailSubscriptions, emailQueue, analytics_events, webhooks, comments)./api/cron/status runs a monitoring cycle and persists status changes./api/cron/notifications processes the email queue (set CRON_SECRET / APP_CRON_SECRET in prod; or explicitly set APP_ALLOW_OPEN_CRON=true)./api/webhooks accepts new webhook registrations. Set WEBHOOK_SECRET / APP_WEBHOOK_SECRET in prod (or explicitly set APP_ALLOW_PUBLIC_WEBHOOKS=true).MIT