Skip to main content
Glama
Nitrych

io.github.nitrych/eurovalidate-mcp

by Nitrych

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
validate_vatA

Validate an EU or UK VAT number via VIES/HMRC.

Returns validity, registered company name and address where the member state exposes them (Germany and Spain never do), a confidence level, and the upstream source. Accepts the number with or without country prefix (e.g. "DE123456789" or "123456789" + country_code="DE"). Greece: EL or GR both work.

validate_ibanA

Validate an IBAN (offline MOD-97 checksum) and resolve the bank name and BIC.

Covers all SEPA countries. Accepts the IBAN with or without spaces.

validate_eoriB

Validate an EORI customs number (EU via EC, GB via HMRC, XI for Northern Ireland).

lookup_company_by_leiB

Look up company data (legal name, address, status) by LEI via GLEIF.

lookup_company_by_vatB

Look up company data by VAT number (GLEIF cross-reference).

Useful as a fallback for German/Spanish VAT numbers where VIES returns no company name/address by law.

get_vat_ratesA

Get current VAT rates (standard/reduced) for an EU country by ISO 3166-1 alpha-2 code.

check_service_statusA

Check live health of upstream government services (VIES per-country, EORI, HMRC, GLEIF).

Public endpoint — works without an API key. Use it to explain why a validation returned reduced confidence (e.g. Germany's VIES endpoint down).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 7 tools

Disambiguation4/5

Most tools target distinct identifier types (IBAN, VAT, EORI, LEI, VAT rates, service status), but 'validate_vat' and 'lookup_company_by_vat' both accept VAT numbers and return company information, which could cause confusion. Descriptions help, but the overlap is real.

Naming Consistency5/5

All tools use a consistent verb_noun pattern in snake_case (validate_*, lookup_company_by_*, get_*, check_*). The practice is uniform and predictable, making it easy for an agent to infer tool purpose from its name.

Tool Count5/5

Seven tools is well within the ideal range for a domain-specific server. Each tool addresses a clear need (IBAN, VAT, EORI, LEI, VAT rates, and service status) without redundancy or bloat, making the set feel appropriately scoped.

Completeness5/5

The server covers the core European identifier validation landscape: bank accounts, VAT numbers, customs numbers, company lookup via LEI or VAT, VAT rates, and upstream service health. This is a complete surface for its stated purpose, with no obvious dead ends or missing critical operations.

Maintenance

ActivityMaintained
ResponsivenessNo issues