
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@codespar/mcp-caf
Advanced tools
MCP server for Caf — Brazilian identity + Trust Platform (KYC/KYB, face authentication + liveness, document validation + OCR, orchestrated onboarding)
MCP server for Caf — Brazilian identity + Trust Platform. KYC/KYB, face authentication + liveness, document validation + OCR, and orchestrated onboarding flows. Direct competitor to Unico / IDwall / Certta; their Trust Platform chains multi-step identity verifications with policy rules.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"caf": {
"command": "npx",
"args": ["@codespar/mcp-caf"],
"env": {
"CAF_API_KEY": "your-api-key"
}
}
}
}
Same config in .cursor/mcp.json.
| Tool | Caf endpoint | Notes |
|---|---|---|
person_check | POST /v1/checks/person | CPF → name, DOB, restrictions, risk |
company_check | POST /v1/checks/company | CNPJ → profile, QSA, sanctions |
| Tool | Caf endpoint | Notes |
|---|---|---|
face_authentication | POST /v1/biometrics/face | Selfie vs base image + liveness |
liveness_check | POST /v1/biometrics/liveness | Passive liveness only |
| Tool | Caf endpoint | Notes |
|---|---|---|
document_check | POST /v1/checks/document | OCR + authenticity for RG / CNH / passport / proof of residence |
| Tool | Caf endpoint | Notes |
|---|---|---|
trust_platform_start | POST /v1/trust/flows | Hosted onboarding flow per dashboard template |
trust_platform_get | GET /v1/trust/flows/{flow_id} | Per-step verdicts |
| Tool | Caf endpoint | Notes |
|---|---|---|
list_datasources | GET /v1/datasources | Datasources enabled on your account |
get_check_result | GET /v1/checks/{check_id} | Replay a previous check by id |
Standard Bearer auth:
Authorization: Bearer <CAF_API_KEY>
Issue your API key from the Caf dashboard:
Sandbox endpoint: https://api-sandbox.caf.io. Override via CAF_API_BASE.
| Variable | Required | Description |
|---|---|---|
CAF_API_KEY | yes | API key from the Caf dashboard |
CAF_API_BASE | no | Override base URL (default https://api.caf.io) |
Three BR identity rails in this catalog, each with a different specialty:
| Provider | Strength | Best for |
|---|---|---|
| Caf | KYC + Trust Platform orchestration | Hosted onboarding with policy rules |
Certta (@codespar/mcp-certta) | KYC + biometrics + ICP-Brasil signature | Onboarding with signed contracts |
BigDataCorp (@codespar/mcp-bigdatacorp) | Broad data enrichment + antifraud | KYC + AML + credit decisioning |
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.
MIT
FAQs
MCP server for Caf — Brazilian identity + Trust Platform (KYC/KYB, face authentication + liveness, document validation + OCR, orchestrated onboarding)
The npm package @codespar/mcp-caf receives a total of 39 weekly downloads. As such, @codespar/mcp-caf popularity was classified as not popular.
We found that @codespar/mcp-caf demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

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.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.