mcp-sanctions
Sanctions and watchlist screening MCP for persons and entities.
Documentation
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-sanctionsCursor / Claude Desktop (`mcp.json`):
{
"mcpServers": {
"sanctions": {
"command": "uvx",
"args": ["atomno-mcp-sanctions"],
"env": { "MCP_SANCTIONS_API_KEY": "" }
}
}
}Переменные окружения
| Переменная | Описание | Обязательна |
|---|---|---|
| `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`) | нет |
CLI
atomno-mcp-sanctions --help
atomno-mcp-sanctions --version
atomno-mcp-sanctions --transport stdioDisclaimer
Каждый ответ содержит поле `disclaimer`: инструмент сообщает только о совпадении
с записью публичного перечня на указанную дату; данные могут устаревать.
Ответственность за принимаемые решения несёт пользователь.
Лицензия
MIT — см. LICENSE.
Не аффилировано с Росфинмониторингом, OFAC, Еврокомиссией, HM Treasury или ООН.
Frequently asked questions
What is mcp-sanctions?
mcp-sanctions is Sanctions and watchlist screening MCP for persons and entities.
How do I install mcp-sanctions?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-sanctions open source?
Yes — it is hosted on GitHub at https://github.com/atomno-mcp/mcp-sanctions.
Related MCP tools
An AI Gateway, registry, and proxy that sits in front of any MCP, A2A, or REST/gRPC APIs, exposing a unified endpoint with centralized discovery, guardrails and management. Optimizes Agent & Tool calling, and supports plugins.
AI-powered OSINT agent with interactive REPL, MCP server, and CLI. 19 tools. Works with Claude, GPT-4, or local models. For authorized security research only.
Production-grade MCP server giving Claude 27 security intelligence tools across 21 APIs — CVE lookup, EPSS scoring, CISA KEV, MITRE ATT&CK, Shodan, VirusTotal, and more.
Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.
🚀 The fast, Pythonic way to build MCP servers and clients Trusted by 19900+ developers. Trusted by 19900+ developers. Trusted by 19900+ developers.
Build effective agents using Model Context Protocol and simple workflow patterns Python-based implementation. Trusted by 7600+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP