outage-mcp
Monitors Cloudflare's service status and provides incident details and outage information.
Monitors GitHub's service status and provides incident details, including ongoing incidents and history.
Monitors Stripe's service status and provides incident details and outage information.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@outage-mcpIs GitHub down right now?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
outage-mcp
Ask your AI if Cloudflare is down.
An MCP server that gives Claude, Cursor, and any MCP client live outage data from whatbroke.today, which monitors 100+ service status pages continuously. No API keys, no signup.
You: Is GitHub down right now?
Claude: GitHub has 1 active incident: [MAJOR] Git operations degraded...
first seen 14:02 UTC. Details: whatbroke.today/incident/...Install
Claude Desktop / Claude Code — add to your MCP config:
{
"mcpServers": {
"outage": {
"command": "npx",
"args": ["-y", "outage-mcp"]
}
}
}Claude Code one-liner:
claude mcp add outage -- npx -y outage-mcpWorks the same in Cursor, Windsurf, and any MCP-capable client.
Related MCP server: grounded-mcp
Tools
Tool | What it answers |
| "What's broken right now?" Active incidents first, then recently resolved. |
| "Is Stripe down?" Status and recent history for one service. |
| Full detail for one incident, including AI root-cause analysis when available. |
| "What broke most this week?" Leaderboard and totals. |
| The 100+ services being monitored. |
Notes
Data comes from whatbroke.today, which aggregates official status pages and adds AI summaries and RCAs.
The upstream API is rate-limited to 5 requests/min per IP; this server caches responses for 60 seconds, which in practice keeps you under it.
Severity
resolvedmeans the provider closed the incident. Everything else is treated as active.
Development
git clone https://github.com/reshadat/outage-mcp
cd outage-mcp
npm install
npm run build
node dist/index.js # speaks MCP over stdioMIT. Built by Reshadat Ali between 10pm and 1am.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/reshadat/outage-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server