Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@codespar/mcp-bigdatacorp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codespar/mcp-bigdatacorp

MCP server for BigDataCorp — Brazilian data enrichment + KYC (CPF/CNPJ/vehicle/property/antifraud datasets)

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

@codespar/mcp-bigdatacorp

MCP server for BigDataCorp — the Brazilian data-enrichment + KYC platform. CPF / CNPJ / vehicle / property / antifraud datasets used as the standard rail in BR e-commerce + lending agents for KYC, AML, and fraud scoring.

Quick Start

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "bigdatacorp": {
      "command": "npx",
      "args": ["@codespar/mcp-bigdatacorp"],
      "env": {
        "BIGDATACORP_ACCESS_TOKEN": "your-access-token",
        "BIGDATACORP_TOKEN_ID": "your-token-id"
      }
    }
  }
}

Cursor / VS Code

Same config in .cursor/mcp.json.

Tools (10)

Core lookups

ToolBigDataCorp endpointNotes
persons_lookupPOST /v1/datasets/personsCPF → name, DOB, mother's name, addresses, contacts, deceased flag
companies_lookupPOST /v1/datasets/companiesCNPJ → razão social, capital, partners, address, CNAE
vehicles_lookupPOST /v1/datasets/vehiclesPlate / chassis / RENAVAM → make, model, FIPE, ownership, restrictions
properties_lookupPOST /v1/datasets/propertiesAddress or registration → owner history + value estimate

Enrichment slices

ToolBigDataCorp endpointNotes
financial_dataPOST /v1/datasets/personsIncome, score, declared assets, banking, default history
employment_dataPOST /v1/datasets/personsCurrent employer, history, monthly income, category
sanctions_checkPOST /v1/datasets/personsOFAC / UN / EU / BR PEP / CNJ / INSS / IBAMA screening
social_signalsPOST /v1/datasets/personsInstagram / LinkedIn / Twitter / Facebook presence

Antifraud + address

ToolBigDataCorp endpointNotes
antifraud_scorePOST /v1/datasets/antifraudComposite fraud score (0-1000) + decision recommendation
address_validationPOST /v1/datasets/addressesCORREIOS + IBGE normalization + geocode

Authentication

BigDataCorp uses paired headers (not Bearer):

AccessToken: <BIGDATACORP_ACCESS_TOKEN>
TokenId:     <BIGDATACORP_TOKEN_ID>

Both are required on every request. Issue both credentials from the BigDataCorp platform dashboard:

  • Platform: https://plataforma.bigdatacorp.com.br

Environment Variables

VariableRequiredDescription
BIGDATACORP_ACCESS_TOKENyesAccessToken header value
BIGDATACORP_TOKEN_IDyesTokenId header value (paired)
BIGDATACORP_API_BASEnoOverride base URL (default https://plataforma.bigdatacorp.com.br)

BigDataCorp vs Certta vs Caf

Three BR identity rails in this catalog, each with a different specialty:

ProviderStrengthBest for
BigDataCorpBroad data enrichment + antifraudKYC + AML + credit decisioning
Certta (@codespar/mcp-certta)KYC + biometrics + ICP-Brasil signatureOnboarding pipelines with signed contracts
Caf (@codespar/mcp-caf)KYC + Trust Platform orchestrationHosted onboarding flows with policy rules

Enterprise

Need governance, budget limits, and audit trails for agent identity calls? CodeSpar Enterprise adds policy engine, payment routing, and compliance templates on top of these MCP servers.

License

MIT

Keywords

mcp

FAQs

Package last updated on 14 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts