Skip to main content
CA

Caf

v0.1.0API Key

BR identity + trust platform. KYC/KYB, face authentication + liveness, document validation + OCR, Trust Platform orchestration with hosted onboarding flows. Direct competitor to Unico / IDwall / Certta — Trust Platform is the differentiator (template-driven multi-step flows with policy rules).

0 tools2 env vars🇧🇷 Brazilstable on npm

What your agent can do

Caf gives your agent 0 tools it calls directly — pick the ones it needs, in Claude, Cursor, or any MCP client.

Example call
// Your agent calls a tool directly — no glue code.
// CodeSpar's managed tier handles OAuth2, token rotation and rate limits.
const result = await session.call("list_resources", { /* ... */ });

Install

terminal
$ npm install @codespar/mcp-caf

Quickstart

Add this entry to your claude_desktop_config.json (or any MCP-compatible client config).

claude_desktop_config.json
{
  "mcpServers": {
    "caf": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-caf"
      ],
      "env": {
        "CAF_API_KEY": "<your_caf_api_key>"
      }
    }
  }
}

Environment variables · 2

Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.

CAF_API_KEY
requiredsecret

API key from the Caf dashboard

CAF_API_BASE
optional

API base URL — defaults to Caf production. Override for sandbox.

Available tools · 0

Each tool is independent — your agent loads only what it needs to reduce context and response time.

Tool list is being indexed. Check the source on GitHub in the meantime.

Compatible frameworks

MCP is a protocol — any framework that speaks it can mount this server.

Claude Agent SDKAnthropic
OpenAI AgentsOpenAI
Vercel AI SDKVercel
LangChainLangChain
LlamaIndexLlamaIndex
CrewAICrewAI
MastraMastra
Any MCP clientProtocol

Frequently asked questions

Run `npx -y @codespar/mcp-caf` and add the config block above to your MCP client — Claude, Cursor, VS Code, or any MCP-compatible client. No build step, no SDK required. Prefer hosted? CodeSpar's managed tier runs it for you with auth handled.
Caf — MCP server · 0 tools | CodeSpar