Screen names against the US Treasury OFAC SDN list with advanced fuzzy matching. 18,700+ sanctioned entities. Jaro-Winkler, phonetic, and token-set algorithms. Essential for KYC/AML compliance.
Server Config
{
"mcpServers": {
"ofac": {
"command": "npx",
"args": [
"-y",
"@easysolutions906/mcp-ofac"
]
}
}
}