Validate EU VAT Number
tax.vatcomply.validateValidate European VAT numbers via VIES to check validity and retrieve company name and registered address for all EU member states and the UK.
Instructions
Validate a European VAT number via VIES — returns validity status, company name, and registered address. Supports all 27 EU member states + UK. Format: country prefix + number (e.g. DE123456789) (VATcomply, open source)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vat_number | Yes | EU VAT number with country prefix (e.g. "DE123456789", "FR12345678901", "GB123456789") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |