All tools

Finance · validate_vat_number

Validate VAT number

Check an EU VAT number (VIES).

Price
included
Requirements
No connector
runs on platform keys
Human approval
No
read or internal write

Input

FieldTypeDescription
vatNumbersarrayBatch: the FULL list of VAT numbers to validate in one call (preferred whenever there is more than one). When provided, the top-level single fields are ignored.
vatNumberstringEU VAT number (e.g. FR12345678901)
countryCodestringTwo-letter ISO country code (overrides prefix in vatNumber)

Call this tool

Through the HTTP API, or from the MCP server with the run meta-tool.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"validate_vat_number","input":{"vatNumbers":[],"vatNumber":"…","countryCode":"…"}}'
$run({ "tool": "validate_vat_number", "input": {"vatNumbers":[],"vatNumber":"…","countryCode":"…"} })