
AIStatusDashboard MCP
- Updated June 2, 2026
- aistatusdashboard/aistatusdashboard
Read-only MCP server for AIStatusDashboard status, incidents, metrics, and fallback recommendations.
About
Read-only MCP server for AIStatusDashboard status, incidents, metrics, and fallback recommendations. Exposes 7 MCP tools including io.github.aistatusdashboard/aistatusdashboard. Covers setup, configuration, and when-to-use guidance from upstream documentation for AIStatusDashboard. Install via Claude Desktop, Cursor, or any MCP-compatible client using the upstream server manifest.
- **Real-time Status Monitoring**: Active checks via `StatusService`.
- **Historical Data**: Firestore-backed history and incident logging.
- **Analytics**: Dashboard for uptime, response times, and costs.
- **Notifications**: Email alerts via SMTP (Nodemailer) and Webhooks.
- **Stack**: Next.js (App Router), Tailwind CSS, Firebase Firestore.
AIStatusDashboard MCP by the numbers
- Exposes 7 verified tools (MCP introspection)
- Data as of Aug 10, 2026 (Skillselion catalog sync)
claude mcp add --transport http aistatusdashboard https://aistatusdashboard.com/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
| Tools | 7 |
| Last updated | June 2, 2026 |
| Repository | aistatusdashboard/aistatusdashboard ↗ |
How do I connect AIStatusDashboard to my MCP client?
Read-only MCP server for AIStatusDashboard status, incidents, metrics, and fallback recommendations.
Who is it for?
Teams wiring AIStatusDashboard into Claude, Cursor, or custom agents for monitoring.
Skip if: Skip when you need a non-MCP SDK or hosted API without stdio/SSE transport.
What you get
Working AIStatusDashboard MCP server with verified tool registration and client config.
- Agent-readable status, incident, and metrics snapshots from AIStatusDashboard
- Fallback recommendations referenced during outage debugging
By the numbers
- [object Object]
AIStatusDashboard capabilities & compatibility
- Capabilities
- aistatusdashboard mcp tool registration · aistatusdashboard client configuration · aistatusdashboard agent workflow integration
- Use cases
- orchestration
- Runs
- Remote server
What AIStatusDashboard says it does
Read-only MCP server for AIStatusDashboard status, incidents, metrics, and fallback recommendations.
Read-only MCP server for AIStatusDashboard status, incidents, metrics, and fallback recommendations.
Tools 7
Public tool metadata - what this server can do for an agent.
status.get_summary6 paramsSummarize provider status across official and observed signals.
providerstringlensstringsurfacestringregionstringmodelstringwindow_secondsnumber
status.get_health_matrix3 paramsReturn health matrix tiles for provider models/endpoints/regions.
providerstringrequiredlensstringwindow_secondsnumber
incidents.search10 paramsSearch incidents with filters and pagination cursor.
providerstringseveritystringactive_onlybooleansincestringuntilstringregionstringmodelstringqstringcursorstringlimitnumber
incidents.get1 paramFetch a single incident by stable ID.
incident_idstringrequired
metrics.query8 paramsQuery metric time series over a window.
metricstringrequiredproviderstringsurfacestringmodelstringregionstringsincestringuntilstringgranularity_secondsnumber
recommendations.get_fallback_plan14 paramsGenerate a fallback plan for a model/region/endpoint.
providerstringmodelstringrequiredendpointstringrequiredregionstringrequiredtierstringstreamingbooleansignalstringlatency_p50_msnumberlatency_p95_msnumberlatency_p99_msnumberhttp_5xx_ratenumberhttp_429_ratenumbertokens_per_secnumberstream_disconnect_ratenumber
policy.generate7 paramsGenerate routing policy JSON for a model/region/endpoint.
providerstringmodelstringrequiredendpointstringrequiredregionstringrequiredtierstringstreamingbooleanobjectivestring
README.md
AI Status Dashboard
A real-time status dashboard for AI service providers (OpenAI, Anthropic, Google Gemini, etc.).
Features
- Real-time Status Monitoring: Active checks via
StatusService. - Historical Data: Firestore-backed history and incident logging.
- Analytics: Dashboard for uptime, response times, and costs.
- Notifications: Email alerts via SMTP (Nodemailer) and Webhooks.
- Stack: Next.js (App Router), Tailwind CSS, Firebase Firestore.
Getting Started
Prerequisites
- Node.js 18+
- Firebase Project (Firestore enabled)
Installation
- Clone the repository
- Install dependencies:
npm install - Copy
.env.exampleto.env.localand configure your Firebase credentials.cp .env.example .env.local
Running Locally
npm run dev
Quick links
- OpenAPI: https://aistatusdashboard.com/openapi.json
- MCP server: https://aistatusdashboard.com/mcp
- MCP Quickstart: https://aistatusdashboard.com/docs/agent/mcp-quickstart
- Discoverability audit: https://aistatusdashboard.com/docs/discoverability-audit.md
- Datasets: https://aistatusdashboard.com/datasets
- Citing: https://aistatusdashboard.com/docs/citations.md
Deployment (Firebase App Hosting)
- Configure production environment variables in
apphosting.yaml. - Store secrets in Secret Manager and grant App Hosting access.
- Deploy:
firebase deploy --only apphosting --project ai-status-dashboard
Testing
- Unit Tests:
npm run test:unit - E2E Tests:
npm run test:e2e
Architecture
- App Router: APIs located in
app/api. - Services: Business logic in
lib/services. - Database: Firestore (collections:
status_history,emailSubscriptions,emailQueue,analytics_events,webhooks,comments). - Cron:
/api/cron/statusruns a monitoring cycle and persists status changes./api/cron/notificationsprocesses the email queue (setCRON_SECRET/APP_CRON_SECRETin prod; or explicitly setAPP_ALLOW_OPEN_CRON=true).
- Webhook registration:
/api/webhooksaccepts new webhook registrations. SetWEBHOOK_SECRET/APP_WEBHOOK_SECRETin prod (or explicitly setAPP_ALLOW_PUBLIC_WEBHOOKS=true).
License
MIT
Recommended MCP Servers
How it compares
Third-party AI uptime MCP, not in-app error monitoring like Sentry or custom health checks.
FAQ
What does AIStatusDashboard MCP do?
Read-only MCP server for AIStatusDashboard MCP status, incidents, metrics, and fallback recommendations.
When should I use AIStatusDashboard MCP?
User asks about AIStatusDashboard MCP mcp, read-only mcp server for aistatusdashboard status, incidents, metrics,.
Is this MCP server safe to install?
Review the Security Audits panel on this page before installing in production.