screen_names_batch
ActiveTool of com.watchtower-api/sanctions-screening
Screen up to 500 names in one call against OFAC SDN, OFAC Consolidated, UN, EU, and UK OFSI sanctions lists. Costs $0.015 per name (25% below single-call price), debited from your API key credit.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"names"
],
"properties": {
"names": {
"type": "array",
"items": {
"type": "string",
"maxLength": 500,
"minLength": 2
},
"maxItems": 500,
"minItems": 1
},
"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
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
com.watchtower-api/sanctions-screening
https://github.com/Mazeh18/watchtower-mcp
1/7 registries