Skip to content
Gemini CLI

Vat for Gemini CLI

io.github.pipeworx-io/vat

VAT-number format validation MCP (EU + UK/CH/NO).

client:Gemini CLI transport:streamable-http

Install Vat in Gemini CLI

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

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

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

Vat in other clients