mcp bigdatacorp for Grok
io.github.codespar/mcp-bigdatacorp
MCP server for BigDataCorp — Brazilian data enrichment + KYC (CPF/CNPJ/vehicle/property/antifraud)
client:Grok
transport:stdio
runtime:npm
Install mcp bigdatacorp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-bigdatacorp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-bigdatacorp"
],
"env": {
"BIGDATACORP_ACCESS_TOKEN": "<BIGDATACORP_ACCESS_TOKEN>",
"BIGDATACORP_TOKEN_ID": "<BIGDATACORP_TOKEN_ID>",
"BIGDATACORP_API_BASE": "<BIGDATACORP_API_BASE>"
}
}
}
}
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