Your agent can't confirm an EU VAT number is real; this checks it against the official VIES registry and returns the business name and address.
Validate an EU VAT identification number against the official EU VIES system and return the registered business name and address. Covers all 27 EU member states. Data comes directly from each member state's tax administration via the European Commission's VIES service.
Validate an EU VAT number and return the registered business name and address.
The VAT number without the country prefix (e.g. "811569869").
2-letter EU member-state code (e.g. "DE", "FR", "NL").
curl -X POST "https://skill.askfaro.com/skills/vat-validation/run" \
-H "Authorization: Bearer faro_<your_key>" \
-H "Content-Type: application/json" \
-d '{
"intent": {
"prompt": "Is German VAT number DE811569869 valid?"
}
}'askfaro describe vat-validation/validate
Install pip install askfaro-cli, then askfaro auth login.