MCP Khipu runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Khipu — Chilean instant bank-transfer payments (complements Transbank cards)
Today is the operative word: we check MCP Khipu 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-khipu -- npx -y @codespar/mcp-khipu
{
"mcpServers": {
"mcp-khipu": {
"args": [
"-y",
"@codespar/mcp-khipu"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-khipu]
command = "npx"
args = ["-y", "@codespar/mcp-khipu"]
{
"mcpServers": {
"mcp-khipu": {
"args": [
"-y",
"@codespar/mcp-khipu"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-khipu": {
"args": [
"-y",
"@codespar/mcp-khipu"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
KHIPU_API_KEY (Khipu v3 API key (sent as x-api-key header). Obtain from Khipu merchant panel → Developers.), KHIPU_RECEIVER_ID (Khipu receiver id (merchant id). Required only for legacy v2 HTTP Basic auth; not needed when KHIPU_API_KEY is set.), KHIPU_SECRET (Khipu receiver secret. Required only for legacy v2 HTTP Basic auth; not needed when KHIPU_API_KEY is set.), KHIPU_BASE_URL (Khipu API base URL. Defaults to https://payment-api.khipu.com/v3.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Stone — open banking, payments, Pix, transfers
MCP server for Circle — USDC payments, wallets, payouts, transfers
MCP server for Celcoin — Pix, boleto, transfers, bill payments, top-ups
MCP server for Transbank — Chile dominant card acquirer (Webpay Plus / Mall / OneClick)
MCP server for Zoop — marketplace payments, splits, sellers, buyers, transfers
MCP server for Stark Bank — transfers, boletos, invoices, Pix, balance
MCP server for Bold — Colombian acquirer: payment links for cards, PSE and Nequi
MCP server for Cielo — credit card, debit, boleto, recurrent payments
Answers built from our own checks of this server.