VIES Smoother
SLA'd EU VAT validation on VIES.
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
An API key from the service settings is required
SLA'd EU VAT validation on VIES. Honest 3-state result, never guesses. 100 free lookups.
Server tool list (2)
Raw names from tools/list. Only developers need these.
| validate_vat | Validate a single EU VAT number. Costs 1 credit unless upstream is unavailable and there's no cache (then it's free and honest about it). Args: country_code: 2-letter EU member state code (e.g. DE, FR, EL, XI). vat_number: The VAT number without the country prefix. |
| validate_vat_batch | Validate up to 50 EU VAT numbers in one call. 1 credit per item that gets a real answer (unavailable_upstream items are free). Args: items: list of {"country_code": str, "vat_number": str}, max 50. |