Skip to content
Cline

mcp bradesco for Cline

io.github.codespar/mcp-bradesco

MCP server for Bradesco — Pix, Cobrança (boleto), Arrecadação, Extrato (OAuth2 + mTLS)

client:Cline transport:stdio runtime:npm

Install mcp bradesco in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-bradesco": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-bradesco"
      ],
      "env": {
        "BRADESCO_CLIENT_ID": "<BRADESCO_CLIENT_ID>",
        "BRADESCO_CLIENT_SECRET": "<BRADESCO_CLIENT_SECRET>",
        "BRADESCO_CERT_PATH": "<BRADESCO_CERT_PATH>",
        "BRADESCO_KEY_PATH": "<BRADESCO_KEY_PATH>",
        "BRADESCO_ENV": "<BRADESCO_ENV>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp bradesco in other clients