MCP Kushki runs on your own machine — the client starts it, so there is no endpoint to ping. 15 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Kushki — LATAM PSP: card charges, preauth, PSE/SPEI transfer, cash, subscriptions
Today is the operative word: we check MCP Kushki 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-kushki -- npx -y @codespar/mcp-kushki
{
"mcpServers": {
"mcp-kushki": {
"args": [
"-y",
"@codespar/mcp-kushki"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-kushki]
command = "npx"
args = ["-y", "@codespar/mcp-kushki"]
{
"mcpServers": {
"mcp-kushki": {
"args": [
"-y",
"@codespar/mcp-kushki"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-kushki": {
"args": [
"-y",
"@codespar/mcp-kushki"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
KUSHKI_PUBLIC_MERCHANT_ID (Kushki public merchant id (card/transfer tokenization)), KUSHKI_PRIVATE_MERCHANT_ID (Kushki private merchant id (charges, captures, voids, subscriptions)), KUSHKI_ENV (Environment: 'sandbox' (api-uat) or 'production'. Defaults to 'sandbox'.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Pagar.me — orders, charges, recipients, transfers, plans, subscriptions, webhooks
MCP server for Culqi — Peru PSP: charges, refunds, cards, Yape/PagoEfectivo, subscriptions
MCP server for Asaas — billing automation, Pix, boleto, credit card, subscriptions
MCP server for Openpay — BBVA-owned Mexican gateway (cards, SPEI, OXXO, subscriptions, payouts)
MCP server for Pomelo — pan-LATAM card issuing: users, virtual/physical cards, transactions
MCP server for iugu — invoices, subscriptions, customers, payment methods
MCP server for Chargebee — global subscription billing, recurring revenue orchestration
MCP server for Vindi — recurring billing, subscriptions, invoices
Answers built from our own checks of this server.