validate_eu_vat
InactiveTool of org.scienceswarm/commerce-validators
Validate an EU VAT number against the official EU VIES service (live government lookup). Returns whether it is registered/valid and, if available, the registered trader name + address. An LLM cannot know this without the real lookup — use this before invoicing/reverse-charging an EU B2B customer. Input e.g. 'DE811569869' or 'IE6388047V' (country code + number).
Parameters schema
{
"type": "object",
"title": "validate_eu_vatArguments",
"required": [
"vat_number"
],
"properties": {
"vat_number": {
"type": "string",
"title": "Vat Number"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
org.scienceswarm/commerce-validators
https://github.com/vajdap/commerce-validators-mcp
1/7 registries