MCP Server
MCP
io.github.codespar/mcp-unico
MCP server for Unico — Brazilian identity + KYC: CPF/CNPJ, OCR, face match, liveness, PEP/watchlists
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-unico",
"version": "0.2.0-alpha.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Unico OAuth client_id",
"isRequired": true,
"format": "string",
"name": "UNICO_CLIENT_ID"
},
{
"description": "Unico OAuth client_secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "UNICO_CLIENT_SECRET"
},
{
"description": "Environment: 'sandbox' or 'production'. Defaults to 'sandbox'.",
"format": "string",
"name": "UNICO_ENV"
},
{
"description": "Optional override for the IDCloud/IDPay/IDCheck API base URL. Defaults to https://api.unico.co.",
"format": "string",
"name": "UNICO_BASE_URL"
},
{
"description": "Optional override for the OAuth token endpoint base URL. Defaults to https://auth.unico.co.",
"format": "string",
"name": "UNICO_AUTH_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment