← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-caf

github By github 👁 1 views ▲ 0 votes

MCP server for Caf — Brazilian KYC/KYB: face auth + liveness, document OCR, orchestrated onboarding

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...