Khipu MCP Server

MCP server for Khipu - Chilean instant bank-transfer PSP. Khipu lets a payer pay from their Chilean bank account in real time: the merchant creates a payment, the payer is redirected to Khipu, logs into their bank, and the transfer lands instantly. No card, no credit limit, no interchange fees - the Chilean preferred rail for higher-ticket purchases. Its 21 documented tools cover payment, merchant, webhook, terminal.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

One of 127 MCP servers published from codespar/mcp-dev-latam. Stars and repository activity are shared across all of them. See all 127 →

VERIFIED ACTIVE

LAST COMMIT 2026-08-12 · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Khipu

before you install - you'll need

Set KHIPU_API_KEY, KHIPU_RECEIVER_ID, KHIPU_SECRET, MCP_HTTP before connecting. KHIPU_BASE_URL is optional or environment-specific per the README.

Claude Code

claude mcp add codespar-mcp-dev-latam-packages-payments -- npx -y @codespar/mcp-khipu

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "codespar-mcp-dev-latam-packages-payments": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-khipu"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @codespar/mcp-khipu - published under the repo owner's npm scope (@codespar)

registry namespace io.github.codespar is GitHub-verified and matches the repo owner

03 · What Khipu can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can create a Khipu payment (bank-transfer charge), retrieve a Khipu payment, delete (cancel) a pending Khipu payment, and list the merchant receiver accounts accessible with the current API key.

Capability map

Tools grouped from the project's README - what Khipu lets an agent do.

Payment

7 tools - e.g. Create a Khipu payment (bank-transfer charge).; Retrieve a Khipu payment.; Delete (cancel) a pending Khipu payment.

create_payment · get_payment · delete_payment · confirm_payment · refund_payment · predict_payment…

read & search

7 tools - e.g. List Khipu payments for the current merchant, optionally filtered by date range and status.; List the merchant receiver accounts accessible with the current API key.; List receivers onboarded under the…

list_payments · get_merchants · list_receivers · list_conciliations · list_reviews · list_webhooks…

Merchant

2 tools - e.g. Fetch a single merchant by id.; List the bank accounts registered for a merchant to collect into.

get_merchant · list_merchant_accounts

Terminal

2 tools - e.g. Create a Khipu terminal session for in-person / POS bank-transfer checkout.; Retrieve the current status of a terminal (POS) session - whether the payer has scanned, paid, or the sessi...

create_terminal_session · get_terminal_session

create & write

1 tool - e.g. Create (onboard) a new receiver under an integrator account.

create_receiver

Register

1 tool - e.g. Register a webhook endpoint to receive Khipu notifications (payment.paid, payment.refunded, etc).

register_webhook

delete

1 tool - e.g. Delete (unregister) a webhook endpoint by id.

delete_webhook

04 · Who maintains Khipu

mcp-khipu is maintained by codespar. We track 127 MCP servers from codespar - 127 actively maintained, 269 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from codespar.

  1. mcp-asaas MCP server for Asaas - billing automation, Pix, boleto, credit card, subscriptions ★ 269
  2. mcp-omie MCP server for Omie - ERP, customers, products, orders, invoices, financials ★ 269
  3. mcp-sendgrid MCP server for SendGrid - global transactional + marketing email (Twilio-owned) ★ 269
  4. mcp-evolution-api MCP server for Evolution API - WhatsApp messaging, instances, contacts ★ 269
  5. mcp-stripe-acp Stripe ACP - AI agent checkout, payment delegation, products, invoices ★ 269
  6. mcp-mercado-bitcoin MCP server for Mercado Bitcoin - Brazilian crypto exchange, trading, orderbook, withdrawals ★ 269

05 · Facts

category
finance - actively maintained as of 2026-08-25.
registry
io.github.codespar/mcp-khipu (active, first published 2026-06-20 · 2 versions)
packages
npm:@codespar/mcp-khipu

06 · Khipu FAQ

Is Khipu still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-12. We re-verify nightly.

What can Khipu do?

With this server connected, an agent can create a Khipu payment (bank-transfer charge), retrieve a Khipu payment, delete (cancel) a pending Khipu payment, and list the merchant receiver accounts accessible with the current API key.

How do I install Khipu?

Run `npx -y @codespar/mcp-khipu`. The README documents 5 environment variables (KHIPU_API_KEY, KHIPU_RECEIVER_ID, KHIPU_SECRET…) to set first. Set KHIPU_API_KEY, KHIPU_RECEIVER_ID, KHIPU_SECRET, MCP_HTTP before connecting. KHIPU_BASE_URL is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Khipu run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Khipu

More finance MCP servers · Mercado Pago · Nubank · Paypal · Rinne · Stone

More JavaScript MCP servers · Kushki · Mercado Libre · Niubiz · see all