Skip to main content
Glama
Jazib-but

VAT Validation MCP Server

by Jazib-but

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoAPI server port3000
API_KEYNoAPI authentication (optional)secret
NODE_ENVNoNode environmentproduction
RATE_LIMITNoRequests per minute (optional)60
ALLOWED_ORIGINSNoCORS configuration (optional)*

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
check_vat_numberA

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

check_vat_test_serviceC

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

check_vies_statusB

Check VIES service status and member state availability / Skontrolovať stav služby VIES a dostupnosť členských štátov

list_eu_member_statesA

List all EU member state codes for VAT validation / Zobraziť všetky kódy členských štátov EÚ pre validáciu IČ DPH

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: check_vat_number validates actual VAT numbers, check_vat_test_service tests integration with test data, check_vies_status monitors service availability, and list_eu_member_states provides reference codes. There is no overlap or ambiguity between these functions.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern with clear verb_noun structure (check_vat_number, check_vat_test_service, check_vies_status, list_eu_member_states). The naming convention is uniform and predictable throughout the set.

Tool Count5/5

With 4 tools, this server is well-scoped for VAT validation purposes. Each tool serves a distinct, necessary function without redundancy, making the count appropriate for the domain's core operations.

Completeness5/5

The tool set provides complete coverage for VAT validation workflows: validating numbers, testing integration, checking service status, and listing member states. There are no obvious gaps, and agents can perform all essential tasks without dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues