lookup_lei
ActiveTool of The Mine Works
declared in 1.0.0
Look up a company Legal Entity Identifier (LEI) in the official GLEIF registry by legal name. Returns LEI code, registration status, legal address, and entity status. Authoritative source for verifying a company legally exists.
Parameters schema
{
"type": "object",
"required": [
"legalNames"
],
"properties": {
"legalNames": {
"type": "array",
"items": {
"type": "string"
},
"description": "Company legal names (e.g. [\"Apple Inc.\"])"
},
"matchesPerName": {
"type": "integer",
"default": 3,
"description": "Max matches per name (default 3)"
}
}
}Parent server
The Mine Works
1/7 registries