search_lei
ActiveTool of Gleif
Search the GLEIF LEI registry by legal entity name. Returns matched entities with their 20-character LEI, jurisdiction, status, and BIC/ISIN cross-references. Use the LEI to resolve canonical identity across SEC, OpenSanctions, and counterparty databases.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "Apple Inc"
},
{
"query": "Deutsche Bank",
"status": "ACTIVE",
"country": "DE",
"page_size": 50
}
],
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Legal entity name (full or partial)"
},
"status": {
"enum": [
"ACTIVE",
"LAPSED",
"INACTIVE",
"PENDING",
"NULL"
],
"type": "string",
"description": "ACTIVE | LAPSED | INACTIVE | PENDING | NULL"
},
"country": {
"type": "string",
"description": "Restrict to a jurisdiction (ISO 3166-1 alpha-2, e.g., \"US\", \"DE\")"
},
"page_size": {
"type": "number",
"description": "1-200 (default 25)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Gleif
https://github.com/pipeworx-io/mcp-gleif
1/7 registries