AI-BELARUS — Belarus business registry
Belarusian companies by UNP: state registry answers with source and sha256 for every fact.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"registry": {
"url": "https://ai-belarus.by/mcp"
}
}
}Remote endpoints
https://ai-belarus.by/mcpstreamable-httpWhat it can do
Tool inventory
Tools (3)
🟢lookup_company(unp)
Collected public card of a Belarusian business entity by UNP (9 digits): legal name, status, each statement with registry source, retrieval time and sha256 of the raw response; withheld fields with reasons. Instant, no registry call. Карточка субъекта по УНП из собранного.
Input Schema
{
"type": "object",
"properties": {
"unp": {
"title": "Unp",
"type": "string"
}
},
"required": [
"unp"
],
"title": "lookup_companyArguments"
}Output Schema
{
"type": "object",
"additionalProperties": true,
"title": "lookup_companyDictOutput"
}🟢search_companies(query, limit)
Search collected Belarusian legal entities by name fragment or UNP. Only legal entities are found by name (sole proprietors never are). Absence here is not absence in the state registry. Поиск юрлица по названию или УНП среди собранного.
Input Schema
{
"type": "object",
"properties": {
"query": {
"title": "Query",
"type": "string"
},
"limit": {
"default": 10,
"title": "Limit",
"type": "integer"
}
},
"required": [
"query"
],
"title": "search_companiesArguments"
}Output Schema
{
"type": "object",
"additionalProperties": true,
"title": "search_companiesDictOutput"
}🟢check_counterparty(unp, name)
Live answer of the Belarusian State Register of Payers (MNS) and related registries right now: exists / active (да | нет | не_установлено), address, registration date, tax office, bankruptcy cases, exclusion from public procurement, KGK inspection plans, procurement history. Pass `name` from your documents to get a name-match verdict. Takes seconds; rate-limited. Живой ответ реестра по УНП.
Input Schema
{
"type": "object",
"properties": {
"unp": {
"title": "Unp",
"type": "string"
},
"name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Name"
}
},
"required": [
"unp"
],
"title": "check_counterpartyArguments"
}Output Schema
{
"type": "object",
"additionalProperties": true,
"title": "check_counterpartyDictOutput"
}Community
Evidence