Skip to content
Cursor

mcp caf for Cursor

io.github.codespar/mcp-caf

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

client:Cursor transport:stdio runtime:npm

Install mcp caf in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-caf": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-caf"
      ],
      "env": {
        "CAF_API_KEY": "<CAF_API_KEY>",
        "CAF_API_BASE": "<CAF_API_BASE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp caf in other clients