vat.support VAT Compliance for Gemini CLI
io.github.vmalyshev1/vat-support
EU/UK VAT compliance for AI agents: number validation, rate lookups, reverse-charge checks.
client:Gemini CLI
transport:streamable-http
tools:5
Install vat.support VAT Compliance in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"vat-support": {
"httpUrl": "https://snapshot.vat.support/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs