Chilean instant bank-transfer PSP. Complements Transbank for merchants who want bank-transfer payments alongside cards โ Chilean consumers often prefer bank transfers for larger transactions (no credit limit, no card fees).
$ npm install @codespar/mcp-khipu@alphaAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"khipu": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-khipu@alpha"
],
"env": {}
}
}
}After restart, your agent can call any of the 21 tools below โ try create_payment first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
KHIPU_API_KEYKhipu v3 API key (sent as x-api-key header). Obtain from Khipu merchant panel โ Developers.
KHIPU_RECEIVER_IDKhipu receiver id (merchant id). Required only for legacy v2 HTTP Basic auth; not needed when KHIPU_API_KEY is set.
KHIPU_SECRETKhipu receiver secret. Required only for legacy v2 HTTP Basic auth; not needed when KHIPU_API_KEY is set.
KHIPU_BASE_URLKhipu API base URL. Defaults to https://payment-api.khipu.com/v3.
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
create_paymentget_paymentdelete_paymentconfirm_paymentrefund_paymentlist_paymentspredict_paymentget_merchantsMCP is a protocol โ any framework that speaks it can mount this server.