io.github.nitrych/eurovalidate-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Nitrych/eurovalidate-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server