← Registry

Databases

lei.online

Provides access to legal entity and company registration data from the Global LEI Index and national registers.

1 endpoint12 known toolsFirst detected September 2, 2026Last detected September 2, 2026

ENDPOINT 1

https://lei.online/mcp

No auth detected

MCP server metadata

Name
lei.online
Version
0.0.0
Capabilities
promptsresourcestools
Server instructions

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

search_entities

Find a legal entity by name, registration number or LEI.

Inferred read-only
get_entity

One 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-only
get_company

One 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-only
register_pulse

How many identifiers are live, how fast they are being issued, and the records published most recently.

Inferred read-only
browse_directory

Every 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-only
list_directory

One 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-only
list_issuers

Every 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-only
get_issuer

One 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-only
issuance_by_country

How many LEIs were issued each month, per country, over the last twelve complete months - the current, partial month is left out.

Inferred read-only
lei_overpayment

An 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-only
recent_registrations

The identifiers most recently issued, newest first, worldwide or within one country.

Inferred read-only
get_relations

The consolidation relationships around one LEI - who owns it and what it owns - as nodes and edges out to `depth` hops.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.