Каталог российского ПО (каталогпо.рф)
This server lets you search and explore the Russian software catalog (каталогпо.рф), which contains 26,000+ domestic software products, to support import substitution efforts.
search_russian_software(query, limit): Full-text search by product name or description in Russian or English (e.g., 'антивирус', 'SIEM', 'linux'). Results include product ID, name, description, and URL. Descriptions often mention ФСТЭК/ФСБ certifications, compatibility with Astra Linux/РЕД ОС, and compliance with 152-ФЗ/187-ФЗ. Supports up to 100 results per query.list_russian_manufacturers(page, limit): Browse a paginated list of Russian software vendors, including product counts and 3 preview products per vendor — useful for discovering active vendors in a specific category.get_featured_russian_software(): Retrieve highlighted/featured products from the каталогпо.рф homepage — a good starting point for exploration when unsure what to search for.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Каталог российского ПО (каталогпо.рф)find Russian alternatives to Microsoft Office with FSTEC certification"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
minreestr-mcp
MCP (Model Context Protocol) server for searching the Russian software catalog каталогпо.рф. It allows Claude Code and any MCP client to search for domestic alternatives to foreign software, view manufacturers, and find software for import substitution — directly from the chat.
English version below.
What it is
The catalog contains 26,000+ products from Russian developers: OS, DBMS, SIEM, antivirus, cryptographic information protection tools (SKZI), EDR, backup systems, and much more. Descriptions often contain information about FSTEC/FSB certificates, compatibility with Astra Linux / RED OS, and compliance with 152-FZ / 187-FZ.
The MCP server provides three tools:
Tool | Purpose |
| Full-text search by name and description |
| List of manufacturers with product counts |
| Top products from the catalog homepage |
Related MCP server: onec-meta-mcp
Installation
pip install minreestr-mcpOr from source:
git clone https://github.com/velvetway/minreestr-mcp
cd minreestr-mcp
pip install -e .Usage with Claude Code
Add to ~/.claude/settings.json (or .mcp.json in the project root):
{
"mcpServers": {
"minreestr": {
"command": "minreestr-mcp"
}
}
}After restarting Claude Code, the three tools will become available. Example queries:
"Find a Russian antivirus for Linux"
"What domestic SIEM systems have an FSTEC certificate?"
"Show 10 top software manufacturers from the Ministry of Digital Development registry"
"Is there a replacement for Veeam among Russian software?"
Usage with Claude Desktop
In ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"minreestr": {
"command": "minreestr-mcp"
}
}
}Response example
Query: search_russian_software("antivirus linux", limit=2)
Found 2 product(s) for 'antivirus linux':
• [10856] Антивирус «VR Protect» для Linux
https://каталогпо.рф/product/10856
«VR Protect» — российское антивирусное решение, разработанное специально для
операционных систем семейства Linux... включая сертификацию ФСТЭК. Продукт
совместим с отечественными платформами, такими как Astra Linux и «Ред ОС»...Source API
The server uses the unofficial public API of каталогпо.рф, discovered by reverse-engineering the site's JS bundle:
GET /api/products/search?query=X&limit=NGET /api/manufacturers?page=N&limit=NGET /images/main-product.json
Warning: The API is undocumented. The site owner may change it without warning. In such a case, an issue will be opened and a new version will be released.
Data belongs to каталогпо.рф and their sources (Ministry of Digital Development registry, vendors). The MCP server is just a wrapper over public HTTP; it does not store or modify data.
Development
git clone https://github.com/velvetway/minreestr-mcp
cd minreestr-mcp
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
pytest # тесты с моками через respx
ruff check . # линтерRelated projects
velvetway/bdu-fstec-mcp — MCP for BDU FSTEC (86,000+ Russian vulnerabilities). Use it for vulnerability searching, and this one for software / import substitution searching.
velvetway/bdu-fstec-mirror — public mirror of BDU FSTEC, which bdu-fstec-mcp works with.
License
MIT. See LICENSE.
English
MCP (Model Context Protocol) server for searching the Russian software catalog at каталогпо.рф from Claude Code / Claude Desktop / any MCP client.
Use case: cybersecurity / compliance teams in Russian organizations looking for domestic alternatives to foreign software (import substitution), verifying FSTEC/FSB certification, discovering vendors in the Ministry of Digital Development registry.
Tools
search_russian_software(query, limit=10)— full-text searchlist_russian_manufacturers(page=1, limit=20)— paginated list of vendorsget_featured_russian_software()— homepage highlights
Installation
pip install minreestr-mcpClaude Code / Claude Desktop integration
{
"mcpServers": {
"minreestr": {
"command": "minreestr-mcp"
}
}
}Data source
Uses the unofficial public API of каталогпо.рф (discovered by reverse-engineering the site's JS bundle). No authentication required. Not affiliated with the site owners.
Related projects
velvetway/bdu-fstec-mcp — MCP server for BDU FSTEC (Russian vulnerability database, 86k+ records). Use this for vulnerability lookups; use
minreestr-mcpfor vendor/product search.velvetway/bdu-fstec-mirror — public mirror of the BDU data consumed by that MCP.
License
MIT.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP-сервер, дающий Claude (и любому MCP-клиенту) доступ к БДУ ФСТЭК — российской базе данных угроз безопасности информации.44MIT
- FlicenseNot gradedqualityBmaintenanceMCP server for searching and analyzing 1C enterprise metadata and BSL code using a SQLite backend. Enables querying configuration structure, code routines, and performing compliance checks via natural language.
- FlicenseNot gradedqualityCmaintenanceA local MCP server that connects the Globick activities API to Claude Desktop, enabling natural language search and filtering of the activities catalogue.
- AlicenseNot gradedqualityDmaintenanceMCP server for RAG-based search over 1C Enterprise configuration documentation, enabling natural language queries to find objects like справочники, документы, and отчеты.MIT
Related MCP Connectors
2,000+ MCP servers read at source level. Know what one does before you connect. Free, no key.
Discover 6,700+ MCP servers and 15,000+ OpenClaw skills. Agent-native search with outcome ranking.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/velvetway/minreestr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server