Skip to main content
Glama

VAT Validation MCP Server

by Jazib-but

check_vat_test_service

Test VIES service integration using predefined VAT numbers to verify system connectivity and validate EU VAT number checking functionality.

Instructions

Test VIES service integration with test VAT numbers / Testovať integráciu so službou VIES

Input Schema

NameRequiredDescriptionDefault
countryCodeYesEU member state code / Kód členského štátu EÚ
vatNumberYesTest VAT number: 100 (valid), 200 (invalid) / Testové IČ DPH: 100 (platné), 200 (neplatné)

Input Schema (JSON Schema)

{ "properties": { "countryCode": { "description": "EU member state code / 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": "Test VAT number: 100 (valid), 200 (invalid) / Testové IČ DPH: 100 (platné), 200 (neplatné)", "enum": [ "100", "200" ], "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