Skip to main content
Glama
atomno-mcp

io.github.atomno-mcp/mcp-sanctions

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_SANCTIONS_API_KEYYesYour Pro API key (X-API-Key header). Required for all requests.
MCP_SANCTIONS_TIMEOUTNoHTTP timeout in seconds. Default: 3030
MCP_SANCTIONS_API_BASENoURL of the hosted backend. Default: https://api.atomno-mcp.ru/sanctionshttps://api.atomno-mcp.ru/sanctions
MCP_SANCTIONS_LOG_LEVELNoLogging level (overridden by --log-level).

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
screen_personA

Скрининг физлица по ФИО (+ опционально дата рождения) по публичным перечням. Нейтральная выдача, требуется ручная верификация. Тариф Pro.

screen_entityB

Скрининг организации по наименованию и опционально ИНН/ОГРН по публичным перечням. Тариф Pro.

screen_innB

Быстрый точный скрининг по ИНН по всем поддерживаемым перечням. Тариф Pro.

screen_foreign_agentA

Проверка по реестру иностранных агентов (Минюст РФ): точное и нечёткое совпадение ФИО/ИНН. Нейтральная выдача.

list_watchlistsA

Метаданные поддерживаемых публичных перечней: id, источник, версия, дата обновления. Тариф Pro.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation4/5

The tools are mostly distinct by target: person, entity, INN, foreign-agent registry, and watchlist metadata. However, screen_person and screen_foreign_agent overlap for individuals, and screen_inn can cover both persons and entities when an INN is available.

Naming Consistency5/5

All tools use a consistent verb_noun snake_case pattern: screen_* for screening actions and list_watchlists for metadata. The naming is predictable and easy to navigate.

Tool Count5/5

Five tools is a well-scoped size for a sanctions screening server. Each tool addresses a common query path, and none feels redundant or unnecessary.

Completeness4/5

Core person, entity, and INN screening are covered, plus watchlist metadata. Minor gaps exist, such as batch screening, screening by passport/document, or OGRN-only lookup, but agents can usually work around them with the available tools.

Maintenance

ActivityMaintained
ResponsivenessNo issues