Loading MCP server directory, please wait...
MCP server for Santander Brasil — Pix, Cobrança (boleto), Arrecadação, Extrato (OAuth2 + mTLS)
npx @getmcp/cli add io.github.codespar/mcp-santanderRequires Node.js 18+. Community-contributed server. Review source before installing.
SANTANDER_CLIENT_IDSantander OAuth client_id issued via the Developer Portal (developer.santander.com.br) after contract onboarding.
SANTANDER_CLIENT_SECRETSantander OAuth client_secret.
SANTANDER_CERT_PATHAbsolute path to the mTLS client certificate (.crt or .pem). BACEN mandates mTLS for Pix v2, and Santander's trust-open gateway enforces it across product families.
SANTANDER_KEY_PATHAbsolute path to the mTLS private key (.key or .pem).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-santander": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-santander"
],
"env": {
"SANTANDER_CLIENT_ID": "",
"SANTANDER_CLIENT_SECRET": "",
"SANTANDER_CERT_PATH": "",
"SANTANDER_KEY_PATH": "",
"SANTANDER_ENV": ""
}
}
}
}