Sanctions/watchlist screening (RF, OFAC, EU, UK, UN) with confidence levels for KYC/AML.
Скрининг по санкционным перечням прямо в AI-ассистенте — sanctions and watchlist screening for persons and organizations: Rosfinmonitoring, OFAC SDN, EU consolidated, UK OFSI, UN Security Council. Works in Cursor, Claude Desktop, Cline, and any MCP client.
Проверьте контрагента или физлицо по публичным перечням за один вызов — с нейтральной выдачей (уровень совпадения, версия перечня, дата проверки) и обязательной ручной верификацией.
Инструмент не выносит суждений о лице и не является основанием для решений сам по себе. Список отказников ЦБ не поддерживается (не публичен).
pipx install atomno-mcp-sanctions
# или: uvx atomno-mcp-sanctions
Cursor / Claude Desktop (mcp.json):
{
"mcpServers": {
"sanctions": {
"command": "uvx",
"args": ["atomno-mcp-sanctions"],
"env": { "MCP_SANCTIONS_API_KEY": "<ваш-ключ-Pro>" }
}
}
}
| Переменная | Описание | Обязательна |
|---|---|---|
MCP_SANCTIONS_API_KEY | Ключ Pro (заголовок X-API-Key). Получить | да |
MCP_SANCTIONS_API_BASE | URL hosted-бэкенда (default: https://api.atomno-mcp.ru/sanctions) | нет |
MCP_SANCTIONS_TIMEOUT | Таймаут HTTP, сек (default: 30) | нет |
MCP_SANCTIONS_LOG_LEVEL | Уровень логов (перебивается --log-level) | нет |
atomno-mcp-sanctions --help
atomno-mcp-sanctions --version
atomno-mcp-sanctions --transport stdio
Каждый ответ содержит поле disclaimer: инструмент сообщает только о совпадении
с записью публичного перечня на указанную дату; данные могут устаревать.
Ответственность за принимаемые решения несёт пользователь.
MIT — см. LICENSE.
Не аффилировано с Росфинмониторингом, OFAC, Еврокомиссией, HM Treasury или ООН.
Source-derived launch command. Check the maintainer’s required arguments and credentials before running:
uvx atomno-mcp-sanctionsMerge this template into ~/Library/Application Support/Claude/claude_desktop_config.json. Keep existing servers. Add any arguments, credentials, and permissions required by the maintainer; this template has not been install-tested.
{
"mcpServers": {
"io-github-atomno-mcp-mcp-sanctions": {
"command": "uvx",
"args": [
"atomno-mcp-sanctions"
]
}
}
}Restart Claude Desktop completely for changes to take effect. Confirm the server appears connected in the client’s tool list, then try a read-only example from its documentation.
Claude Desktop setup referencemcp-sanctions works with any MCP-compatible client. Copy the config snippet from the Configuration section above and add it to the file shown for your client, then restart the application.
~/Library/Application Support/Claude/claude_desktop_config.jsonRestart Claude Desktop completely for changes to take effect.~/.cursor/mcp.jsonRestart Cursor for changes to take effect..vscode/mcp.jsonReload VS Code window for changes to take effect.~/.codeium/windsurf/mcp_config.jsonRestart Windsurf for changes to take effect..mcp.jsonSave at the project root, then start Claude Code in that project and review the MCP server approval prompt. Keep real credentials out of shared files.