Loading MCP server directory, please wait...
MCP server for Izipay — Peru enterprise acquirer (Niubiz): authorize/capture/refund, cuotas
npx @getmcp/cli add io.github.codespar/mcp-izipayRequires Node.js 18+. Community-contributed server. Review source before installing.
IZIPAY_USERNAMEIzipay merchant username issued with your acquirer contract
IZIPAY_PASSWORDIzipay merchant password used to obtain JWT
IZIPAY_MERCHANT_CODEIzipay merchant code (codigoComercio)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-izipay": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-izipay"
],
"env": {
"IZIPAY_USERNAME": "",
"IZIPAY_PASSWORD": "",
"IZIPAY_MERCHANT_CODE": "",
"IZIPAY_ENV": "",
"IZIPAY_BASE_URL": ""
}
}
}
}