MCP Server
MCP
io.github.codespar/mcp-caf
MCP server for Caf — Brazilian KYC/KYB: face auth + liveness, document OCR, orchestrated onboarding
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-caf",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key from the Caf dashboard",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CAF_API_KEY"
},
{
"description": "API base URL — defaults to Caf production. Override for sandbox.",
"format": "string",
"name": "CAF_API_BASE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment