Sugra API
SA
Sugra API
/sugra_entity_screen

sugra entity screen

Screen a person or organization name against the Sugra sanctions corpus. Returns a SCREENING SIGNAL, not a compliance determination. Sugra is a technology prov

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_screen for me.

Input

FieldTypeDescription
name*string
countrystring
dobstring
nationalitystring

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_screen","input":{"name":"..."}}'
cli
npx cracked-ai run -p mcp-ai-sugra-api-mcp -e /sugra_entity_screen -i '{"name":"..."}'
mcp
run_tool({ provider: "mcp-ai-sugra-api-mcp", endpoint: "/sugra_entity_screen", input: {"name":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.