streamable-httpMITupdated 11d ago
AI Status answers that one question, fast, for the AI apps people actually use: ChatGPT, Claude, Gemini, Grok, Perplexity, DeepSeek, Meta AI, GitHub Copilot, Cursor, Character.AI, and Le Chat.
What can you do with AIStatusDashboard?
AI Status
Is ChatGPT down, or is it just you?
AI Status answers that one question, fast, for the AI apps people actually use: ChatGPT, Claude, Gemini, Grok, Perplexity, DeepSeek, Meta AI, GitHub Copilot, Cursor, Character.AI, and Le Chat.
What makes it different from mirroring an official status page:
- We test the services ourselves. Cron-driven probes send real requests to
each provider every few minutes and record latency and errors
(
lib/services/provider-probes.ts). - We read the official incident feeds for every provider and link to the
original source on each incident (
lib/services/source-ingestion.ts). - Visitors report in. A one-tap "it's broken for me too" button feeds the "is it just you?" verdict, with self-test traffic filtered out.
- We never fake a green light. If a status can't be verified it renders as "checking", not "operational".
Stack
Next.js (App Router) · Tailwind CSS · Firebase Firestore · Firebase App Hosting.
Pages
/— live board for all monitored apps, troubled apps sort first/<app-id>— per-app verdict page (e.g./chatgpt,/claude)/incidents— outage history with per-incident detail/how-it-works,/about,/privacy,/terms
Running locally
npm install
cp .env.example .env.local # add Firebase credentials
npm run dev
Tests and checks:
npm run lint
npm run type-check
npm test # unit tests (jest)
npm run test:e2e # playwright
Data pipeline
Cron routes under /api/cron/* (protected by CRON_SECRET) poll status pages,
run live probes, ingest incident feeds, classify community reports, and send
email alerts. Schedules live in Cloud Scheduler; results land in Firestore
(incidents, synthetic_probes, casual_reports, provider_status, …).
License
MIT
Install
Add AIStatusDashboard to your client. Pick the one you use.
claude mcp add --transport http aistatusdashboard https://aistatusdashboard.com/mcpcodex mcp add aistatusdashboard --url https://aistatusdashboard.com/mcp{
"mcpServers": {
"aistatusdashboard": {
"url": "https://aistatusdashboard.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"aistatusdashboard": {
"type": "http",
"url": "https://aistatusdashboard.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"aistatusdashboard": {
"url": "https://aistatusdashboard.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"aistatusdashboard": {
"serverUrl": "https://aistatusdashboard.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation18/25
- Maintenance19/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 3 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Jan 13, 2026 |
| 1.0.0 | Jan 12, 2026 |