Connector guide2-minute read1 MCP toolsEnglish · Deutsch · Italiano

VIES VAT Validation mit Gemini verbinden — über MCP

Validate EU VAT numbers via the European Commission VIES (VAT Information Exchange System) REST API. Confirms that a VAT number is registered for intra-Community trade and returns the trader name and address when the member state exposes them.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

VIES VAT Validation

MCP connector

VIES VAT Validation

Validate EU VAT numbers via the European Commission VIES (VAT Information Exchange System) REST API. Confirms that a VAT number is registered for intra-Community trade and returns the trader name and address when the member state exposes them.

Tools

1

Region

EU

Category

Government

Authentication

Public API

Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the VIES VAT Validation in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

TL;DR

Validate EU VAT numbers via the European Commission VIES (VAT Information Exchange System) REST API. Confirms that a VAT number is registered for intra-Community trade and returns the trader name and address when the member state exposes them.

💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → VIES VAT Validation klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

VIES VAT Validation + Gemini

Validate EU VAT numbers via the European Commission VIES (VAT Information Exchange System) REST API. Confirms that a VAT number is registered for intra-Community trade and returns the trader name and address when the member state exposes them.

Voraussetzungen

Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:

(none — public API)

Schritt 1 — Zugangsdaten holen

Use for B2B invoice compliance: before issuing an intra-EU invoice without VAT, confirm the buyer's VAT number is valid via this adapter.

Country codes: ISO 3166-1 alpha-2, plus EL for Greece and XI for Northern Ireland. Common codes: DE, AT, FR, IT, ES, NL, BE, PL, DK, SE, FI, IE, PT, CZ, HU, RO.

Format: VAT number must NOT include the country code prefix (e.g. for DE123456789 pass countryCode='DE' and vatNumber='123456789').

Response: valid: true/false, plus name and address when provided by the member state. Some countries (DE, ES) do not return name/address for privacy reasons — in that case only valid is authoritative.

…(continued in the in-app connector instructions)

Schritt 2 — Adapter installieren

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Schritt 3 — Connector in Gemini hinzufügen

Gemini CLI liest MCP-Server aus ~/.gemini/settings.json (oder %APPDATA%\gemini\settings.json unter Windows). Hinzufügen:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Hole deinen MCP API Key aus AnythingMCP → Profil → MCP API Keys → Neuer Key.
  2. Speichern und gemini neu starten.
  3. /mcp in Gemini CLI ausführen — VIES VAT Validation sollte als verfügbar gelistet sein.
  4. Vertex AI Studio: https://cloud.anythingmcp.com/mcp im tools-Array der Anfrage mit demselben Bearer-Header übergeben.

Verfügbare Tools

ToolWhat it does
vies_check_vatCheck whether an EU VAT number is valid and, when available, return the registered trader name and address

FAQ

Unterstützen Gemini 1.5 Pro oder 2.x MCP? Ja — Gemini CLI ≥ 0.4 und die Vertex AI Tools API akzeptieren MCP httpUrl-Connectors mit Bearer-Header.

Nächste Schritte

War dieser Guide hilfreich?

Ready to ship

Your VIES agent is one click away.

Install the connector, paste the key, prompt Gemini. Free for 7 days, no credit card.

Verwandte Anleitungen

connectors

VIES VAT Validation mit ChatGPT verbinden — über MCP

Validate EU VAT numbers via the European Commission VIES (VAT Information Exchange System) REST API. Confirms that a VAT number is registered for intra-Community trade and returns the trader name and address when the member state exposes them.

connectors

VIES VAT Validation mit Claude verbinden — über MCP

Validate EU VAT numbers via the European Commission VIES (VAT Information Exchange System) REST API. Confirms that a VAT number is registered for intra-Community trade and returns the trader name and address when the member state exposes them.

connectors

VIES VAT Validation mit Cursor verbinden — über MCP

Validate EU VAT numbers via the European Commission VIES (VAT Information Exchange System) REST API. Confirms that a VAT number is registered for intra-Community trade and returns the trader name and address when the member state exposes them.

connectors

VIES MCP Server — EU-USt-IdNr. mit KI-Agenten validieren

EU-USt-IdNr. aus jedem KI-Agenten via MCP prüfen. Der integrierte VIES-Adapter in AnythingMCP — kostenlos, ohne API-Key, B2B-rechnungstauglich.

SB
connectors

SAP Business One mit Gemini verbinden — über MCP

Drive SAP Business One ERP (popular Mittelstand SMB target in DACH) from any AI agent: business partners, items, sales orders, A/R invoices, quotations, deliveries. Service Layer OData v4. Session-cookie auth via /Login.

SC
connectors

SAP Concur mit Gemini verbinden — über MCP

Manage Concur expense reports, approvals, attendees, locations, users and travel itineraries from any AI agent. OAuth 2.0 refresh-token flow. Free developer sandbox on developer.concur.com.