INDIVIDUAL MCP TOOL
validate_iban
Deterministic IBAN check before a SEPA/international transfer: format regex, per-country length (public SWIFT registry, ~85 countries) and ISO 7064 mod-97 checksum.
LIVE ENDPOINT
https://data.greeneris.io/mcp
Connect to this endpoint to inspect the live schema for validate_iban and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
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).