MCP Server
MCP
io.github.codespar/mcp-santander
MCP server for Santander Brasil — Pix, Cobrança (boleto), Arrecadação, Extrato (OAuth2 + mTLS)
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-santander",
"version": "0.2.0-alpha.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Santander OAuth client_id issued via the Developer Portal (developer.santander.com.br) after contract onboarding.",
"isRequired": true,
"format": "string",
"name": "SANTANDER_CLIENT_ID"
},
{
"description": "Santander OAuth client_secret.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SANTANDER_CLIENT_SECRET"
},
{
"description": "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.",
"isRequired": true,
"format": "string",
"name": "SANTANDER_CERT_PATH"
},
{
"description": "Absolute path to the mTLS private key (.key or .pem).",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SANTANDER_KEY_PATH"
},
{
"description": "Environment: 'sandbox' or 'production'. Defaults to 'sandbox'.",
"format": "string",
"name": "SANTANDER_ENV"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment