Loading MCP server directory, please wait...
Sanctions/watchlist screening (RF, OFAC, EU, UK, UN) with confidence levels for KYC/AML.
npx @getmcp/cli add io.github.atomno-mcp/mcp-sanctionsRequires Python 3.10+. Community-contributed server. Review source before installing.
MCP_SANCTIONS_API_KEYAPI key (Pro tier) for sanctions/watchlist screening against public lists.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.atomno-mcp/mcp-sanctions": {
"command": "uvx",
"args": [
"atomno-mcp-sanctions"
],
"env": {
"MCP_SANCTIONS_API_KEY": ""
}
}
}
}