HomeFinance › vatnode-mcp

vatnode-mcp

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

TypeScript Cloud
★ 1 stars Last pushed 2026-09-22 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.1.5)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "vatnode-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "VATNODE_API_KEY": "<YOUR_VALUE>",
        "VATNODE_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • VATNODE_API_KEY secret — vatnode API key (free tier available at https://vatnode.dev). Required only for the validate_vat_number tool β€” the four other tools (rates, format checks, country list) work offline without a key.
  • VATNODE_API_URL — Override the vatnode API base URL (for self-hosting or staging environments). Defaults to https://api.vatnode.dev.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry