# io.github.Nitrych/eurovalidate-mcp (pypi · eurovalidate-mcp)

Validate EU VAT numbers (VIES), IBANs and EORI, look up company data (GLEIF) and VAT rates

- Trust score: 77/100 (medium)
- Change this week: +18
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- pypi · `eurovalidate-mcp`: 77/100 (this document), [markdown](https://verifymcp.io/servers/nitrych-eurovalidate-mcp/eurovalidate-mcp.md), [page](https://verifymcp.io/servers/nitrych-eurovalidate-mcp/eurovalidate-mcp)

## Channel facts

- Registry: `pypi`
- Package: `eurovalidate-mcp`
- Version: `0.1.1`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-21.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it.
  - 1 of 32 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 25 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 532 tokens (~76/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 87/100
  - Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the io.github.Nitrych/eurovalidate-mcp server?

io.github.Nitrych/eurovalidate-mcp runs locally as a PyPI package, launched with uvx eurovalidate-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add nitrych-eurovalidate-mcp -- uvx eurovalidate-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "nitrych-eurovalidate-mcp": {
      "command": "uvx",
      "args": [
        "eurovalidate-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "nitrych-eurovalidate-mcp": {
      "command": "uvx",
      "args": [
        "eurovalidate-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add nitrych-eurovalidate-mcp -- uvx eurovalidate-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nitrych-eurovalidate-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "eurovalidate-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add nitrych-eurovalidate-mcp --command uvx --arg eurovalidate-mcp
```

### Hermes

```yaml
mcp_servers:
  nitrych-eurovalidate-mcp:
    command: "uvx"
    args: ["eurovalidate-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "nitrych-eurovalidate-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "eurovalidate-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add nitrych-eurovalidate-mcp -t stdio -c uvx -a eurovalidate-mcp
```

### Other

```json
{
  "mcpServers": {
    "nitrych-eurovalidate-mcp": {
      "command": "uvx",
      "args": [
        "eurovalidate-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-21 (score 77, +1)

No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 73 to 77. That category is still filling its 30-day observation window: 22 days of observed history at the previous scan, 23 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 67 to 70. That category is still filling its 30-day observation window: 20 days of observed history at the previous scan, 21 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-15 (score 74, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-14 (score 59, −14)

- [security regression] Malware scan: pass → unverified

### 2026-09-12 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-10 (score 72, +1)

No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-08 (score 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (7)

### `validate_vat` (~109 tokens)

Validate an EU or UK VAT number via VIES/HMRC.

Returns validity, registered company name and address where the member
state exposes them (Germany and Spain never do), a confidence level, and
the upstream source. Accepts the number with or without country prefix
(e.g. "DE123456789" or "123456789" + country_code="DE"). Greece: EL or GR
both work.

Input parameters:

- `country_code`
- `vat_number` (string, required)

### `validate_iban` (~53 tokens)

Validate an IBAN (offline MOD-97 checksum) and resolve the bank name and BIC.

Covers all SEPA countries. Accepts the IBAN with or without spaces.

Input parameters:

- `iban` (string, required)

### `validate_eori` (~39 tokens)

Validate an EORI customs number (EU via EC, GB via HMRC, XI for Northern Ireland).

Input parameters:

- `eori_number` (string, required)

### `lookup_company_by_lei` (~38 tokens)

Look up company data (legal name, address, status) by LEI via GLEIF.

Input parameters:

- `lei` (string, required)

### `lookup_company_by_vat` (~54 tokens)

Look up company data by VAT number (GLEIF cross-reference).

Useful as a fallback for German/Spanish VAT numbers where VIES returns no
company name/address by law.

Input parameters:

- `vat_number` (string, required)

### `get_vat_rates` (~43 tokens)

Get current VAT rates (standard/reduced) for an EU country by ISO 3166-1 alpha-2 code.

Input parameters:

- `country_code` (string, required)

### `check_service_status` (~63 tokens)

Check live health of upstream government services (VIES per-country, EORI, HMRC, GLEIF).

Public endpoint — works without an API key. Use it to explain why a
validation returned reduced confidence (e.g. Germany's VIES endpoint down).

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/nitrych-eurovalidate-mcp/eurovalidate-mcp#diagnostics

## Score history

- 2026-09-21: 77
- 2026-09-20: 76
- 2026-09-19: 76
- 2026-09-18: 76
- 2026-09-17: 75
- 2026-09-16: 75
- 2026-09-15: 74
- 2026-09-14: 59
- 2026-09-13: 73
- 2026-09-12: 73
- 2026-09-11: 72
- 2026-09-10: 72
- 2026-09-09: 71
- 2026-09-08: 71
- 2026-09-07: 70
- 2026-09-06: 70
- 2026-09-05: 69
- 2026-09-04: 69
- 2026-09-03: 69
- 2026-09-02: 65
- 2026-09-01: 65
- 2026-08-31: 65
- 2026-08-30: 65
- 2026-08-29: 65
- 2026-08-28: 65
- 2026-08-27: 65
- 2026-08-26: 65

## Common questions

### What is the io.github.Nitrych/eurovalidate-mcp server?

io.github.Nitrych/eurovalidate-mcp is listed in the public MCP registry as io.github.Nitrych/eurovalidate-mcp. Validate EU VAT numbers (VIES), IBANs and EORI, look up company data (GLEIF) and VAT rates. This page covers its PyPI package (eurovalidate-mcp).

### Is the io.github.Nitrych/eurovalidate-mcp server safe to use?

io.github.Nitrych/eurovalidate-mcp scores 77 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. 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.Nitrych/eurovalidate-mcp server expose?

io.github.Nitrych/eurovalidate-mcp exposes 7 tools: validate_vat, validate_iban, validate_eori, lookup_company_by_lei, lookup_company_by_vat, and 2 more. Their descriptions and schemas cost roughly 399 tokens of context every time the server is loaded.

### Is the io.github.Nitrych/eurovalidate-mcp server still maintained?

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

## Links

- PyPI project: https://pypi.org/project/eurovalidate-mcp/
- Socket report: https://socket.dev/pypi/package/eurovalidate-mcp
- Repository: https://github.com/Nitrych/eurovalidate-mcp
- Website: https://eurovalidate.com/
- Changelog RSS feed: https://verifymcp.io/servers/nitrych-eurovalidate-mcp/eurovalidate-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/nitrych-eurovalidate-mcp/eurovalidate-mcp.json
- HTML version of this page: https://verifymcp.io/servers/nitrych-eurovalidate-mcp/eurovalidate-mcp
