mcp-bradesco
About
MCP server for Bradesco — Pix, Cobrança (boleto), Arrecadação, Extrato (OAuth2 + mTLS)
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
BRADESCO_CLIENT_ID BRADESCO_CLIENT_SECRET BRADESCO_CERT_PATH BRADESCO_KEY_PATH BRADESCO_ENVClaude Code
claude mcp add --env BRADESCO_CLIENT_ID= --env BRADESCO_CLIENT_SECRET= --env BRADESCO_CERT_PATH= --env BRADESCO_KEY_PATH= --env BRADESCO_ENV= mcp-bradesco -- npx @codespar/mcp-bradesco
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-bradesco","command":"npx","args":["@codespar/mcp-bradesco"],"env":{"BRADESCO_CLIENT_ID":"","BRADESCO_CLIENT_SECRET":"","BRADESCO_CERT_PATH":"","BRADESCO_KEY_PATH":"","BRADESCO_ENV":""}}'
JSON
{
"mcpServers": {
"mcp-bradesco": {
"command": "npx",
"args": [
"@codespar/mcp-bradesco"
],
"env": {
"BRADESCO_CLIENT_ID": "",
"BRADESCO_CLIENT_SECRET": "",
"BRADESCO_CERT_PATH": "",
"BRADESCO_KEY_PATH": "",
"BRADESCO_ENV": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.