VAT Validator MCP (verified)
VAT number validator for AI agents. EU VIES, UK HMRC, AU ABR — auto-detects jurisdiction. Fraud risk scoring and invoice name cross-check in one call.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add OjasKord/vat-validator-mcp
# Browse available tools
npx -y smithery tool list OjasKord/vat-validator-mcp
# Get full schema for a tool
npx -y smithery tool get OjasKord/vat-validator-mcp validate_vat
# Call a tool
npx -y smithery tool call OjasKord/vat-validator-mcp validate_vat '{}'Direct MCP Connection
Endpoint: https://vat-validator-mcp--ojaskord.run.tools
Optional config:
x-api-key(header) — VAT Validator API key from kordagencies.com. Leave blank for free tier.
Tools (2)
validate_vat— Call this BEFORE your agent approves any supplier invoice, onboards a new EU/UK/AU vendor, or processes any cross-borde…get_vat_rates— Call this BEFORE your agent calculates invoice totals, applies tax rates, generates VAT-inclusive pricing, or validates…
# Get full input/output schema for a tool
npx -y smithery tool get OjasKord/vat-validator-mcp