company_lookup
ActiveTool of ai.dynamicfeed/dynamic-feed
Resolve a company name (or exact 20-char LEI) to its authoritative global Legal Entity Identifier + canonical legal name, address, status and local registration, from GLEIF (CC0 public domain, keyless). The deterministic join key to sanctions_screen and sec_filings — an LLM can't reliably map a name to a real, currently-active registered entity. Pass {"query":"Apple Inc"} or {"lei":"HWUPKR0MPOU8FGXBT394"}; optional `country` (ISO-2) filter. Confirm against the official register before acting. Every value is returned in an Ed25519-signed, provenance-stamped envelope (source and observation time) you can verify offline against /.well-known/keys, no account required.
Parameters schema
{
"type": "object",
"title": "company_lookupArguments",
"properties": {
"lei": {
"type": "string",
"title": "Lei",
"default": ""
},
"limit": {
"type": "integer",
"title": "Limit",
"default": 5
},
"query": {
"type": "string",
"title": "Query",
"default": ""
},
"country": {
"type": "string",
"title": "Country",
"default": ""
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ai.dynamicfeed/dynamic-feed
1/7 registries