# vat.support VAT Compliance (remote · snapshot.vat.support)

EU/UK VAT compliance for AI agents: number validation, rate lookups, reverse-charge checks.

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

## Components

- remote · `snapshot.vat.support`: 69/100 (this document), [markdown](https://verifymcp.io/servers/vmalyshev1-vat-support/api-mcp.md), [page](https://verifymcp.io/servers/vmalyshev1-vat-support/api-mcp)

## Channel facts

- Endpoint: `https://snapshot.vat.support/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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-20.

- **Endpoint Security**: 60/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 634 tokens (~126/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 70/100
  - Stability observed for 21 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 93/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 79% of tool parameters carry a description.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "reverse_charge_certificate" implies "charge" and declares no destructiveHint at all, which the MCP spec reads as destructive by default.
  - An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### How do I install the vat.support VAT Compliance MCP server?

vat.support VAT Compliance is a hosted endpoint at https://snapshot.vat.support/api/mcp, so there is nothing to install locally. 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 --transport http vmalyshev1-vat-support 'https://snapshot.vat.support/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "vmalyshev1-vat-support": {
      "url": "https://snapshot.vat.support/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "vmalyshev1-vat-support": {
      "type": "http",
      "url": "https://snapshot.vat.support/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.vmalyshev1-vat-support]
url = "https://snapshot.vat.support/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "vmalyshev1-vat-support": {
      "type": "remote",
      "url": "https://snapshot.vat.support/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add vmalyshev1-vat-support --url 'https://snapshot.vat.support/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  vmalyshev1-vat-support:
    url: "https://snapshot.vat.support/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "vmalyshev1-vat-support": {
      "Transport": "http",
      "Url": "https://snapshot.vat.support/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add vmalyshev1-vat-support -t streamable-http -u 'https://snapshot.vat.support/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "vmalyshev1-vat-support": {
      "type": "http",
      "url": "https://snapshot.vat.support/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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-19 (score 69, +1)

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

### 2026-09-17 (score 68, +1)

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

### 2026-09-15 (score 67, +1)

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

### 2026-09-13 (score 66, +1)

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

### 2026-09-11 (score 65, +1)

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

### 2026-09-09 (score 64, +1)

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

### 2026-09-07 (score 63, +1)

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

### 2026-09-04 (score 62, +1)

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

## MCP tools (5)

### `reverse_charge_certificate` (~165 tokens)

Generate an EU Art. 196 reverse-charge eligibility verdict for a B2B service invoice between two EU Member States. Validates the customer's VAT ID via VIES and returns a printable certificate. Returns INELIGIBLE for same-country, non-EU, or invalid VAT cases.

Input parameters:

- `customer_country` (string, required): Customer ISO-3166-1 alpha-2 (e.g. 'IT')
- `customer_vat_id` (string): Customer VAT identifier including country prefix (e.g. 'IT12345678901')
- `service_type` (string): Type of service: professional_services | digital_services | transport | telecom | event_admission
- `supplier_country` (string, required): Supplier ISO-3166-1 alpha-2 (e.g. 'DE')

### `vat_number_check` (~66 tokens)

Validate a single EU/UK VAT identifier against VIES (EU) or HMRC (UK). Returns name + address when available.

Input parameters:

- `vat_id` (string, required): Full VAT identifier including country prefix (e.g. 'DE123456789' or 'GB123456789')

### `vat_rate_lookup` (~63 tokens)

Look up the applicable VAT rate for a country (and optional rate type), sourced from the EU TEDB (Taxes in Europe Database).

Input parameters:

- `country` (string, required): ISO-2 country code
- `rate_type` (string): Defaults to 'standard' if omitted

### `vat_registration_check` (~103 tokens)

Determine whether a business needs to register for VAT in a given country, given customer type and annual revenue.

Input parameters:

- `annual_revenue_eur` (number)
- `country` (string, required)
- `customer_type` (string)
- `sale_countries` (array): Other countries where the business sells
- `supply_types` (array): Supply mix — `goods`, `digital_services`, `professional_services`, etc. Defaults to `[goods]` when omitted.

### `vat_compliance_full` (~185 tokens)

Run the full 10-question VAT compliance gap analysis. Returns compliance score (0–100), risk band, itemised findings with Article citations, and source verification per finding.

Input parameters:

- `answers` (object, required): Q1..Q10 answers. Q1=ISO country, Q2=array of supply types, Q3=B2B|B2C|MIXED, Q4=array of countries, Q5A=annual cross-border B2C revenue in EUR (numeric; legacy strings under_10k/over_10k/unsure still…
- `language` (string): en, ru, es, zh-CN

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/vmalyshev1-vat-support/api-mcp#diagnostics

## Score history

- 2026-09-20: 69
- 2026-09-19: 69
- 2026-09-18: 68
- 2026-09-17: 68
- 2026-09-16: 67
- 2026-09-15: 67
- 2026-09-14: 66
- 2026-09-13: 66
- 2026-09-12: 65
- 2026-09-11: 65
- 2026-09-10: 64
- 2026-09-09: 64
- 2026-09-08: 63
- 2026-09-07: 63
- 2026-09-06: 62
- 2026-09-05: 62
- 2026-09-04: 62
- 2026-09-03: 61
- 2026-09-02: 61
- 2026-09-01: 60
- 2026-08-31: 60
- 2026-08-30: 59

## Common questions

### What is the vat.support VAT Compliance MCP server?

vat.support VAT Compliance is an MCP server listed in the public MCP registry as io.github.vmalyshev1/vat-support. EU/UK VAT compliance for AI agents: number validation, rate lookups, reverse-charge checks. This page covers its hosted endpoint (https://snapshot.vat.support/api/mcp).

### Is the vat.support VAT Compliance MCP server safe to use?

vat.support VAT Compliance scores 69 out of 100 on VerifyMCP. 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 vat.support VAT Compliance MCP server expose?

vat.support VAT Compliance exposes 5 tools: reverse_charge_certificate, vat_number_check, vat_rate_lookup, vat_registration_check, vat_compliance_full. Their descriptions and schemas cost roughly 582 tokens of context every time the server is loaded.

### Does the vat.support VAT Compliance MCP server require authentication?

No. We connected to vat.support VAT Compliance without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the vat.support VAT Compliance MCP server still maintained?

vat.support VAT Compliance 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.

## Links

- Remote endpoint: https://snapshot.vat.support/api/mcp
- Website: https://vat.support/api
- Changelog RSS feed: https://verifymcp.io/servers/vmalyshev1-vat-support/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/vmalyshev1-vat-support/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/vmalyshev1-vat-support/api-mcp
