Loading MCP server directory, please wait...
MCP server for Unico — Brazilian identity + KYC: CPF/CNPJ, OCR, face match, liveness, PEP/watchlists
npx @getmcp/cli add io.github.codespar/mcp-unicoRequires Node.js 18+. Community-contributed server. Review source before installing.
UNICO_CLIENT_IDUnico OAuth client_id
UNICO_CLIENT_SECRETUnico OAuth client_secret
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-unico": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-unico"
],
"env": {
"UNICO_CLIENT_ID": "",
"UNICO_CLIENT_SECRET": "",
"UNICO_ENV": "",
"UNICO_BASE_URL": "",
"UNICO_AUTH_URL": ""
}
}
}
}