What is the mcp-zakupki MCP server?
MCP server for Russian government procurement data (44-FZ / 223-FZ / 615-PP).
How to install mcp-zakupki
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-zakupki": {
"command": "uvx",
"args": [
"atomno-mcp-zakupki"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-zakupki": {
"command": "uvx",
"args": [
"atomno-mcp-zakupki"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-zakupki": {
"command": "uvx",
"args": [
"atomno-mcp-zakupki"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-zakupki": {
"type": "stdio",
"command": "uvx",
"args": [
"atomno-mcp-zakupki"
]
}
}
}Claude Code
claude mcp add mcp-zakupki -- uvx atomno-mcp-zakupkiRelated MCP servers
mcp-fns-check
Maintained
Russian tax authority (FNS) counterparty checks: status, debts, blocks. Due diligence MCP.
15
View repository →Python
MIT
mcp-cbr-rates
Maintained
CBR exchange rates and key rates for Russia. MCP tools for finance agents.
2
View repository →Python
MIT
mcp-egrul
Maintained
EGRUL/EGRIP company registry lookup for Russian legal entities and entrepreneurs.
2
View repository →Python
MIT
mcp-sudact
Maintained
Russian court practice (Sudact): case search by article, court, dates; full decision text.
2
View repository →Python
MIT
mcp-fns-calc
Maintained
Russian tax calculators (VAT, USN, NDFL) and FNS fiscal-status checks via MCP.
1
View repository →Python
MIT
mcp-seo-audit
Maintained
Technical SEO site audit MCP: health score, issues, robots, sitemap, JSON-LD.
1
View repository →Python
MIT