🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@codespar/mcp-certta

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codespar/mcp-certta

MCP server for Certta — Brazilian identity + signature platform (KYC/KYB, biometrics, OCR, ICP-Brasil + electronic signature, onboarding pipelines)

latest
npmnpm
Version
0.1.2
Version published
Maintainers
2
Created
Source

@codespar/mcp-certta

MCP server for Certta — Brazilian identity + signature platform. KYC/KYB (CPF / CNPJ via Receita Federal + SPC / Serasa), face match + liveness, OCR of RG / CNH / comprovantes, antifraud score, ICP-Brasil digital signature + GoCertta electronic signature, and orchestrated onboarding pipelines that chain KYC + biometrics + signature in one process.

Quick Start

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "certta": {
      "command": "npx",
      "args": ["@codespar/mcp-certta"],
      "env": {
        "CERTTA_API_KEY": "your-api-key"
      }
    }
  }
}

Cursor / VS Code

Same config in .cursor/mcp.json.

Tools (11)

KYC / KYB

ToolCertta endpointNotes
kyc_lookup_cpfPOST /v1/kyc/cpfCPF → name, DOB, regularity, restrictions, risk score
kyb_lookup_cnpjPOST /v1/kyb/cnpjCNPJ → corporate profile, QSA, CNAE, capital

Biometrics

ToolCertta endpointNotes
biometrics_face_matchPOST /v1/biometrics/face-matchSelfie vs document photo + liveness
biometrics_livenessPOST /v1/biometrics/livenessPassive liveness on a selfie

Documents + antifraud

ToolCertta endpointNotes
documents_ocrPOST /v1/documents/ocrOCR RG / CNH / CRLV / proof of residence / passport
antifraud_scorePOST /v1/antifraud/scoreComposite risk score (0..100)

Signature

ToolCertta endpointNotes
signature_icp_createPOST /v1/signature/icp/envelopesICP-Brasil digital signature envelope
signature_electronic_createPOST /v1/signature/electronic/envelopesGoCertta electronic signature envelope
signature_get_envelopeGET /v1/signature/envelopes/{envelope_id}Status + signer responses

Onboarding pipelines

ToolCertta endpointNotes
onboarding_process_createPOST /v1/onboarding/processesOrchestrate KYC + biometrics + signature in one flow
onboarding_process_getGET /v1/onboarding/processes/{process_id}Per-step verdicts

Authentication

Standard Bearer auth:

Authorization: Bearer <CERTTA_API_KEY>

Issue your API key from the Certta dashboard:

  • Production: https://certta.com.br
  • Docs: https://docs.certta.com.br

Sandbox / Testing

Sandbox endpoint: https://api-sandbox.certta.com.br. Override via CERTTA_API_BASE.

Environment Variables

VariableRequiredDescription
CERTTA_API_KEYyesAPI key from the Certta dashboard
CERTTA_API_BASEnoOverride base URL (default https://api.certta.com.br)

Certta vs Caf vs BigDataCorp

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

ProviderStrengthBest for
CerttaKYC + biometrics + ICP-Brasil signatureOnboarding with signed contracts
Caf (@codespar/mcp-caf)KYC + Trust Platform orchestrationHosted onboarding with policy rules
BigDataCorp (@codespar/mcp-bigdatacorp)Broad data enrichment + antifraudKYC + AML + credit decisioning

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 22 Jun 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