C
capabilities
/entity_lei_search
Search legal entities by name in the GLEIF LEI register
Find Legal Entity Identifiers by company name in the global GLEIF register, optionally narrowed to one country. Returns the LEI, legal name, registration and en
liveunknown~5s typical
mcpcapabilities
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-eckari-capabilities /entity_lei_search for me.
Input
| Field | Type | Description |
|---|---|---|
| q* | string | Legal entity name or name fragment. GLEIF applies its own matching to this value; Eckari d |
| country | string | ISO 3166-1 alpha-2 country code of the entity's legal address, used to narrow the search ( |
| limit | integer | Maximum number of entities to return. Capped at 25 because that is the most records one fu default 10 |
| offset | integer | Zero-based offset into the result set for paging. Pass back page.next_offset from the prev |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-eckari-capabilities","endpoint":"/entity_lei_search","input":{"q":"...","limit":10}}'cli
npx cracked-ai run -p mcp-com-eckari-capabilities -e /entity_lei_search -i '{"q":"...","limit":10}'mcp
run_tool({ provider: "mcp-com-eckari-capabilities", endpoint: "/entity_lei_search", input: {"q":"...","limit":10} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.