Skip to content
VS Code

mcp-egrul for VS Code

io.github.atomno-mcp/mcp-egrul

EGRUL/EGRIP company registry lookup for Russian legal entities and entrepreneurs.

client:VS Code transport:stdio runtime:pypi

Install mcp-egrul in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "atomno-api-key",
      "description": "ATOMNO_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "mcp-egrul": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "atomno-mcp-egrul"
      ],
      "env": {
        "ATOMNO_API_KEY": "${input:atomno-api-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

mcp-egrul in other clients