Sanctions Check
Freeby MCP Community
MCP tool that checks names against the OFAC SDN sanctions list
v1.0.0Added Apr 12, 2026
mcpsanctionsofacsdncompliance
Sanctions Check MCP Server
MCP tool that checks names against the OFAC SDN sanctions list
Installation
npx -y @vbotholemu/mcp-sanctions-check
Reviews
Installation
Quick install
npx -y @vbotholemu/mcp-sanctions-check
Add to claude_desktop_config.json
{
"mcpServers": {
"sanctions-check": {
"command": "npx",
"args": ["-y", "@vbotholemu/mcp-sanctions-check"]
}
}
}