mcp-egrul for Grok
io.github.atomno-mcp/mcp-egrul
EGRUL/EGRIP company registry lookup for Russian legal entities and entrepreneurs.
client:Grok
transport:stdio
runtime:pypi
Install mcp-egrul in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-egrul": {
"type": "stdio",
"command": "uvx",
"args": [
"atomno-mcp-egrul"
],
"env": {
"ATOMNO_API_KEY": "<ATOMNO_API_KEY>"
}
}
}
}
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