Каталог российского ПО (каталогпо.рф)
minreestr-mcp
러시아 소프트웨어 카탈로그 каталогпо.рф를 검색하기 위한 MCP(Model Context Protocol) 서버입니다. Claude Code 및 모든 MCP 클라이언트가 대화 중에 직접 해외 소프트웨어의 국산 대체품을 검색하고, 제조사를 확인하며, 수입 대체용 소프트웨어를 찾을 수 있도록 지원합니다.
아래에 영어 버전이 있습니다.
소개
이 카탈로그에는 러시아 개발자가 만든 26,000개 이상의 제품이 포함되어 있습니다: OS, DBMS, SIEM, 백신, 암호화 도구(SKZI), EDR, 백업 시스템 등. 설명에는 종종 FSTEC/FSB 인증, Astra Linux / RED OS 호환성, 152-FZ / 187-FZ 규정 준수에 대한 정보가 포함되어 있습니다.
MCP 서버는 세 가지 도구를 제공합니다:
도구 | 용도 |
| 이름 및 설명에 대한 전체 텍스트 검색 |
| 제품 수와 함께 제조사 목록 표시 |
| 카탈로그 메인 페이지의 주요 제품 |
Related MCP server: onec-meta-mcp
설치
pip install minreestr-mcp또는 소스 코드에서 설치:
git clone https://github.com/velvetway/minreestr-mcp
cd minreestr-mcp
pip install -e .Claude Code와 함께 사용
~/.claude/settings.json(또는 프로젝트 루트의 .mcp.json)에 추가하세요:
{
"mcpServers": {
"minreestr": {
"command": "minreestr-mcp"
}
}
}Claude Code를 재시작하면 세 가지 도구를 사용할 수 있습니다. 요청 예시:
"Linux용 러시아 백신 찾아줘"
"FSTEC 인증을 받은 국산 SIEM 시스템은 무엇이 있나요?"
"디지털개발부(Minsvyaz) 레지스트리에 있는 상위 10개 소프트웨어 제조사를 보여줘"
"러시아 소프트웨어 중에 Veeam 대체품이 있나요?"
Claude Desktop과 함께 사용
~/Library/Application Support/Claude/claude_desktop_config.json(macOS)에 추가:
{
"mcpServers": {
"minreestr": {
"command": "minreestr-mcp"
}
}
}응답 예시
요청: 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 и «Ред ОС»...소스 API
이 서버는 사이트의 JS 번들을 리버스 엔지니어링하여 발견한 каталогпо.рф의 비공식 공개 API를 사용합니다:
GET /api/products/search?query=X&limit=NGET /api/manufacturers?page=N&limit=NGET /images/main-product.json
경고: 이 API는 문서화되어 있지 않습니다. 사이트 소유자가 예고 없이 변경할 수 있습니다. 이 경우 이슈가 생성되고 새 버전이 릴리스될 것입니다.
데이터는 каталогпо.рф 및 해당 출처(디지털개발부 레지스트리, 벤더)의 소유입니다. MCP 서버는 공개 HTTP에 대한 래퍼일 뿐이며 데이터를 저장하거나 수정하지 않습니다.
개발
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 . # линтер관련 프로젝트
velvetway/bdu-fstec-mcp — BDU FSTEC(86,000개 이상의 러시아 취약점)용 MCP. 취약점 검색에는 이 도구를 사용하고, 소프트웨어/수입 대체 검색에는 본 도구를 사용하세요.
velvetway/bdu-fstec-mirror — bdu-fstec-mcp가 작동하는 BDU FSTEC의 공개 미러.
라이선스
MIT. 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 ФСТЭК/ФСБ certification, discovering vendors in the Минцифры 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 БДУ ФСТЭК (Russian vulnerability database, 86k+ records). Use this for vulnerability lookups; use
minreestr-mcpfor vendor/product search.velvetway/bdu-fstec-mirror — public mirror of the БДУ 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 gradedqualityCmaintenanceMCP 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