INDIVIDUAL MCP TOOL
check_eori
Live EORI (Economic Operators Registration and Identification) validation via the European Commission EOS/DDS2 service -- the number every business needs to clear customs in the EU.
LIVE ENDPOINT
https://data.greeneris.io/mcp
Connect to this endpoint to inspect the live schema for check_eori and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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-verify]
url = "https://data.greeneris.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"eu-verify": {
"type": "http",
"url": "https://data.greeneris.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: eu-verify
Remote MCP URL: https://data.greeneris.io/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-verify": {
"url": "https://data.greeneris.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"eu-verify": {
"type": "http",
"url": "https://data.greeneris.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "eu-verify",
"transport": "streamable-http",
"url": "https://data.greeneris.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
verify_company_eu— One-call verification of a European company: official registry existence and status, insolvency signals, VAT (VIES), LEI (GLEIF), sanctions screening (EU/OFAC/UN/UK/FR), EORI and domain age, condensed into a pass/review/fail verdict with per-check source, timestamp and an explicit coverage map.verify_supplier_fr— One-call due diligence on a French company by SIREN or SIRET: checksum, existence and status (SIRENE), insolvency proceedings (BODACC), VAT validity (VIES) and sanctions screening across EU/OFAC/UN/UK/FR lists, condensed into a risk verdict (low, medium, high or critical) with reasons and a 0-100 score.screen_sanctions— Screen a name against the five official sanctions lists (EU, US OFAC SDN, UN, UK FCDO, French asset freezes) from a snapshot refreshed daily, with per-list dates.lookup_company_fr— Official French company registry search via recherche-entreprises.lookup_company_uk— Official UK Companies House data in one paid call.check_insolvency_fr— Legal announcements from the French BODACC official gazette for one company, by SIREN (Luhn-validated).lookup_financials_fr— Annual accounts filed with the French RNE (INPI).invoice_ready_fr— One-call compliance check for the French e-invoicing reform (from 2026-09-01 the customer's SIREN is a mandatory invoice mention).