You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.1).

validate_eu_vat

Inactive

Tool of org.scienceswarm/commerce-validators

declared in 1.28.1

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

org.scienceswarm/commerce-validators

https://github.com/vajdap/commerce-validators-mcp

1/7 registries
View full server →
validate_eu_vat — org.scienceswarm/commerce-validators — PRSM MCP