mcp whoisxmlapi for Cursor
io.github.whois-api-llc/mcp-whoisxmlapi
32 WHOIS, DNS, IP, threat intelligence, email, and bulk tools for AI agents via WhoisXML API.
client:Cursor
transport:stdio
runtime:npm
Install mcp whoisxmlapi in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-whoisxmlapi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@whoisxmlapidotcom/mcp-whoisxmlapi"
],
"env": {
"WHOISXMLAPI_TOKEN": "<WHOISXMLAPI_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs