Server data from the Official MCP Registry
FREE EU VAT (VIES) + IBAN checks. Paid: sanctions screening, KYB, e-invoice validation (x402)
About
FREE EU VAT (VIES) + IBAN checks. Paid: sanctions screening, KYB, e-invoice validation (x402)
Remote endpoints: streamable-http: https://mcp.eucompliance.tools/mcp
Security Report
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
8 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Connect
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-patrickpi1312-eu-compliance": {
"url": "https://mcp.eucompliance.tools/mcp"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
EU Compliance Tools for AI Agents — pay per call in USDC (x402), no account
Machine-payable EU compliance APIs. An AI agent calls an endpoint, gets HTTP 402 Payment Required,
pays a fraction of a cent in USDC on Base, repeats the call and receives the result.
No account, no API key, no subscription, no minimum. Also available as an MCP server
for Claude, Claude Code and other agent runtimes.
Catalog: https://eucompliance.tools · Machine-readable: /llms.txt · /agents.json
| Tool | What it answers | Price |
|---|---|---|
| Agent spend bookkeeping | What did my agent spend, in EUR, with which VAT treatment? Chain → EUR (ECB rate) → CSV for accounting | $0.50 |
| EU sanctions screening | Is this person or company on the official EU consolidated sanctions list? (AML/KYC) | $0.05 |
| EU VAT rules engine | Place of supply, reverse charge, EN 16931 category + exemption codes for e-invoicing | $0.02 |
| EU VAT ID validation | Live VIES register check, returns registered name and address | $0.002 |
| IBAN validation | Checksum and country structure | $0.002 |
| Receipt / invoice extraction | Photo or PDF → structured JSON (vendor, date, total, VAT, line items), DACH-optimised | $0.10 |
Every answer carries its official source and data date, so results are auditable. Sanctions data comes from the European Commission's Financial Sanctions Files and is re-indexed daily.
Quick start (Python)
pip install "x402[evm]" requests
import requests
from eth_account import Account
from x402.client import x402ClientSync
from x402.http.clients.requests import wrapRequestsWithPayment
from x402.mechanisms.evm.exact.register import register_exact_evm_client
from x402.mechanisms.evm.signers import EthAccountSigner
account = Account.from_key("0x...") # wallet funded with USDC on Base
client = x402ClientSync()
register_exact_evm_client(client, EthAccountSigner(account), networks="eip155:8453")
session = wrapRequestsWithPayment(requests.Session(), client)
r = session.get("https://api.eucompliance.tools/x402/counterparty",
params={"name": "Acme GmbH", "vat": "ATU12345678"})
print(r.json()["risk"]) # {'level': 'clear', 'reasons': [...], 'recommendation': '...'}
The payer needs no ETH for gas — settlement is sponsored via EIP-3009 through the Coinbase facilitator.
See examples/ for a runnable script covering every endpoint.
MCP (Claude, Claude Code, other agent runtimes)
claude mcp add --transport http eu-compliance https://mcp.eucompliance.tools/mcp
Tools: check_counterparty_eu, screen_sanctions_eu, eu_vat_rules, validate_vat, validate_iban.
Payment travels in-band with the tool call (_meta); an unpaid call returns machine-readable
payment requirements.
Why pay-per-call
Compliance data is needed in bursts: onboarding a supplier, booking an invoice, paying a new payee. Subscriptions price that badly for agents, and API keys require a human to sign up. With x402 an agent can settle a $0.002 call on its own within its spending policy — no contract, no onboarding.
Endpoints
| Method | Endpoint | Parameters |
|---|---|---|
| GET | /x402/counterparty | name, vat, iban, country (at least one of name/vat/iban) |
| GET | /x402/sanctions | name (required), country, threshold (default 0.85) |
| GET | /x402/vat-rules | supplier, customer, b2b, type (service|goods) |
| GET | /x402/vat/{vat_id} | EU VAT ID, e.g. ATU16170006 |
| GET | /x402/iban/{iban} | IBAN |
| POST | /x402/extract | multipart, field file (JPEG/PNG/WebP/PDF, max 10 MB) |
Base URL: https://api.eucompliance.tools · Protocol: x402 v2, scheme exact,
network eip155:8453 (Base mainnet), asset USDC, facilitator: Coinbase CDP.
Keywords
EU VAT validation API, VIES API, EU sanctions screening API, AML KYC screening, KYB onboarding, reverse charge, place of supply, EN 16931, BT-151, BT-121, XRechnung, ZUGFeRD, Peppol BIS, OSS, IBAN validation, receipt OCR, invoice extraction, x402, agent payments, USDC, Base, MCP server.
Operator & disclaimer
Operated by Kaufmann Installationen, Vienna, Austria — office@installateur1210.at
Results are informational and based on the cited official sources. They are not legal or tax advice. Verify against the cited source before acting on a result.
Licence: MIT (this repository — the examples and documentation).
Reviews
No reviews yet
Be the first to review this server!
More Security MCP Servers
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
FinAgent
Freeby mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.
Google Workspace MCP
Freeby Taylorwilsdon · Productivity
Control Gmail, Calendar, Docs, Sheets, Drive, and more from your AI
