Install
openclaw skills install mcp-sanctions-checkCheck names against the OFAC SDN (Specially Designated Nationals) sanctions list via MCP. Downloads and caches official SDN CSV, auto-refreshes every 24h. Case-insensitive token matching with optional country filter. Use when agents need compliance screening before financial transactions.
openclaw skills install mcp-sanctions-checkScreen names against the US Treasury OFAC Specially Designated Nationals list.
{
"mcpServers": {
"sanctions-check": {
"command": "npx",
"args": ["-y", "@vbotholemu/mcp-sanctions-check"]
}
}
}
check_sanctions| Parameter | Type | Required | Description |
|---|---|---|---|
| name | string | yes | Name to check against SDN list |
| country | string | no | Country to narrow results |
Check "John Doe" → returns match status, matched entries with type/programs/remarks, and timestamp.