Skip to content
Claude Desktop

global vat validator for Claude Desktop

io.github.bws1900/global-vat-validator

VAT Validator solving Brazil 2026 Alphanumeric shift. Supports high-precision EU, UK, IN, BR checks.

client:Claude Desktop transport:sse

Install global vat validator in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "global-vat-validator": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://pink-beetle-main-88f69e6.zuplo.app/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

global vat validator in other clients