AI-TENDER — open procurements of Belarus
Open public procurements of Belarus: search by words or customer UNP, source link for each.
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": {
"tenders": {
"url": "https://ai-tender.by/mcp"
}
}
}Remote endpoints
https://ai-tender.by/mcpstreamable-httpWhat it can do
Tool inventory
Tools (3)
🟢search_tenders(query, region, limit)
Search OPEN public procurements of Belarus (submission deadline not passed) by words in the title or customer name, or by the customer UNP (9 digits); optional region. Each item: title, customer, deadline, price, procedure, source platform link and the AI-TENDER card. Ordered by deadline. Поиск открытых закупок Беларуси.
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Words from the title or customer, or customer UNP"
},
"region": {
"type": "string",
"description": "Region name as returned by list_regions"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 25,
"default": 10
}
}
}🟢get_tender(id)
One open procurement by its id ("<source>:<number>", e.g. "goszakupki:3653566"): customer, deadline, price, delivery place, procedure, link to the source platform. A closed or unknown id returns found=false. Карточка закупки.
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
]
}🟢list_regions
Regions of Belarus with the number of open procurements in each. Области и число открытых закупок.
Input Schema
{
"type": "object",
"properties": {}
}Community
Evidence