vat.support VAT Compliance for Claude Desktop
io.github.vmalyshev1/vat-support
EU/UK VAT compliance for AI agents: number validation, rate lookups, reverse-charge checks.
client:Claude Desktop
transport:streamable-http
tools:5
Install vat.support VAT Compliance in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"vat-support": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://snapshot.vat.support/api/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