Back to search
90
MCP live 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
100.0%
12 probes
Response
461ms
last probe
Tools
2
callable

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 …

Similar MCP servers embedding-nearest

VAT Validator MCP
Validate EU, UK, AU VAT numbers for AI agents. EU ViDA e-invoicing compliance.
0 tools · streamable-http
Document Integrity Validator live
AI reasoning checks any document against known international standards before your agent acts on it.
2 tools · streamable-http
io.github.vatnode/vatnode-mcp
Official MCP server: EU VAT validation via VIES, plus offline rates and format checks.
0 tools
Bizfile MCP live
Company intelligence and sanctions screening across 130+ jurisdictions and 328 sanctions lists.
3 tools · streamable-http
Data Compliance Classifier MCP live
Classify data safety before storing or sharing. GDPR, HIPAA, PCI-DSS, CCPA. AI-powered.
3 tools · streamable-http
Global VAT Validator
VAT validation for EU, UK, India, and Brazil including the 2026 Brazilian alphanumeric format.
0 tools

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"
    }
  }
}