create_watch
ActiveTool of com.watchtower-api/sanctions-screening
Monitor a name against all sanctions + US export-control lists. When the daily list refresh changes that name's match set, we POST a "watch_changed" event to your webhook. $0.01/day, prepaid, debited from your API key credit. Max 90 days.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"name",
"webhook_url"
],
"properties": {
"days": {
"type": "integer",
"default": 30,
"maximum": 90,
"minimum": 1
},
"name": {
"type": "string",
"maxLength": 500,
"minLength": 2
},
"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
},
"webhook_url": {
"type": "string",
"maxLength": 500,
"minLength": 10
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.watchtower-api/sanctions-screening
https://github.com/Mazeh18/watchtower-mcp
1/7 registries