Skip to content
Grok

eurovalidate mcp for Grok

io.github.nitrych/eurovalidate-mcp

Validate EU VAT numbers (VIES), IBANs and EORI, look up company data (GLEIF) and VAT rates

client:Grok transport:stdio runtime:pypi

Install eurovalidate mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "eurovalidate-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "eurovalidate-mcp"
      ],
      "env": {
        "EUROVALIDATE_API_KEY": "<EUROVALIDATE_API_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

eurovalidate mcp in other clients