Loading MCP server directory, please wait...
Domain registration, availability, DNS records, and IP/ASN resolution via RDAP and DNS-over-HTTPS.
npx @getmcp/cli add io.github.cyanheads/whois-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/whois-mcp-server": {
"command": "bun",
"args": [
"@cyanheads/whois-mcp-server",
"run",
"start:stdio"
],
"env": {
"MCP_LOG_LEVEL": "info",
"RDAP_TIMEOUT_MS": "5000",
"DOH_TIMEOUT_MS": "3000",
"RDAP_MAX_RETRIES": "2",
"DOH_MAX_RETRIES": "2"
}
}
}
}