Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.vatnode/vatnode-mcp

NPM · VATNODE-MCP · SCANNED SEP 20

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

Available components

+1 this week 92 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 97 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to vatnode/vatnode-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1012 tokens (~202/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.vatnode/vatnode-mcp server?

io.github.vatnode/vatnode-mcp runs locally as an npm package, launched with npx -y vatnode-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · vatnode-mcp

# add to Claude Code
claude mcp add vatnode-vatnode-mcp -- npx -y vatnode-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "vatnode-vatnode-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vatnode-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "vatnode-vatnode-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vatnode-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add vatnode-vatnode-mcp -- npx -y vatnode-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "vatnode-vatnode-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "vatnode-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add vatnode-vatnode-mcp --command npx --arg -y --arg vatnode-mcp
# ~/.hermes/config.yaml
mcp_servers:
  vatnode-vatnode-mcp:
    command: "npx"
    args: ["-y", "vatnode-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "vatnode-vatnode-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "vatnode-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add vatnode-vatnode-mcp -t stdio -c npx -a -y vatnode-mcp
// mcp.json
{
  "mcpServers": {
    "vatnode-vatnode-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vatnode-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1
    • Stability: 0.83 → unverified security
    • Tool safety: pass → unverified security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Package version: 1.1.2 → 1.1.4 functional
  • 19 Sept 26 −3
    • Stability: pass → 0.83 functional
  • 18 Sept 26 +1
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1
    • Security disclosure: unverified → fail functional
  • 14 Sept 26 +1
    • Security disclosure: fail → unverified functional
  • 12 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 11 Sept 26 0
    • Package version: 1.0.0 → 1.1.2 functional
  • 10 Sept 26 +1
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/vatnode-mcp@1.1.4

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo vatnode/vatnode-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/vatnode/vatnode-mcp/.github/workflows/release.yml@refs/tags/v1.1.4
Rekor log index 2897310563
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:0aa08f5684d9081150aee182abf59939c155ad93521ce4f9b99fa002a87d849fd5a299b8897c03db97413dea6e48518695977793cd995cbe956a79d43

Background: How many MCP packages publish verified provenance →

Dependencies 97 packages
Packages resolved 97
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 5 exposed · ~1,012 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
check_vat_format ~176

Performs an offline syntactic check of a VAT number against the country-specific regex pattern. Read-only and offline: no network call, no API key, no rate limit, no side effects. Does NOT verify the VAT with VIES (a valid format does not mean the VAT is real or active) — use validate_vat_number for that. Output: { input, normalized, countryCode, validFormat (boolean), error }; countryCode is null when the prefix is unknown. Use when the user wants a quick sanity check on the shape of a VAT ID without burning a quota call. Free, no API key required.

NameTypeReqDescription
vatIdstringyesA VAT number, with or without spaces/dashes, with or without country prefix (e.g. "DE123456789", "IE 6388047 V").
NameTypeReqDescription
countryCodestring|nullyes
errorstring|nullyes
inputstringyes
normalizedstringyes
validFormatbooleanyes

No examples provided.

get_country_vat_rates ~227

Returns the standard, reduced, super-reduced and parking VAT rates for a single European country, plus the VAT number format and regex. Read-only and offline: no network call, no API key, no rate limit, no side effects. Accepts ISO 3166-1 alpha-2 codes (DE, FR, IT, …); also covers non-EU European jurisdictions where available (NO, CH, GB, UA, TR, …). Output: { countryCode, countryName, vatName, vatAbbr, currency, standardRate, reducedRates[], superReducedRate, parkingRate, vatNumberFormat, vatNumberPattern, updatedAt }; rates are percentages and may be null where not applicable. Returns an error if the country code is unknown. Use when the user asks "what is the VAT rate in X" or needs the VAT number format for a country. Free, no API key required.

NameTypeReqDescription
countryCodestringyesISO 3166-1 alpha-2 country code, e.g. "DE", "FR", "IT".
NameTypeReqDescription
countryCodestringyes
countryNamestringyes
currencystring|nullyes
parkingRatenumber|nullyes
reducedRatesarrayyes
standardRatenumber|nullyes
superReducedRatenumber|nullyes
updatedAtstringyes
vatAbbrstring|nullyes
vatNamestring|nullyes
vatNumberFormatstring|nullyes
vatNumberPatternstring|nullyes

No examples provided.

list_eu_vat_rates ~169

Returns current VAT rates for all EU member states (plus XI for Northern Ireland). Read-only and offline: no network call, no API key, no rate limit, no side effects. Takes no arguments. Output: { rates: Array<{ countryCode, countryName, vatName, vatAbbr, currency, standardRate, reducedRates[], superReducedRate, parkingRate, vatNumberFormat, vatNumberPattern, updatedAt }>, count, updatedAt }. Rates are percentages (e.g. 25.5). Use when the user asks for an overview, a comparison across countries, or "all EU VAT rates". For a single country prefer get_country_vat_rates. Data is sourced from the EU Commission TEDB and updated daily. Free, no API key required.

Input schema present but exposes no named parameters.

NameTypeReqDescription
countnumberyes
ratesarrayyes
updatedAtstringyes

No examples provided.

list_supported_countries ~163

Returns every country the vatnode server has VAT data for (EU-27 + XI for Northern Ireland + ~17 other European jurisdictions such as NO, CH, GB, UA, TR). Read-only and offline: no network call, no API key, no rate limit, no side effects. Takes no arguments. Output: { countries: Array<{ countryCode, countryName, isEUMember, viesValidationSupported }>, count, euCount, updatedAt }, sorted by countryCode. `viesValidationSupported: true` means validate_vat_number can do live VIES verification; non-EU jurisdictions are rate-lookup only. Use to discover coverage or to pick a valid countryCode before calling get_country_vat_rates or validate_vat_number.

Input schema present but exposes no named parameters.

NameTypeReqDescription
countnumberyes
countriesarrayyes
euCountnumberyes
updatedAtstringyes

No examples provided.

validate_vat_number ~277

Verifies an EU VAT number against the official VIES service and returns validity, company name, address, registration date and other metadata. The VIES consultation number (`consultationNumber`) is returned when a requester VAT is configured once in the vatnode dashboard Settings — a one-time account setup, not a per-call parameter. With a requester configured, every response is either a success with a non-null `consultationNumber` or an error; without one, `consultationNumber` is null and national-registry fallback stays enabled. Use whenever the user wants to confirm a VAT is real, look up the company behind a VAT, or needs evidence for accounting/compliance. Side effects: makes an authenticated network call to api.vatnode.dev (which queries the EU VIES service) and consumes one request from your monthly quota; it is read-only (verifies, never mutates) and safe to retry. Requires a vatnode API key (free tier available; set VATNODE_API_KEY). Only EU-27 + XI (Northern Ireland) are supported by VIES; other countries return an error.

NameTypeReqDescription
vatIdstringyesEU VAT number, with country prefix. Spaces and dashes are stripped. Examples: "DE123456789", "IE6388047V", "FR12345678901".
NameTypeReqDescription
checkIdstring
companyAddressstring|null
companyFormstring|null
companyNamestring|null
companyRegistrationDatestring|null
consultationNumberstring|null
countryCodestringyes
countryNamestring|null
countryVat
industryDescriptionstring|null
registryCodestring|null
registryCodeNamestring|null
sourcestring
specialTerritory
validbooleanyes
vatIdstringyes
verifiedAtstring

No examples provided.

Common questions

What is the io.github.vatnode/vatnode-mcp server?

io.github.vatnode/vatnode-mcp is listed in the public MCP registry as io.github.vatnode/vatnode-mcp. Official MCP server: EU VAT validation via VIES, plus offline rates and format checks. This page covers its npm package (vatnode-mcp).

Is the io.github.vatnode/vatnode-mcp server safe to use?

io.github.vatnode/vatnode-mcp scores 92 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.vatnode/vatnode-mcp server expose?

io.github.vatnode/vatnode-mcp exposes 5 tools: list_eu_vat_rates, get_country_vat_rates, check_vat_format, list_supported_countries, validate_vat_number. Their descriptions and schemas cost roughly 1,012 tokens of context every time the server is loaded.

Is the io.github.vatnode/vatnode-mcp server still maintained?

io.github.vatnode/vatnode-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.vatnode/vatnode-mcp server under?

io.github.vatnode/vatnode-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.