Server data from the Official MCP Registry
Live service outage data from 100+ status pages. Ask your AI if Cloudflare is down.
Live service outage data from 100+ status pages. Ask your AI if Cloudflare is down.
Well-designed MCP server with strong security posture. No authentication is required, but this is appropriate since the server only consumes publicly available outage data from whatbroke.today. Code is clean, properly handles external API calls with rate-limiting and caching, and includes proper input validation via Zod. Permissions are narrowly scoped to network HTTP access only, matching the server's purpose. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.
3 files analyzed · 5 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-reshadat-outage-mcp": {
"args": [
"-y",
"outage-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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/...
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-mcp
Works the same in Cursor, Windsurf, and any MCP-capable client.
| Tool | What it answers |
|---|---|
whats_down | "What's broken right now?" Active incidents first, then recently resolved. |
check_service | "Is Stripe down?" Status and recent history for one service. |
get_incident | Full detail for one incident, including AI root-cause analysis when available. |
outage_stats | "What broke most this week?" Leaderboard and totals. |
list_services | The 100+ services being monitored. |
resolved means the provider closed the incident. Everything else is treated as active.git clone https://github.com/reshadat/outage-mcp
cd outage-mcp
npm install
npm run build
node dist/index.js # speaks MCP over stdio
MIT. Built by Reshadat Ali between 10pm and 1am.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.