io.github.codespar
mcp-santander
MCP server for Santander Brasil — Pix, Cobrança (boleto), Arrecadação, Extrato (OAuth2 + mTLS)
stdiocommunityservice
Package Details
@codespar/mcp-santander
Transportstdio
Environment Variables
SANTANDER_CLIENT_ID(str)
Required
Santander OAuth client_id issued via the Developer Portal (developer.santander.com.br) after contract onboarding.
SANTANDER_CLIENT_SECRET(str)
RequiredSecret
Santander OAuth client_secret.
SANTANDER_CERT_PATH(str)
Required
Absolute 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_PATH(str)
RequiredSecret
Absolute path to the mTLS private key (.key or .pem).
SANTANDER_ENV(str)
Environment: 'sandbox' or 'production'. Defaults to 'sandbox'.