OFAC SDN Screening
OS
OFAC SDN Screening
/screen_sdn

screen sdn

Screen a name against the public OFAC SDN list. Returns a verdict (no-match / potential-match) and ranked matches with the OFAC list entry and the field that ma

liveverifiedunknown~5s typical
mcpprobedofacsdnscreening
$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-bonissystems-ofac-sdn-screening /screen_sdn for me.

Input

FieldTypeDescription
name*stringThe name to screen (person, entity, vessel, or aircraft).
countrystringOptional country to narrow matches.
identifierstringOptional government/registration identifier.
sdnTypestring (Entity | Individual | Vessel | Aircraft)Optional SDN record type.

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-bonissystems-ofac-sdn-screening","endpoint":"/screen_sdn","input":{"name":"..."}}'
cli
npx cracked-ai run -p mcp-com-bonissystems-ofac-sdn-screening -e /screen_sdn -i '{"name":"..."}'
mcp
run_tool({ provider: "mcp-com-bonissystems-ofac-sdn-screening", endpoint: "/screen_sdn", input: {"name":"..."} })

Try it

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