SA
Sugra API
/sugra_entity_lookup
sugra entity lookup
Resolve an entity by identifier and return its composed KYB envelope. `anchor` is `lei` (Legal Entity Identifier, resolved via the GLEIF registry) or `vat` (EU
liveunknown~5s typical
mcpsugraapi
$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-ai-sugra-api-mcp /sugra_entity_lookup for me.
Input
| Field | Type | Description |
|---|---|---|
| anchor* | string (lei | vat) | |
| value* | string | |
| include | string |
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-ai-sugra-api-mcp","endpoint":"/sugra_entity_lookup","input":{"anchor":"lei","value":"..."}}'cli
npx cracked-ai run -p mcp-ai-sugra-api-mcp -e /sugra_entity_lookup -i '{"anchor":"lei","value":"..."}'mcp
run_tool({ provider: "mcp-ai-sugra-api-mcp", endpoint: "/sugra_entity_lookup", input: {"anchor":"lei","value":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.