MCP Izipay runs on your own machine — the client starts it, so there is no endpoint to ping. 23 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Izipay — Peru enterprise acquirer (Niubiz): authorize/capture/refund, cuotas
Today is the operative word: we check MCP Izipay 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-izipay -- npx -y @codespar/mcp-izipay
{
"mcpServers": {
"mcp-izipay": {
"args": [
"-y",
"@codespar/mcp-izipay"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-izipay]
command = "npx"
args = ["-y", "@codespar/mcp-izipay"]
{
"mcpServers": {
"mcp-izipay": {
"args": [
"-y",
"@codespar/mcp-izipay"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-izipay": {
"args": [
"-y",
"@codespar/mcp-izipay"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
IZIPAY_USERNAME (Izipay merchant username issued with your acquirer contract), IZIPAY_PASSWORD (Izipay merchant password used to obtain JWT), IZIPAY_MERCHANT_CODE (Izipay merchant code (codigoComercio)), IZIPAY_ENV (Environment: sandbox or production. Defaults to production.), IZIPAY_BASE_URL (Izipay API base URL. Defaults per IZIPAY_ENV. Override if your contract issues a custom host.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Access Worldpay — enterprise processor: authorize, capture, refund, tokenize
MCP server for Niubiz — Peru card acquirer: security token, session, authorize, reverse
MCP server for Rede — Itaú-owned BR acquirer: authorize/capture/refund, zero-auth, card tokens
MCP server for Clip (PayClip) — Mexico's leading acquirer: payment links, card charges, refunds
MCP server for Bold — Colombian acquirer: payment links for cards, PSE and Nequi
MCP server for Adyen Checkout API v71 — enterprise payments (iFood, Uber, Spotify in LatAm)
Payway (ex-Decidir) — Argentina card acquiring: tokenize, charge, capture, refund
Read-only MCP server for 1C:Enterprise via OData with metadata and query builder tools.
Answers built from our own checks of this server.