Read-only MCP server for AIStatusDashboard status, incidents, metrics, and fallback recommendations.
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.localnpm run devapphosting.yaml.firebase deploy --only apphosting --project ai-status-dashboardnpm 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