npm downdetector-mcpstdioMITupdated 28d ago
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.
Was kannst du mit Downdetector machen?
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
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).
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.)
Contributing
Pull requests are welcomed on GitHub! To get started:
- Install Git and Node.js
- Clone the repository
- Install dependencies with
npm install - Run
npm run testto run tests - Build with
npm run build
Releases
Versions follow the semantic versioning spec.
To release:
- Use
npm version <major | minor | patch>to bump the version - Run
git push --follow-tagsto push with tags - Wait for GitHub Actions to publish to the NPM registry.
Installation
Downdetector zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add downdetector-mcp -- npx -y downdetector-mcpcodex mcp add downdetector-mcp -- npx -y downdetector-mcpamp mcp add downdetector-mcp -- npx -y downdetector-mcp{
"mcpServers": {
"downdetector-mcp": {
"command": "npx",
"args": [
"-y",
"downdetector-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"downdetector-mcp": {
"command": "npx",
"args": [
"-y",
"downdetector-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"downdetector-mcp","command":"npx","args":["-y","downdetector-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"downdetector-mcp": {
"command": "npx",
"args": [
"-y",
"downdetector-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"downdetector-mcp": {
"command": "npx",
"args": [
"-y",
"downdetector-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"downdetector-mcp": {
"command": "npx",
"args": [
"-y",
"downdetector-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"downdetector-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"downdetector-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"downdetector-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"downdetector-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y downdetector-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Unvollständig
- Dokumentation16/25
- Pflege19/25
- Vertrauen13/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 20 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 1.0.1Aktuell | 5. Dez. 2025 |