Security & Testing
eucompliance.tools
Provides EU VAT and IBAN validation, sanctions screening, and counterparty due diligence for regulatory compliance.
ENDPOINT 1
https://mcp.eucompliance.tools/mcp
MCP server metadata
- Name
- eu-finance-tools
EU compliance tools for agents - no account, no API key. FREE: validate_vat (live EU VIES register with registered name and address) and validate_iban. PAID per call in USDC on Base via x402: screen_sanctions_eu (AML/KYC against the official EU consolidated sanctions list, updated daily), eu_vat_rules (place of supply, reverse charge, EN 16931 codes), check_counterparty_eu (KYB in one call), validate_einvoice_eu (EN 16931 / XRechnung / ZUGFeRD validation), and verify_compliance_receipt (FREE: verify a signed result). Every paid result carries a cryptographically signed, independently verifiable compliance receipt. Prices $0.02-$0.10 per call, payable in USDC on Base (eip155:8453) via x402 in-band payment (_meta). An unpaid call returns machine-readable payment requirements; pay and repeat the call to receive the result.
Known tools 9
validate_vatFREE, no payment required: validate an EU VAT ID against the live EU VIES register and get the registered name and address where the member state publishes them.
Potential side effectsvalidate_ibanFREE, no payment required: validate an IBAN (checksum and country structure, all countries).
Potential side effectsscreen_sanctions_euSanctions screening (AML/KYC) against three official lists in one call: EU (European Commission FSF), UN Security Council, and UK (HM Treasury OFSI) - over 12,000 listed entities, 50,000 name variants, re-indexed daily.
Inferred read-onlyeu_vat_rulesEU VAT decision engine for invoices and e-invoicing (XRechnung, ZUGFeRD, Peppol BIS, OSS): given supplier country, customer country, B2B/B2C and goods/service it returns place of supply, whether to charge VAT, the rate, the EN 16931 VAT category code (BT-151), the exemption reason code (BT-121), ready-to-use invoice wording in English and German, and the legal article of the VAT Directive.
Potential side effectscheck_counterparty_euCounterparty due diligence (KYB) in one call: validates an EU VAT ID against the live VIES register, screens the name against the official EU consolidated sanctions list, checks the IBAN, and returns a traffic-light verdict (clear / review / blocked) with reasons and a recommendation.
Inferred read-onlyvalidate_einvoice_euValidate an electronic invoice against EN 16931 (XRechnung, ZUGFeRD/Factur-X, Peppol BIS, UBL or CII): detects syntax and profile, checks mandatory fields, the arithmetic consistency of all totals, the VAT breakdown and category rules (reverse charge, intra-Community supply, export).
Potential side effectsverify_compliance_receiptFREE, no payment required: verify a compliance receipt issued by eucompliance.
Potential side effectslookup_company_euCompany register lookup straight from the official national registers: Norway (Brønnøysund), Czechia (ARES), Finland (PRH/YTJ), Slovakia (RPO), Poland (KRS).
Inferred read-onlyagent_spend_statementTurn an AI agent's own crypto spending into a bookkeeping statement: reads every USDC payment of the wallet from Base, converts each to EUR at the ECB reference rate of the payment date, groups by payee, states the VAT treatment (reverse charge for services bought abroad, Art.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.eu-finance-tools]
url = "https://mcp.eucompliance.tools/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"eu-finance-tools": {
"type": "http",
"url": "https://mcp.eucompliance.tools/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: eu-finance-tools
Remote MCP URL: https://mcp.eucompliance.tools/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"eu-finance-tools": {
"url": "https://mcp.eucompliance.tools/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"eu-finance-tools": {
"type": "http",
"url": "https://mcp.eucompliance.tools/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "eu-finance-tools",
"transport": "streamable-http",
"url": "https://mcp.eucompliance.tools/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for eucompliance.tools was fetched 2026-08-03T12:49:23.161Z.
eucompliance.tools is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.