MCP server for Banco do Brasil — Pix, Cobrança (boleto), Conta-Corrente, Arrecadação (OAuth2 + mTLS)
MCP server for Banco do Brasil — Pix, Cobrança (boleto), Conta-Corrente, Arrecadação (OAuth2 + mTLS)
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.
This plugin requests these system permissions. Most are normal for its category.
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Set these up before or after installing:
Environment variable: BB_CLIENT_ID
Environment variable: BB_CLIENT_SECRET
Environment variable: BB_DEVELOPER_APP_KEY
Environment variable: BB_CERT_PATH
Environment variable: BB_KEY_PATH
Environment variable: BB_ENV
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"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.