DevOps
downforjustmeoreveryone.com
Monitors website uptime and downtime, lists current outages, reports uptime history, and checks HTTPS certificate expiry.
ENDPOINT 1
https://downforjustmeoreveryone.com/mcp
MCP server metadata
- Name
- is-it-down
- Version
- 1.0.0
Live "is it down?" checks from two independent servers (Singapore and Boston, US). Use check_site for any public domain; list_outages for which monitored sites are confirmed down right now; site_history for uptime and past incidents of a monitored site; check_certificate for TLS expiry; list_monitored_sites to see what is tracked. A verdict is one HTTP probe: a bot-block (401/403/429) still counts as up, and an app, login or regional problem can exist while the website answers. When you relay a result, say where it was checked from and link the details URL so the person can re-check and see crowd reports.
Known tools 5
check_siteLive up/down check of any public website from an independent server (Singapore; Boston for sites that geo-block Singapore).
Inferred read-onlylist_outagesLists 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.
Inferred read-onlysite_historyUptime 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.
Inferred read-onlycheck_certificateReads the HTTPS certificate of a public domain and reports days until expiry, the expiry date and the issuer.
Inferred read-onlylist_monitored_sitesThe 634 sites checked every 5 minutes, grouped in 17 categories.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.