mcpbeat Sign in

Outage MCP Server

local only

Outage MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 19 Jul 2026.

Live service outage data from 100+ status pages. Ask your AI if Cloudflare is down.

Installs per day peak 280 · avg 13 · -89% w/w
a month agotoday
35
Installs / week
npm · outage-mcp
0
Stars
0 open issues
19 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Outage MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add outage-mcp -- npx -y outage-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "outage-mcp": {
      "args": [
        "-y",
        "outage-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.outage-mcp]
command = "npx"
args = ["-y", "outage-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "outage-mcp": {
      "args": [
        "-y",
        "outage-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "outage-mcp": {
      "args": [
        "-y",
        "outage-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Outage MCP

same job, measured the same way
Is It Down
by kaiv

Is GitHub, npm, Cloudflare or your AI provider down right now? 20 status pages, one call.

3 tools answering
Downtester Status
by downtester

Live service status, active incidents, search, and outage history from Downtester.

answering
Cloudflare
by ofershap

MCP server to manage Cloudflare Workers, KV, R2, Pages, DNS, and cache from your IDE

36 installs/wk local only
OutageDeck
by outagedeck

Live status for 172 cloud and SaaS vendors from their official feeds. Is it you, or is it them?

14 tools answering
Downdetector
by domdomegg

Check service status and outage information via Downdetector.

33 installs/wk local only
AI Provider Status
by lazymac2x

Cloudflare Workers MCP server: ai-provider-status

3 tools answering
nyxory
by nyxory

Agent-to-agent cloud service: deploys and runs your apps and services — domains, logs, real status.

46 installs/wk answering
Flarelink
by flarelink-dev

Build on the Flarelink stack — Cloudflare auth, D1, and R2 — from your AI coding tools.

52 installs/wk local only

Outage MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Outage MCP?
Outage MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package outage-mcp was installed 35 times last week.
How do I connect Outage MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls outage-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Outage MCP?
The npm package outage-mcp was installed 35 times in the last week. Week over week that is -89%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Outage MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.