Skip to main content
Glama

VAT Validation MCP Server

by Jazib-but

check_vat_number

Validate EU VAT numbers using the official VIES service to confirm registration status and retrieve company information for business verification.

Instructions

Validate EU VAT number using VIES service / Overiť IČ DPH v EÚ pomocou služby VIES

Input Schema

NameRequiredDescriptionDefault
countryCodeYesEU member state code (e.g., SK, CZ, DE) / Kód členského štátu EÚ
vatNumberYesVAT number without country prefix / IČ DPH bez predpony krajiny

Input Schema (JSON Schema)

{ "properties": { "countryCode": { "description": "EU member state code (e.g., SK, CZ, DE) / Kód členského štátu EÚ", "enum": [ "AT", "BE", "BG", "CY", "CZ", "DE", "DK", "EE", "EL", "ES", "FI", "FR", "HR", "HU", "IE", "IT", "LT", "LU", "LV", "MT", "NL", "PL", "PT", "RO", "SE", "SI", "SK" ], "type": "string" }, "vatNumber": { "description": "VAT number without country prefix / IČ DPH bez predpony krajiny", "maxLength": 20, "minLength": 1, "type": "string" } }, "required": [ "countryCode", "vatNumber" ], "type": "object" }

Other Tools from VAT Validation MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jazib-but/check-vat-vies-mcp-Jazib'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server