Data Collection
greeneris.io
Provides one-call verification and due diligence data on European companies, including registry status, sanctions screening, VAT, and financial health checks.
ENDPOINT 1
https://data.greeneris.io/mcp
MCP server metadata
- Name
- eu-verify
- Version
- 1.28.1
European business verification for AI agents. Flagship: verify_company_eu, a one-call pass/review/fail verdict on any company across 9 national registries (FR, UK, IE, NO, FI, SK, PL, CZ, CH) -- existence, status, insolvency signals, VAT, LEI, sanctions, EORI, domain age, with per-check sources and timestamps. Plus per-country lookups, sanctions screening, VAT/SIRET/IBAN/EORI validation, LEI resolution, address and email checks, French business-day deadlines and EU public tenders. Paid per call in USDC on Base via the x402 protocol: call a tool, receive a payment quote in _meta, retry with payment attached (any x402-aware MCP client automates this). Full HTTP catalog (50+ data endpoints): https://data.greeneris.io/llms.txt
Known tools 19
verify_company_euOne-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.
Inferred read-onlyverify_supplier_frOne-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.
Inferred read-onlyscreen_sanctionsScreen 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.
Inferred read-onlylookup_company_frOfficial French company registry search via recherche-entreprises.
Inferred read-onlycheck_insolvency_frLegal announcements from the French BODACC official gazette for one company, by SIREN (Luhn-validated).
Inferred read-onlyinvoice_ready_frOne-call compliance check for the French e-invoicing reform (from 2026-09-01 the customer's SIREN is a mandatory invoice mention).
Potential side effectsvalidate_vat_euLive intra-EU VAT number validation via the European Commission VIES REST API (real-time query of the member state registry).
Inferred read-onlyvalidate_siret_frInstant pre-validation of French company numbers before invoicing or costly Sirene API calls.
Inferred read-onlyvalidate_ibanDeterministic IBAN check before a SEPA/international transfer: format regex, per-country length (public SWIFT registry, ~85 countries) and ISO 7064 mod-97 checksum.
Potential side effectscheck_eoriLive 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.
Inferred read-onlylookup_leiLegal entity reference data from the GLEIF LEI golden copy (updated daily, CC0).
Inferred read-onlylei_ownershipWho owns whom, from the official GLEIF LEI graph (CC0 licensed, covers 2.
Inferred read-onlyverify_address_frFrench address geocoding on the official Base Adresse Nationale (api-adresse.
Inferred read-onlyvalidate_emailOne-call email verification for lead qualification and list hygiene: RFC 5322 syntax check, then a live MX lookup over DNS-over-HTTPS (Cloudflare, Google fallback).
Potential side effectsfind_public_tenders_euFresh EU public procurement notices from TED (Tenders Electronic Daily, official Publications Office API, new notices daily).
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for greeneris.io was fetched 2026-07-27T03:26:46.739Z.
greeneris.io is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.