MCP Unico runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Unico — Brazilian identity + KYC: CPF/CNPJ, OCR, face match, liveness, PEP/watchlists
Today is the operative word: we check MCP Unico every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-unico -- npx -y @codespar/mcp-unico
{
"mcpServers": {
"mcp-unico": {
"args": [
"-y",
"@codespar/mcp-unico"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-unico]
command = "npx"
args = ["-y", "@codespar/mcp-unico"]
{
"mcpServers": {
"mcp-unico": {
"args": [
"-y",
"@codespar/mcp-unico"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-unico": {
"args": [
"-y",
"@codespar/mcp-unico"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
UNICO_CLIENT_ID (Unico OAuth client_id), UNICO_CLIENT_SECRET (Unico OAuth client_secret), UNICO_ENV (Environment: 'sandbox' or 'production'. Defaults to 'sandbox'.), UNICO_BASE_URL (Optional override for the IDCloud/IDPay/IDCheck API base URL. Defaults to https://api.unico.co.), UNICO_AUTH_URL (Optional override for the OAuth token endpoint base URL. Defaults to https://auth.unico.co.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Caf — Brazilian KYC/KYB: face auth + liveness, document OCR, orchestrated onboarding
MCP server for BigDataCorp — Brazilian data enrichment + KYC (CPF/CNPJ/vehicle/property/antifraud)
MCP server for Konduto — Brazilian fraud prevention: order risk scoring, device intel, lists
MCP server for Jumio — global identity verification + KYX: documents, liveness, AML screening
MCP server for Certta — Brazilian KYC/KYB: biometrics, OCR, ICP-Brasil e-signature, onboarding
MCP server for Matera — Brazilian core-banking BaaS over Pix, DICT, and Pix Automático
MCP server for ClearSale — Brazilian fraud prevention, order risk scoring, device fingerprinting
MCP server for Dock — Brazilian Banking-as-a-Service: accounts, Pix, card issuing for fintechs
Answers built from our own checks of this server.