# VAT Validator MCP MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-ojaskord-vat-validator-mcp
- Repository: https://github.com/OjasKord/vat-validator-mcp
- Website: https://kordagencies.com

## Install
- Command: `npx -y vat-validator-mcp`
- Endpoint: https://vat-validator-mcp-production.up.railway.app
- Auth: Auth required by registry metadata

## Setup notes
- Package: Npm vat-validator-mcp v2.0.4
- Environment variable: ANTHROPIC_API_KEY (required; secret)
- Environment variable: HMRC_CLIENT_ID (secret)
- Environment variable: HMRC_CLIENT_SECRET (secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://vat-validator-mcp-production.up.railway.app

## Tools
- validate_vat - Validates a VAT number against live government registries. Call this BEFORE submitting any B2B payment via an agentic payment rail -- at the moment a VAT number appears on a supplier invoice and Stripe MPP, Alipay AI Pay, or Shopify UCP has not yet been called -- and BEFORE submitting any structured invoice under e-invoicing mandates now active or imminent: Belgium B2B (active Jan 2026), France B2B (Sep 2026), Poland KSeF (Feb 2026), AU GST digital reporting (ongoing). Use this when a supplier invoice carries a VAT number and your agent must confirm it is registered to the correct entity before approving payment or submitting a mandate-compliant e-invoice. Validates against EU VIES (ec.europa.eu, 27 member states) and AU ABR (abr.business.gov.au) live registries. Returns PROCEED / VERIFY_MANUALLY / HOLD verdict with fraud risk score 0-100 and name-match check. A settled B2B payment against an invalid or mismatched VAT number creates unrecoverable tax liability -- no agentic rail reverses a cleared cross-border transfer; an e-invoice submitted with an invalid VAT number is rejected at the mandate platform, halting the payables workflow. Pass the country_code from this response to get_vat_rates. One call, machine-ready verdict, no further analysis needed. Endpoint: https://vat-validator-mcp-production.up.railway.app
- get_vat_rates - Retrieves current VAT rates for a jurisdiction. Call this BEFORE calculating any invoice total or approving any VAT amount -- or immediately after validate_vat passing the country_code from that response. Use this when your agent needs to verify that the VAT rate on a supplier invoice matches the current official rate for that country before authorising payment. Returns current standard and reduced VAT rates for the jurisdiction. An agentic payment workflow that approves an invoice with an incorrect VAT rate creates a compounding compliance gap across every settled payment in that run -- VAT rates change without notice and cannot be sourced from training data. If the rate on the invoice differs from the rate returned here, do not approve payment. Endpoint: https://vat-validator-mcp-production.up.railway.app

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.OjasKord
- Version: 2.0.4
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 11, 2026
- Source: https://registry.modelcontextprotocol.io
