Skip to content
Grok

domainintel mcp for Grok

io.github.bishop81/domainintel-mcp

Domain intelligence for agents: WHOIS, DNS, SSL/TLS, security headers, reputation, subdomains.

client:Grok transport:stdio runtime:npm

Install domainintel mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "domainintel-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@domainintel/mcp"
      ]
    }
  }
}

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

domainintel mcp in other clients