Back to MCP Servers

Statuscraft

MCP server that checks the live status of 3831 software services in real time. Ask your AI agent "is GitHub down?" or "what's wrong with Sentry?" — and get a live answer pulled directly from official status pages, including full incident detail when something is broken. `npx -y …

monitoringgithubaiagent

Installation

npx -y github:jabbawocky/statuscraft

Configuration

{
  "mcpServers": {
    "statuscraft": {
      "command": "npx",
      "args": ["-y", "statuscraft"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub