Domain Liveness for VS Code
org.ottobot/domain-liveness
Is this business's website still there? Checks apex and www, and DNS separately from HTTP.
client:VS Code
transport:streamable-http
tools:1
Install Domain Liveness in VS Code
.vscode/mcp.json
{
"servers": {
"domain-liveness": {
"type": "http",
"url": "https://domain-liveness-mcp.ottobot2025.workers.dev/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs