mcp-unico
About
MCP server for Unico — Brazilian identity + KYC: CPF/CNPJ, OCR, face match, liveness, PEP/watchlists
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
UNICO_CLIENT_ID UNICO_CLIENT_SECRET UNICO_ENV UNICO_BASE_URL UNICO_AUTH_URLClaude Code
claude mcp add --env UNICO_CLIENT_ID= --env UNICO_CLIENT_SECRET= --env UNICO_ENV= --env UNICO_BASE_URL= --env UNICO_AUTH_URL= mcp-unico -- npx @codespar/mcp-unico
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-unico","command":"npx","args":["@codespar/mcp-unico"],"env":{"UNICO_CLIENT_ID":"","UNICO_CLIENT_SECRET":"","UNICO_ENV":"","UNICO_BASE_URL":"","UNICO_AUTH_URL":""}}'
JSON
{
"mcpServers": {
"mcp-unico": {
"command": "npx",
"args": [
"@codespar/mcp-unico"
],
"env": {
"UNICO_CLIENT_ID": "",
"UNICO_CLIENT_SECRET": "",
"UNICO_ENV": "",
"UNICO_BASE_URL": "",
"UNICO_AUTH_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.