← Back to Plugins
MCP Server MCP

io.github.vatnode/vatnode-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "vatnode-mcp",
      "version": "1.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "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.",
          "isSecret": true,
          "name": "VATNODE_API_KEY"
        },
        {
          "description": "Override the vatnode API base URL (for self-hosting or staging environments). Defaults to https://api.vatnode.dev.",
          "default": "https://api.vatnode.dev",
          "name": "VATNODE_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...