Skip to content
Zed

eurovalidate mcp for Zed

io.github.nitrych/eurovalidate-mcp

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

client:Zed transport:stdio runtime:pypi

Install eurovalidate mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

eurovalidate mcp in other clients