whois mcp server for Cursor
io.github.cyanheads/whois-mcp-server
Domain registration, availability, DNS records, and IP/ASN resolution via RDAP and DNS-over-HTTPS.
client:Cursor
transport:stdio
runtime:npm
Install whois mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"whois-mcp-server": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs