← Back to browse

mcp-transbank

Indexed by io.github.codespar

About

MCP server for Transbank — Chile dominant card acquirer (Webpay Plus / Mall / OneClick)

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsTRANSBANK_COMMERCE_CODE TRANSBANK_API_KEY_SECRET TRANSBANK_ENV
Claude Code
claude mcp add --env TRANSBANK_COMMERCE_CODE= --env TRANSBANK_API_KEY_SECRET= --env TRANSBANK_ENV= mcp-transbank -- npx @codespar/mcp-transbank
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-transbank","command":"npx","args":["@codespar/mcp-transbank"],"env":{"TRANSBANK_COMMERCE_CODE":"","TRANSBANK_API_KEY_SECRET":"","TRANSBANK_ENV":""}}'
JSON
{
  "mcpServers": {
    "mcp-transbank": {
      "command": "npx",
      "args": [
        "@codespar/mcp-transbank"
      ],
      "env": {
        "TRANSBANK_COMMERCE_CODE": "",
        "TRANSBANK_API_KEY_SECRET": "",
        "TRANSBANK_ENV": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.