The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Downdetector listing page.
MCP server for Downdetector - check service status and outage information. This server provides tools to query Downdetector for service outages and status updates across various services and regions.
https://github.com/user-attachments/assets/746b8535-f8b2-4ffa-828c-7b39fbf6650b
Follow the instructions on install-mcp, which generates the right config for your MCP client (Claude Code, Claude Desktop, Cursor, Cline, VS Code, and more).
Once configured, you can ask Claude things like:
downdetectorGet current status and outage reports for any service monitored by Downdetector.
Parameters:
serviceName (required): Name of the service (e.g., "steam", "netflix", "twitter")domain (optional): Downdetector domain ("com", "uk", "it", "fr", etc.)Pull requests are welcomed on GitHub! To get started:
npm installnpm run test to run testsnpm run buildVersions follow the semantic versioning spec.
To release:
npm version <major | minor | patch> to bump the versiongit push --follow-tags to push with tags