AgentHubAgentHub

vatnode-mcp

MCP ServerMCP Registry官方收录

io.github.vatnode/vatnode-mcp · v0.3.0

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

概览

vatnode-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "vatnode-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vatnode-mcp"
      ]
    }
  }
}

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.vatnode/vatnode-mcp",
  "type": "mcp-server",
  "version": "0.3.0",
  "displayName": "vatnode-mcp",
  "description": "Official MCP server: EU VAT validation via VIES, plus offline rates and format checks.",
  "repository": {
    "url": "https://github.com/vatnode/vatnode-mcp",
    "source": "github"
  },
  "homepage": "https://vatnode.dev/docs/mcp",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "vatnode-mcp",
        "version": "0.3.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "VATNODE_API_KEY",
            "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_URL",
            "description": "Override the vatnode API base URL (for self-hosting or staging environments). Defaults to https://api.vatnode.dev."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.vatnode/vatnode-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.vatnode%2Fvatnode-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
vatnode-mcp — MCP Server 安装与配置 · AgentHub