mcpbeat Sign in

Eurovalidate MCP Server

local only

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

Installs per day peak 494 · avg 73
a month agotoday
173
Installs / week
pypi · eurovalidate-mcp
0
Stars
0 open issues
26 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add eurovalidate-mcp -- uvx eurovalidate-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "eurovalidate-mcp": {
      "args": [
        "eurovalidate-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.eurovalidate-mcp]
command = "uvx"
args = ["eurovalidate-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "eurovalidate-mcp": {
      "args": [
        "eurovalidate-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Eurovalidate MCP

same job, measured the same way
Commerce Validators
by scienceswarm

Commerce validators: live EU VAT (VIES), EORI, email/MX lookups; IBAN/ABA/GTIN checksums; VAT rates.

10 tools answering
Logo.dev MCP
by pvliesdonk

Look up company logos and brand data via the logo.dev API.

63 installs/wk local only
Nordic Data
by mnymann

Company, KYB, VAT, sanctions, LEI and address data for 15 EU countries.

128 installs/wk 11 tools answering
vat.support VAT Compliance
by vmalyshev1

EU/UK VAT compliance for AI agents: number validation, rate lookups, reverse-charge checks.

5 tools answering
Vies Eu
by pipeworx-io

EU VIES VAT-number validation MCP (European Commission).

33 tools answering
VAT Validator MCP
by ojaskord

Validate EU, UK, AU VAT numbers for AI agents. EU ViDA e-invoicing compliance.

118 installs/wk 2 tools answering
MCP Jp Corporate ID
by skypier-jp-works

Validates and normalizes Japanese corporate numbers and invoice registration numbers (format only).

30 installs/wk local only
MCP Legal Entity Resolver
by mambabuilt

Resolve a company domain to its registered legal entity, company number, LEI and VAT number.

61 installs/wk local only

Eurovalidate MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Eurovalidate MCP?
Eurovalidate MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package eurovalidate-mcp was installed 173 times last week.
How do I connect Eurovalidate MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls eurovalidate-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Eurovalidate MCP?
The pypi package eurovalidate-mcp was installed 173 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Eurovalidate MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.