Eurovalidate MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 173 installs a week from pypi. Last commit 26 Aug 2026.
Validate EU VAT numbers (VIES), IBANs and EORI, look up company data (GLEIF) and VAT rates
Today is the operative word: we check Eurovalidate MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add eurovalidate-mcp -- uvx eurovalidate-mcp
{
"mcpServers": {
"eurovalidate-mcp": {
"args": [
"eurovalidate-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.eurovalidate-mcp]
command = "uvx"
args = ["eurovalidate-mcp"]
{
"mcpServers": {
"eurovalidate-mcp": {
"args": [
"eurovalidate-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"eurovalidate-mcp": {
"args": [
"eurovalidate-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
EUROVALIDATE_API_KEY (EuroValidate API key — free at https://eurovalidate.com (100 requests/month, no card)).
The author declared them in the registry entry; get the values from the project itself.
Commerce validators: live EU VAT (VIES), EORI, email/MX lookups; IBAN/ABA/GTIN checksums; VAT rates.
Look up company logos and brand data via the logo.dev API.
Company, KYB, VAT, sanctions, LEI and address data for 15 EU countries.
EU/UK VAT compliance for AI agents: number validation, rate lookups, reverse-charge checks.
EU VIES VAT-number validation MCP (European Commission).
Validate EU, UK, AU VAT numbers for AI agents. EU ViDA e-invoicing compliance.
Validates and normalizes Japanese corporate numbers and invoice registration numbers (format only).
Resolve a company domain to its registered legal entity, company number, LEI and VAT number.
Answers built from our own checks of this server.