mcp whoisxmlapi for Grok
io.github.whois-api-llc/mcp-whoisxmlapi
32 WHOIS, DNS, IP, threat intelligence, email, and bulk tools for AI agents via WhoisXML API.
client:Grok
transport:stdio
runtime:npm
Install mcp whoisxmlapi in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-whoisxmlapi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@whoisxmlapidotcom/mcp-whoisxmlapi"
],
"env": {
"WHOISXMLAPI_TOKEN": "<WHOISXMLAPI_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs