web network tools for Grok
io.github.erikirby/web-network-tools
DNS lookup, WHOIS, SSL checker, and HTTP status tools. Uses public APIs only, no scraping.
client:Grok
transport:stdio
runtime:npm
Install web network tools in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"web-network-tools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@erikirby/web-network-tools"
]
}
}
}
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