Loading MCP server directory, please wait...
MCP server for BigDataCorp — Brazilian data enrichment + KYC (CPF/CNPJ/vehicle/property/antifraud)
npx @getmcp/cli add io.github.codespar/mcp-bigdatacorpRequires Node.js 18+. Community-contributed server. Review source before installing.
BIGDATACORP_ACCESS_TOKENAccessToken header value from the BigDataCorp dashboard
BIGDATACORP_TOKEN_IDTokenId header paired with the access token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-bigdatacorp": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-bigdatacorp"
],
"env": {
"BIGDATACORP_ACCESS_TOKEN": "",
"BIGDATACORP_TOKEN_ID": "",
"BIGDATACORP_API_BASE": ""
}
}
}
}