Read-only MCP server for AIStatusDashboard status, incidents, metrics, and fallback recommendations.
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-aistatusdashboard-aistatusdashboard": {
"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 analytics
An MCP server that provides [describe what your server does]
MCP server that enables AI agents to perform comprehensive web audits using Google Lighthouse with 13+ tools for performance, accessibility, SEO, and security analysis.
MCP server for Dynatrace Managed to access logs, events, and metrics.
Access Dynatrace observability data: logs, metrics, problems, vulnerabilities via DQL and Davis AI
MCP Security Weekly
Get CVE alerts and security updates for io.github.aistatusdashboard/aistatusdashboard 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