Skip to content
Grok

mcp-zakupki for Grok

io.github.atomno-mcp/mcp-zakupki

MCP server for Russian government procurement data (44-FZ / 223-FZ / 615-PP).

client:Grok transport:stdio runtime:pypi

Install mcp-zakupki in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-zakupki": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "atomno-mcp-zakupki"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp-zakupki in other clients