Skip to content
Gemini CLI

Whoisxml for Gemini CLI

io.github.pipeworx-io/whoisxml

WhoisXML MCP — wraps WhoisXML API (whoisxmlapi.com)

client:Gemini CLI transport:streamable-http

Install Whoisxml in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "whoisxml": {
      "httpUrl": "https://gateway.pipeworx.io/whoisxml/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Whoisxml in other clients