mcp-sanctions

Sanctions/watchlist screening (RF, OFAC, EU, UK, UN) with confidence levels for KYC/AML.

OtherPythonv0.1.1

atomno-mcp-sanctions

Скрининг по санкционным перечням прямо в 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.

Проверьте контрагента или физлицо по публичным перечням за один вызов — с нейтральной выдачей (уровень совпадения, версия перечня, дата проверки) и обязательной ручной верификацией.

Инструмент не выносит суждений о лице и не является основанием для решений сам по себе. Список отказников ЦБ не поддерживается (не публичен).

Что умеет

  • screen_person — скрининг физлица по ФИО (+ опционально дата рождения).
  • screen_entity — скрининг организации по наименованию, ИНН, ОГРН.
  • screen_inn — быстрый поиск по ИНН.
  • list_watchlists — метаданные поддерживаемых перечней и дат обновления.

Быстрый старт

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_BASEURL hosted-бэкенда (default: https://api.atomno-mcp.ru/sanctions)нет
MCP_SANCTIONS_TIMEOUTТаймаут HTTP, сек (default: 30)нет
MCP_SANCTIONS_LOG_LEVELУровень логов (перебивается --log-level)нет

CLI

atomno-mcp-sanctions --help
atomno-mcp-sanctions --version
atomno-mcp-sanctions --transport stdio

Disclaimer

Каждый ответ содержит поле disclaimer: инструмент сообщает только о совпадении с записью публичного перечня на указанную дату; данные могут устаревать. Ответственность за принимаемые решения несёт пользователь.

Лицензия

MIT — см. LICENSE.

Не аффилировано с Росфинмониторингом, OFAC, Еврокомиссией, HM Treasury или ООН.

Installation

Source-derived launch command. Check the maintainer’s required arguments and credentials before running:

bash
uvx atomno-mcp-sanctions

Set up in your AI client

Merge 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.

json
{
  "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 reference

Package

atomno-mcp-sanctionspypi

Compatible MCP Clients

mcp-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.

  • Claude Desktop~/Library/Application Support/Claude/claude_desktop_config.jsonRestart Claude Desktop completely for changes to take effect.
  • Cursor~/.cursor/mcp.jsonRestart Cursor for changes to take effect.
  • VS Code.vscode/mcp.jsonReload VS Code window for changes to take effect.
  • Windsurf~/.codeium/windsurf/mcp_config.jsonRestart Windsurf for changes to take effect.
  • Claude Code.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.

Learn More