Skip to content
Gemini CLI

mcp unico for Gemini CLI

io.github.codespar/mcp-unico

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

client:Gemini CLI transport:stdio runtime:npm

Install mcp unico in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "mcp-unico": {
      "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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

mcp unico in other clients