← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-bigdatacorp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...