Back to Browse

Dev Latam MCP Server

by User
Developer ToolsUse Caution4.2Local
Free

MCP server for Unico — Brazilian identity + KYC: CPF/CNPJ, OCR, face match, liveness, PEP/watchlists

About

MCP server for Unico — Brazilian identity + KYC: CPF/CNPJ, OCR, face match, liveness, PEP/watchlists

Security Report

4.2
Use Caution4.2High Risk

MCP Dev LATAM is a well-structured monorepo of 109 MCP servers for LATAM commerce integrations. The project demonstrates solid security fundamentals: authentication is properly required (API keys, OAuth2), credentials are not hardcoded in source, and the Sift server example shows correct auth patterns (Basic auth headers, body injection). The primary findings are code quality issues (broad exception handling, minor validation gaps) rather than security vulnerabilities. Permissions align appropriately with purpose (network_http for payment/banking APIs, env_vars for credentials), matching category baselines. The project is open-source (MIT) and transparent about alpha status for contract-gated providers. Supply chain analysis found 2 known vulnerabilities in dependencies (1 critical, 0 high severity). Package verification found 1 issue (1 critical, 0 high severity).

4 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

Unico OAuth client_idOptional

Environment variable: UNICO_CLIENT_ID

Unico OAuth client_secretRequired

Environment variable: UNICO_CLIENT_SECRET

Environment: 'sandbox' or 'production'. Defaults to 'sandbox'.Optional

Environment variable: UNICO_ENV

Optional override for the IDCloud/IDPay/IDCheck API base URL. Defaults to https://api.unico.co.Optional

Environment variable: UNICO_BASE_URL

Optional override for the OAuth token endpoint base URL. Defaults to https://auth.unico.co.Optional

Environment variable: UNICO_AUTH_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-codespar-mcp-unico": {
      "env": {
        "UNICO_ENV": "your-unico-env-here",
        "UNICO_AUTH_URL": "your-unico-auth-url-here",
        "UNICO_BASE_URL": "your-unico-base-url-here",
        "UNICO_CLIENT_ID": "your-unico-client-id-here",
        "UNICO_CLIENT_SECRET": "your-unico-client-secret-here"
      },
      "args": [
        "-y",
        "mcp-dev-latam"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!