INDIVIDUAL MCP TOOL
list_outages
Lists the monitored sites (634 across 17 categories) that are confirmed down right now: two consecutive failed checks from their home region and no other region seeing them up in the last 15 minutes.
LIVE ENDPOINT
https://downforjustmeoreveryone.com/mcp
Connect to this endpoint to inspect the live schema for list_outages and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.is-it-down]
url = "https://downforjustmeoreveryone.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"is-it-down": {
"type": "http",
"url": "https://downforjustmeoreveryone.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: is-it-down
Remote MCP URL: https://downforjustmeoreveryone.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"is-it-down": {
"url": "https://downforjustmeoreveryone.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"is-it-down": {
"type": "http",
"url": "https://downforjustmeoreveryone.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "is-it-down",
"transport": "streamable-http",
"url": "https://downforjustmeoreveryone.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
check_site— Live up/down check of any public website from an independent server (Singapore; Boston for sites that geo-block Singapore).site_history— Uptime percentage over 24 h and over the requested window (up to 7 days), the list of outages in that window, when the site was last seen down, the current state and user-report counts.check_certificate— Reads the HTTPS certificate of a public domain and reports days until expiry, the expiry date and the issuer.list_monitored_sites— The 634 sites checked every 5 minutes, grouped in 17 categories.