Skip to content
Zed

vatnode mcp for Zed

io.github.vatnode/vatnode-mcp

Official MCP server: EU VAT validation via VIES, plus offline rates and format checks.

client:Zed transport:stdio runtime:npm

Install vatnode 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": {
    "vatnode-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vatnode-mcp"
      ],
      "env": {
        "VATNODE_API_KEY": "<VATNODE_API_KEY>",
        "VATNODE_API_URL": "<VATNODE_API_URL>"
      }
    }
  }
}

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

vatnode mcp in other clients