Skip to main content
Glama
bartosz-kuc

honest-vies-mcp

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
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_vatA

Check an EU VAT number against the VIES database (the EU-wide cross-border VAT validator). Returns valid/invalid + registered name and address if the national database returns them. Accepts either (country_code, vat_number) separately or a combined vat like 'PL5252344078'. For Polish JDG issuing 0% VAT invoices to EU B2B customers: ALSO pass requester_country + requester_vat with your own PL VAT — VIES will return a consultation_number that serves as legal proof of the check. Keep this number for your records. VIES will not issue a consultation number if EITHER VAT is invalid.

list_supported_countriesA

List the country codes supported by VIES (all 27 EU member states, plus XI for Northern Ireland).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.7/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one validates a VAT number, the other lists supported country codes. There is no overlap or ambiguity in their functionality.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern (check_vat, list_supported_countries). The naming is predictable and uniform.

Tool Count4/5

With only two tools, the server is minimal but appropriately scoped for its narrow purpose of VIES VAT validation. It is slightly thin but each tool earns its place, so it is reasonable.

Completeness5/5

The tool surface fully covers the domain: checking VAT numbers (with optional consultation number for legal proof) and listing supported countries. No obvious gaps exist for the intended use case.

Maintenance

ActivityMaintained
ResponsivenessNo issues