Databases
lei.online
Provides access to legal entity and company registration data from the Global LEI Index and national registers.
ENDPOINT 1
https://lei.online/mcp
MCP server metadata
- Name
- lei.online
- Version
- 0.0.0
Search and read legal entity records from the Global LEI Index and the national company register behind it. Every tool here is read-only. An identifier cannot be ordered, transferred or renewed through this surface: GLEIF requires a verified authorised representative of the legal entity, so an order is prepared on the website and approved by that person from a link sent to their email.
Known tools 12
get_entityOne golden copy record by its LEI, with the issuing LOU and the register the entity was verified against named rather than left as codes.
Inferred read-onlyget_companyOne company from the national register by its registration number, carrying its LEI when it holds one - and saying so plainly when it does not, which is a different answer from the company not existing.
Inferred read-onlyregister_pulseHow many identifiers are live, how fast they are being issued, and the records published most recently.
Inferred read-onlybrowse_directoryEvery way the register divides up, with how many are in each group: by country, by issuing LOU and by legal form across the Global LEI Index, and by county, municipality and industry across the national company corpus.
Inferred read-onlylist_directoryOne page of the entities or companies in a single group - every LEI registered in a country, everything one LOU maintains, every company in a municipality or an industry.
Inferred read-onlylist_issuersEvery GLEIF-accredited LEI issuer (LOU): the country it is based in, its website, the day it was accredited, and how many LEIs it manages in the Global LEI Index, largest first.
Inferred read-onlyget_issuerOne issuer, by its own LEI from `list_issuers`: the summary plus the portfolio it manages - counts by the year each entity was first registered, counts by jurisdiction, and the transfers observed in and out.
Inferred read-onlyissuance_by_countryHow many LEIs were issued each month, per country, over the last twelve complete months - the current, partial month is left out.
Inferred read-onlylei_overpaymentAn estimate of how much organizations overpay for their LEIs worldwide, against this operator's price: a yearly figure and a running total, each in USD, SEK and EUR, plus the per-second rate and the instant the total was taken so a caller can count it forward.
Inferred read-onlyrecent_registrationsThe identifiers most recently issued, newest first, worldwide or within one country.
Inferred read-onlyget_relationsThe consolidation relationships around one LEI - who owns it and what it owns - as nodes and edges out to `depth` hops.
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.lei-online]
url = "https://lei.online/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lei-online": {
"type": "http",
"url": "https://lei.online/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lei-online
Remote MCP URL: https://lei.online/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": {
"lei-online": {
"url": "https://lei.online/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lei-online": {
"type": "http",
"url": "https://lei.online/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lei-online",
"transport": "streamable-http",
"url": "https://lei.online/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.