mcpbeat Sign in

VAT Validator MCP Server

answering

VAT Validator MCP is answering right now. Last checked 12 min ago. 118 installs a week from npm. It exposes 2 tools. Last commit 7 Sep 2026.

Validate EU, UK, AU VAT numbers for AI agents. EU ViDA e-invoicing compliance.

Installs per day peak 219 · avg 38 · -24% w/w
a month agotoday
Uptime history 47 days of history · worst day 99%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
2
Tools
read from the server
355 ms
Response time
average over 24h
118
Installs / week
npm and PyPI

What changed 5

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 19 August 2026. No other catalogue keeps this.

7 Sep a tool changed version2 times that day
24 Aug a tool changed version2 times that day
19 Aug a tool changed version
and 2 more, back to 19 August 2026

VAT Validator MCP missed one check this week

Everything else answered, so this is steady rather than shaky. We check every 15 minutes, which is how a one-off gets told apart from the start of a pattern, and how you hear about the next one within the hour instead of from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add vat-validator-mcp --transport http https://vat-validator-mcp-production.up.railway.app
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vat-validator-mcp": {
      "url": "https://vat-validator-mcp-production.up.railway.app"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vat-validator-mcp]
url = "https://vat-validator-mcp-production.up.railway.app"
.cursor/mcp.json
{
  "mcpServers": {
    "vat-validator-mcp": {
      "url": "https://vat-validator-mcp-production.up.railway.app"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vat-validator-mcp": {
      "url": "https://vat-validator-mcp-production.up.railway.app"
    }
  }
}

This one needs environment variables set before it will start: ANTHROPIC_API_KEY (Anthropic API key for AI-powered fraud risk analysis), HMRC_CLIENT_ID (HMRC Developer Hub client ID for UK VAT validation), HMRC_CLIENT_SECRET (HMRC Developer Hub client secret for UK VAT validation). The author declared them in the registry entry; get the values from the project itself.

Available tools 2

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

validate
validate_vat
Validates a VAT number against live government registries. Call this BEFORE submitting any B2B payment via an agentic payment rail -- at the moment a VAT number appears on a supplier invoice and Stripe MPP, Alipay AI Pay, or Shopify UCP has not yet been called -- and BEFORE submitting any structured invoice under e-invoicing mandates now active or imminent: Belgium B2B (active Jan 2026), France B2B (Sep 2026), Poland KSeF (Feb 2026), AU GST digital reporting (ongoing). Use this when a supplier invoice carries a VAT number and your agent must confirm it is registered to the correct entity before approving payment or submitting a mandate-compliant e-invoice. Validates against EU VIES (ec.europa.eu, 27 member states) and AU ABR (abr.business.gov.au) live registries. Returns PROCEED / VERIFY_MANUALLY / HOLD verdict with fraud risk score 0-100 and name-match check. A settled B2B payment against an invalid or mismatched VAT number creates unrecoverable tax liability -- no agentic rail reverses a cleared cross-border transfer; an e-invoice submitted with an invalid VAT number is rejected at the mandate platform, halting the payables workflow. Pass the country_code from this response to get_vat_rates. One call, machine-ready verdict, no further analysis needed.
vat
get_vat_rates
Retrieves current VAT rates for a jurisdiction. Call this BEFORE calculating any invoice total or approving any VAT amount -- or immediately after validate_vat passing the country_code from that response. Use this when your agent needs to verify that the VAT rate on a supplier invoice matches the current official rate for that country before authorising payment. Returns current standard and reduced VAT rates for the jurisdiction. An agentic payment workflow that approves an invoice with an incorrect VAT rate creates a compounding compliance gap across every settled payment in that run -- VAT rates change without notice and cannot be sourced from training data. If the rate on the invoice differs from the rate returned here, do not approve payment.

Endpoints

URLTransportStateLatencyChecked
https://vat-validator-mcp-production.up.railway.app streamable-http answering 332 ms 12 min ago

Alternatives to VAT Validator MCP

same job, measured the same way
vat.support VAT Compliance
by vmalyshev1

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

5 tools answering
Compliance Shield
by mdfifty50-boop

ZATCA, UAE CT, EU AI Act regulatory compliance for AI agents

41 installs/wk local only
Facture Électronique France
by cmendezs

MCP server for French e-invoicing (XP Z12-013). Manages invoices, validation and compliance.

170 installs/wk local only
Saperly
by idanbier999

Phone carrier for AI agents. Provision numbers, make calls, send SMS, TCPA compliance built-in.

23 installs/wk local only
I
Dropcoin Validation
by freshfos

EU compliance checks for AI agents: sanctions, company, VAT ID, IBAN, email. Pay per call.

6 tools answering
MCP E-Invoicing Core
by cmendezs

Base package for e-invoicing MCP servers. Compliance logic and signing keys stay with you.

2 977 installs/wk local only
D
Skowron Compliance Gateway
by workers-mattskowronis-skowron-compliance-gateway

OFAC, LEI, EU VAT, AI Act, and company compliance preflight for agents.

5 tools answering
C
DataNexus MCP
by datanexusmcp

Public data intelligence for AI agents — CVE, compliance, patents, contracts, domains.

1 361 installs/wk 55 tools answering

VAT Validator MCP — questions

Answers built from our own checks of this server.

What can VAT Validator MCP do?
It exposes 2 tools, read directly from the server on our last check. Among them: get_vat_rates, validate_vat. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is VAT Validator MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 355 ms. The bar chart above shows every period we have measured.
How do I connect VAT Validator MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does VAT Validator MCP need an API key?
No. VAT Validator MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 2 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is VAT Validator MCP?
It answers our handshake in 355 ms on average, which is faster than 43% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use VAT Validator MCP?
The npm package vat-validator-mcp was installed 118 times in the last week. Week over week that is -24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is VAT Validator MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.