MCP Transbank runs on your own machine — the client starts it, so there is no endpoint to ping. 22 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Transbank — Chile dominant card acquirer (Webpay Plus / Mall / OneClick)
Today is the operative word: we check MCP Transbank every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-transbank -- npx -y @codespar/mcp-transbank
{
"mcpServers": {
"mcp-transbank": {
"args": [
"-y",
"@codespar/mcp-transbank"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-transbank]
command = "npx"
args = ["-y", "@codespar/mcp-transbank"]
{
"mcpServers": {
"mcp-transbank": {
"args": [
"-y",
"@codespar/mcp-transbank"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-transbank": {
"args": [
"-y",
"@codespar/mcp-transbank"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
TRANSBANK_COMMERCE_CODE (Transbank merchant commerce code (sent as Tbk-Api-Key-Id header)), TRANSBANK_API_KEY_SECRET (Transbank API secret key (sent as Tbk-Api-Key-Secret header)), TRANSBANK_ENV (Environment: 'integration' (default, https://webpay3gint.transbank.cl) or 'production' (https://webpay3g.transbank.cl)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Khipu — Chilean instant bank-transfer payments (complements Transbank cards)
MCP server for NuPay — Nubank merchant checkout: Pix + wallet one-click for 100M+ BR users
MCP server for Clip (PayClip) — Mexico's leading acquirer: payment links, card charges, refunds
MCP server for Bold — Colombian acquirer: payment links for cards, PSE and Nequi
MCP server for Niubiz — Peru card acquirer: security token, session, authorize, reverse
MCP server for Stone — open banking, payments, Pix, transfers
MCP server for Flow.cl — Chilean PSP: hosted payment orders, Webpay, refunds, HMAC-signed API
MCP server for Circle — USDC payments, wallets, payouts, transfers
Answers built from our own checks of this server.