VAT Validator MCP
io.github.OjasKord/vat-validator-mcpValidate EU, UK, AU VAT numbers for AI agents. EU ViDA e-invoicing compliance.
Tools · 2
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 …
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
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"
}
}
}