MCP Server
MCP
io.github.codespar/mcp-bigdatacorp
MCP server for BigDataCorp — Brazilian data enrichment + KYC (CPF/CNPJ/vehicle/property/antifraud)
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-bigdatacorp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "AccessToken header value from the BigDataCorp dashboard",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BIGDATACORP_ACCESS_TOKEN"
},
{
"description": "TokenId header paired with the access token",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BIGDATACORP_TOKEN_ID"
},
{
"description": "API base URL — defaults to BigDataCorp production. Override for sandbox.",
"format": "string",
"name": "BIGDATACORP_API_BASE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment