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)
MCP Dev LATAM is a well-structured monorepo that provides 109 MCP servers for Latin American commerce integrations. The codebase demonstrates proper authentication patterns, reasonable permission scoping aligned with its purpose, and generally sound security practices. Minor code quality concerns and the alpha status of some packages are noted but do not significantly impact security. The server requires API keys for most services (appropriate for financial/payment integrations) and uses standard authentication patterns (Basic auth, API keys in env vars). 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 Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.