Brazilian identity verification / KYC leader. IDCloud (CPF/CNPJ + document OCR), IDPay (face match, liveness), IDCheck (PEP, sanctions, court records). First entry in the Identity & KYC category. Alpha on npm โ devcenter.unico.io is contract-gated; base URLs overridable via env.
$ npm install @codespar/mcp-unico@alphaAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"unico": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-unico@alpha"
],
"env": {
"UNICO_CLIENT_ID": "<your_unico_client_id>",
"UNICO_CLIENT_SECRET": "<your_unico_client_secret>"
}
}
}
}After restart, your agent can call any of the 18 tools below โ try validate_cpf first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
UNICO_CLIENT_IDUnico OAuth client_id
UNICO_CLIENT_SECRETUnico OAuth client_secret
UNICO_ENVEnvironment: 'sandbox' or 'production'. Defaults to 'sandbox'.
UNICO_BASE_URLOptional override for the IDCloud/IDPay/IDCheck API base URL. Defaults to https://api.unico.co.
UNICO_AUTH_URLOptional override for the OAuth token endpoint base URL. Defaults to https://auth.unico.co.
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
validate_cpfvalidate_cnpjextract_documentverify_document_authenticityface_matchliveness_checkcheck_pepcheck_watchlistsMCP is a protocol โ any framework that speaks it can mount this server.