sanctions_screen_entity
ActiveTool of io.github.blackboxfoundry/livedatalink
Screen a single name or entity against the four major sanctions / denied-party lists (OFAC SDN, EU consolidated, UN consolidated, BIS DPL). Returns matches with confidence scores. Free tier: 50 screens/month; standard rate $0.05/screen.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Name or entity string to screen."
},
"limit": {
"type": "number",
"description": "Maximum matches to return. Defaults vary per tool."
},
"sources": {
"type": "array",
"items": {
"enum": [
"OFAC_SDN",
"EU_CFSP",
"UN_SC",
"BIS_DPL"
],
"type": "string"
},
"description": "Restrict screening to a subset of source lists. Defaults to all four. Allowed: OFAC_SDN, EU_CFSP, UN_SC, BIS_DPL."
},
"threshold": {
"type": "number",
"description": "Minimum confidence score (0..1) for a result to be returned. Defaults to 0.85."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries