EU/UK VAT compliance for AI agents: number validation, rate lookups, reverse-charge checks.
claude mcp add vat-support --transport http https://snapshot.vat.support/api/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"vat-support": {
"url": "https://snapshot.vat.support/api/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"vat-support": {
"serverUrl": "https://snapshot.vat.support/api/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"vat-support": {
"type": "http",
"url": "https://snapshot.vat.support/api/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"vat-support": {
"url": "https://snapshot.vat.support/api/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"vat-support": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://snapshot.vat.support/api/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://snapshot.vat.support/api/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.vmalyshev1--vat-support/reviews or the review_server meta-tool.
POST /mcp