Skip to content
Cursor

mcp unico for Cursor

io.github.codespar/mcp-unico

MCP server for Unico — Brazilian identity + KYC: CPF/CNPJ, OCR, face match, liveness, PEP/watchlists

client:Cursor transport:stdio runtime:npm

Install mcp unico 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-unico": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-unico"
      ],
      "env": {
        "UNICO_CLIENT_ID": "<UNICO_CLIENT_ID>",
        "UNICO_CLIENT_SECRET": "<UNICO_CLIENT_SECRET>",
        "UNICO_ENV": "<UNICO_ENV>",
        "UNICO_BASE_URL": "<UNICO_BASE_URL>",
        "UNICO_AUTH_URL": "<UNICO_AUTH_URL>"
      }
    }
  }
}

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

mcp unico in other clients