Skip to content
Gemini CLI

eurovalidate mcp for Gemini CLI

io.github.nitrych/eurovalidate-mcp

Validate EU VAT numbers (VIES), IBANs and EORI, look up company data (GLEIF) and VAT rates

client:Gemini CLI transport:stdio runtime:pypi

Install eurovalidate mcp in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "eurovalidate-mcp": {
      "command": "uvx",
      "args": [
        "eurovalidate-mcp"
      ],
      "env": {
        "EUROVALIDATE_API_KEY": "<EUROVALIDATE_API_KEY>"
      }
    }
  }
}

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

eurovalidate mcp in other clients