MCP Server
MCP
io.github.codespar/mcp-banco-do-brasil
MCP server for Banco do Brasil — Pix, Cobrança (boleto), Conta-Corrente, Arrecadação (OAuth2 + mTLS)
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-banco-do-brasil",
"version": "0.1.0-alpha.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Banco do Brasil OAuth client_id issued via developers.bb.com.br after contract onboarding.",
"isRequired": true,
"format": "string",
"name": "BB_CLIENT_ID"
},
{
"description": "Banco do Brasil OAuth client_secret.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BB_CLIENT_SECRET"
},
{
"description": "BB Developer App Key (gw-dev-app-key) — appended as a query param on most BB API calls.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BB_DEVELOPER_APP_KEY"
},
{
"description": "Absolute path to the mTLS client certificate (.crt or .pem). BACEN mandates mTLS for Pix v2 in production.",
"format": "string",
"name": "BB_CERT_PATH"
},
{
"description": "Absolute path to the mTLS private key (.key or .pem).",
"format": "string",
"isSecret": true,
"name": "BB_KEY_PATH"
},
{
"description": "Environment: 'sandbox' or 'production'. Defaults to 'sandbox'.",
"format": "string",
"name": "BB_ENV"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment