MCP

Query Downdetector Service Status

Check real-time service status and outage information for Downdetector services globally. No authentication needed.


4
Spark score
out of 100
Updated last month
Version 1.0.1
Models

Add to Favorites

Why it matters

Access real-time service status and outage information from Downdetector without authentication. Get up-to-date reports for any service tracked by Downdetector across various global domains.

Outcomes

What it gets done

01

Retrieve current service status from Downdetector

02

Check for ongoing outages across multiple regions

03

Monitor service health without requiring API keys or logins

04

Access public Downdetector data for various services

Install

Add it to your toolbox

Run in your project directory:

curl -fsSL https://spark.entire.vc/get/vb-downdetector | bash

Capabilities

Tools your agent gets

downdetector

Get current status and outage reports for any service tracked by Downdetector with optional domain filtering.

Overview

Downdetector MCP Server

What it does

The Downdetector MCP Server provides tools to query Downdetector for service outages and status updates. It offers real-time service status reports for any service monitored by Downdetector, with global coverage across various domains (e.g., com, uk, it, fr). No authentication is required for accessing public Downdetector data.

How it connects

Use this MCP server when you need to programmatically check the current status of popular online services or investigate potential widespread outages. It is ideal for integrating service status checks into AI workflows or applications that require up-to-date information on service availability.

Source README

downdetector-mcp

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

  • Real-time Service Status: Get current status reports for any service monitored by Downdetector
  • No Authentication Required: Direct access to public Downdetector data
  • Global Coverage: Support for different Downdetector domains (com, uk, it, fr, etc.)

Installation

Claude Desktop

(Recommended) Alternative: Via manual .mcpb installation
  1. Find the latest mcpb build in the GitHub Actions history (the top one)
  2. In the 'Artifacts' section, download the downdetector-mcp-mcpb file
  3. Rename the .zip file to .mcpb
  4. Double-click the .mcpb file to open with Claude Desktop
  5. Click "Install"
(Advanced) Alternative: Via JSON configuration
  1. Install Node.js
  2. Open Claude Desktop and go to Settings → Developer
  3. Click "Edit Config" to open your claude_desktop_config.json file
  4. Add the following configuration to the "mcpServers" section:
{
  "mcpServers": {
    "downdetector": {
      "command": "npx",
      "args": [
        "-y",
        "downdetector-mcp"
      ]
    }
  }
}
  1. Save the file and restart Claude Desktop

Cursor

(Recommended) Via one-click install
  1. Click Install MCP Server
(Advanced) Alternative: Via JSON configuration

Create either a global (~/.cursor/mcp.json) or project-specific (.cursor/mcp.json) configuration file:

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

Cline

Via JSON configuration
  1. Click the "MCP Servers" icon in the Cline extension
  2. Click on the "Installed" tab, then the "Configure MCP Servers" button at the bottom
  3. Add the following configuration to the "mcpServers" section:
{
  "mcpServers": {
    "downdetector": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "downdetector-mcp"]
    }
  }
}

Example Usage

Once configured, you can ask Claude things like:

  • "Check if Steam is down right now"
  • "What's the current status of Netflix?"
  • "Get the latest reports for Instagram in the UK"
  • "Show me the recent activity for Discord"

Limitations

  • Data comes from Downdetector's public interface and may be rate-limited
  • Some domains (especially .com) may be protected by Cloudflare and could be intermittently unavailable
  • Service names must match those used by Downdetector (case-insensitive)

Available Tools

downdetector

Get 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.)

Releases

Versions follow the semantic versioning spec.

To release:

  1. Use npm version <major | minor | patch> to bump the version
  2. Run git push --follow-tags to push with tags
  3. Wait for GitHub Actions to publish to the NPM registry.

Discussion

Questions & comments · 0

Sign In Sign in to leave a comment.