MCP server: validate EU VAT numbers (VIES), IBANs, EORI + company lookup for Claude/ChatGPT agents
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
claude mcp add eurovalidate-mcp -- uvx eurovalidate-mcp{
"mcpServers": {
"eurovalidate-mcp": {
"command": "uvx",
"args": ["eurovalidate-mcp"],
"env": {
"EUROVALIDATE_API_KEY": "<eurovalidate_api_key>"
}
}
}
}EUROVALIDATE_API_KEYMCP Servers overview
# EuroValidate MCP Server
MCP ([Model Context Protocol](https://modelcontextprotocol.io)) server for [EuroValidate](https://eurovalidate.com) — lets Claude, ChatGPT and any MCP-capable agent **validate EU VAT numbers (VIES), IBANs and EORI customs numbers, look up company data, and fetch VAT rates** through one reliable REST API.
## Why
Validating European business data normally means juggling five fragmented government services: the VIES SOAP API (which times out constantly — Germany alone generates 95% of its errors), the EC EORI endpoint, HMRC, GLEIF, and national registries. EuroValidate wraps them into one cache-first JSON API with per-country circuit breakers and graceful degradation — and this MCP server exposes it to LLM agents as ready-to-use tools.
## Tools
| Tool | What it does |
|---|---|
| `validate_vat` | Validate an EU/UK VAT number via VIES/HMRC — returns validity + registered company name & address (where the member state exposes it) + confidence level |
| `validate_iban` | Validate an IBAN (offline MOD-97) and resolve bank name + BIC |
| `validate_eori` | Validate an EORI customs number (EU / GB / XI Northern Ireland) |
| `lookup_company_by_lei` | Company data by Legal Entity Identifier (GLEIF) |
| `lookup_company_by_vat` | Company data by VAT number — fallback for DE/ES where VIES hides names |
| `get_vat_rates` | Current VAT rates for an EU country |
| `check_service_status` | Live health of VIES (per country), EORI, HMRC, GLEIF — no API key needed |
## Setup
1. Get a **free API key** (100 requests/month, no credit card) at [eurovalidate.com](https://eurovalidate.com).
2. Add the server to your MCP client:
### Claude Desktop / Claude Code
```json
{
"mcpServers": {
"eurovalidate": {
"command": "uvx",
"args": ["eurovalidate-mcp"],
"env": { "EUROVALIDATE_API_KEY": "your_api_key" }
}
}
}
```
Claude Code one-liner:
```bash
claude mcp add eurovalidate -e EUROVALIDATE_API_KEY=your_api_key -- uvx eurovalidate-mcp
```
### Any other MCP client
Run over stdio:
```bash
EUROVALIDATE_API_KEY=your_api_key uvx eurovalidate-mcp
```
Or install permanently: `pip install eurovalidate-mcp` → `eurovalidate-mcp`.
## Example prompts
- *"Validate VAT number DE811569869 and tell me the company behind it"*
- *"Check if this IBAN is valid and which bank it belongs to: DE89 3704 0044 0532 0130 00"*
- *"Is VIES down for Germany right now?"*
- *"What's the VAT rate in Portugal?"*
- *"Validate the VAT numbers of these 5 suppliers before I invoice them"*
## Notes for agents (and humans)
- **Germany and Spain never return company name/address** over VIES (data-protection law) — use `lookup_company_by_vat` as a fallback.
- **Greece** is `EL` in VIES but `GR` in ISO 3166 — both are accepted.
- Every response carries `confidence: HIGH|MEDIUM|LOW|UNKNOWN` and the upstream `source`, so agents can reason about data freshness when a government service is down.
- Free tier: 100 requests/month. Paid plans from €19/mo (500,000 requests/month) at [eurovalidate.com](https://eurovalidate.com).
## Environment variables
| Variable | Required | Default |
|---|---|---|
| `EUROVALIDATE_API_KEY` | yes (except `check_service_status`) | — |
| `EUROVALIDATE_BASE_URL` | no | `https://api.eurovalidate.com` |
## License
MIT
---
mcp-name: io.github.Nitrych/eurovalidate-mcp
What people ask about eurovalidate-mcp
What is Nitrych/eurovalidate-mcp?
+
Nitrych/eurovalidate-mcp is mcp servers for the Claude AI ecosystem. MCP server: validate EU VAT numbers (VIES), IBANs, EORI + company lookup for Claude/ChatGPT agents It has 0 GitHub stars and its last recorded update is dated 2026-08-26.
How do I install eurovalidate-mcp?
+
You can install eurovalidate-mcp by cloning the repository (https://github.com/Nitrych/eurovalidate-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is Nitrych/eurovalidate-mcp safe to use?
+
Our security agent has analyzed Nitrych/eurovalidate-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains Nitrych/eurovalidate-mcp?
+
Nitrych/eurovalidate-mcp is maintained by Nitrych. The last recorded GitHub activity is dated 2026-08-26, with 0 open issues.
Are there alternatives to eurovalidate-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy eurovalidate-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/nitrych-eurovalidate-mcp)<a href="https://claudewave.com/repo/nitrych-eurovalidate-mcp"><img src="https://claudewave.com/api/badge/nitrych-eurovalidate-mcp" alt="Featured on ClaudeWave: Nitrych/eurovalidate-mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!