INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://lei.online/mcp
Connect to this endpoint to inspect the live schema for browse_directory 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.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.
Related tools
search_entities— Find a legal entity by name, registration number or LEI.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.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.register_pulse— How many identifiers are live, how fast they are being issued, and the records published most recently.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.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.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.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.