Back to Browse

Dev Latam MCP Server

by User
Developer ToolsUse Caution4.2Local
Free

MCP server for Banco do Brasil — Pix, Cobrança (boleto), Conta-Corrente, Arrecadação (OAuth2 + mTLS)

About

MCP server for Banco do Brasil — Pix, Cobrança (boleto), Conta-Corrente, Arrecadação (OAuth2 + mTLS)

Security Report

4.2
Use Caution4.2High Risk

This is a monorepo containing 109 MCP servers for Latin American commerce integrations. The codebase is well-structured with proper authentication patterns, appropriate permission scoping, and no malicious patterns detected. The analysis of the Sift fraud detection server (representative of the catalog) shows correct API key handling, proper HTTP basic auth implementation, and sensible tool design. Minor code quality observations exist but do not materially affect security posture. 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.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

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

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:

Banco do Brasil OAuth client_id issued via developers.bb.com.br after contract onboarding.Optional

Environment variable: BB_CLIENT_ID

Banco do Brasil OAuth client_secret.Required

Environment variable: BB_CLIENT_SECRET

BB Developer App Key (gw-dev-app-key) — appended as a query param on most BB API calls.Required

Environment variable: BB_DEVELOPER_APP_KEY

Absolute path to the mTLS client certificate (.crt or .pem). BACEN mandates mTLS for Pix v2 in production.Optional

Environment variable: BB_CERT_PATH

Absolute path to the mTLS private key (.key or .pem).Required

Environment variable: BB_KEY_PATH

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

Environment variable: BB_ENV

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-codespar-mcp-banco-do-brasil": {
      "env": {
        "BB_ENV": "your-bb-env-here",
        "BB_KEY_PATH": "your-bb-key-path-here",
        "BB_CERT_PATH": "your-bb-cert-path-here",
        "BB_CLIENT_ID": "your-bb-client-id-here",
        "BB_CLIENT_SECRET": "your-bb-client-secret-here",
        "BB_DEVELOPER_APP_KEY": "your-bb-developer-app-key-here"
      },
      "args": [
        "-y",
        "mcp-dev-latam"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!