Skip to content
Grok

domain radar for Grok

io.github.sonwr/domain-radar

MCP server that checks domain availability in real-time during brand naming

client:Grok transport:stdio runtime:npm

Install domain radar in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "domain-radar": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-domain-radar"
      ]
    }
  }
}

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

domain radar in other clients