entyrix mcp for Grok
io.github.juliusgerman/entyrix-mcp
KYB data from 23 European business registries — search, financials, compliance, network graphs
client:Grok
transport:stdio
runtime:npm
Install entyrix mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"entyrix-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@entyrix/mcp"
],
"env": {
"ENTYRIX_API_KEY": "<ENTYRIX_API_KEY>",
"ENTYRIX_BASE_URL": "<ENTYRIX_BASE_URL>"
}
}
}
}
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