Skip to content
Cursor

vatnode mcp for Cursor

io.github.vatnode/vatnode-mcp

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

client:Cursor transport:stdio runtime:npm

Install vatnode mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "vatnode-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "vatnode-mcp"
      ],
      "env": {
        "VATNODE_API_KEY": "<VATNODE_API_KEY>",
        "VATNODE_API_URL": "<VATNODE_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

vatnode mcp in other clients