screen_name
ActiveTool of com.watchtower-api/sanctions-screening
Screen a person/company/vessel name against OFAC (SDN + Consolidated), UN, EU, UK, Canada, Australia, France, Switzerland, US export-control (BIS/State), and US SAM procurement/benefit exclusions. Deterministic, typo-tolerant fuzzy matching. Costs $0.02 per call, debited from your API key credit.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"name"
],
"properties": {
"dob": {
"type": "string",
"maxLength": 40,
"description": "Date of birth or birth year; excludes candidates whose known DOB contradicts it"
},
"name": {
"type": "string",
"maxLength": 500,
"minLength": 2
},
"types": {
"type": "array",
"items": {
"enum": [
"person",
"entity",
"vessel",
"aircraft"
],
"type": "string"
}
},
"api_key": {
"type": "string",
"description": "Watchtower API key. REQUIRED for this paid tool. If you do not have one, FIRST call create_api_key (free, includes trial credit), then pass the returned key here. Alternatively pay per call via x402 with no key."
},
"threshold": {
"type": "number",
"maximum": 1,
"minimum": 0.5
},
"nationality": {
"type": "string",
"maxLength": 60,
"description": "Nationality/country; excludes candidates whose known nationality contradicts it"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.watchtower-api/sanctions-screening
https://github.com/Mazeh18/watchtower-mcp
1/7 registries