You're viewing a demo portfolio

Join the waitlist
PRSM

validate_vat

Active

Tool of Vat

declared in 0.1.0

Validate the FORMAT of a VAT registration number for the EU (+ UK/CH/NO), keyless & offline. Accepts the number with its country prefix ("DE123456789") or a national number plus `country`. Returns whether it matches the official country pattern. NOTE: format only — it does NOT confirm the VAT number is registered/active (use the EU VIES service for that).

Parameters schema

{
  "type": "object",
  "required": [
    "vat"
  ],
  "properties": {
    "vat": {
      "type": "string",
      "description": "A VAT number, e.g. \"DE123456789\" or \"GB123456789\"."
    },
    "country": {
      "type": "string",
      "description": "Optional 2-letter country code (EL for Greece, GB for UK) if `vat` has no prefix."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Vat

https://github.com/pipeworx-io/mcp-vat

1/7 registries
View full server →