MCP Server
MCP
io.github.codespar/mcp-transbank
MCP server for Transbank — Chile dominant card acquirer (Webpay Plus / Mall / OneClick)
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-transbank",
"version": "0.2.0-alpha.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Transbank merchant commerce code (sent as Tbk-Api-Key-Id header)",
"isRequired": true,
"format": "string",
"name": "TRANSBANK_COMMERCE_CODE"
},
{
"description": "Transbank API secret key (sent as Tbk-Api-Key-Secret header)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TRANSBANK_API_KEY_SECRET"
},
{
"description": "Environment: 'integration' (default, https://webpay3gint.transbank.cl) or 'production' (https://webpay3g.transbank.cl)",
"format": "string",
"name": "TRANSBANK_ENV"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment