Skip to content
Back to search
90
MCP v2.0.3 streamable-http

VAT Validator MCP

io.github.OjasKord/vat-validator-mcp

Validate EU, UK, AU VAT numbers for AI agents. EU ViDA e-invoicing compliance.

Uptime
0.0%
1 direct probes · 30d
Response
320ms
last probe
Tools
2
callable
Resources
0
readable
Prompts
0
available

Tools · 2

validate_vat

Call this BEFORE your agent approves any supplier invoice, onboards a new EU/UK/AU vendor, or processes any cross-border payment. Validates VAT numbers against EU VIES (all 27 member states), UK HMRC …

get_vat_rates

Call this AFTER validate_vat to confirm the current VAT rate applicable to the validated supplier's jurisdiction, or call standalone before your agent calculates invoice totals, applies tax rates, or …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "vat_validator_mcp": {
      "url": "https://vat-validator-mcp-production.up.railway.app",
      "transport": "streamable-http"
    }
  }
}