whois mcp server for Windsurf
io.github.cyanheads/whois-mcp-server
Domain registration, availability, DNS records, and IP/ASN resolution via RDAP and DNS-over-HTTPS.
client:Windsurf
transport:stdio
runtime:npm
Install whois mcp server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"whois-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/whois-mcp-server"
],
"env": {
"MCP_LOG_LEVEL": "<MCP_LOG_LEVEL>",
"RDAP_TIMEOUT_MS": "<RDAP_TIMEOUT_MS>",
"DOH_TIMEOUT_MS": "<DOH_TIMEOUT_MS>",
"RDAP_MAX_RETRIES": "<RDAP_MAX_RETRIES>",
"DOH_MAX_RETRIES": "<DOH_MAX_RETRIES>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs