Skip to content
Cursor

mcp izipay for Cursor

io.github.codespar/mcp-izipay

MCP server for Izipay — Peru enterprise acquirer (Niubiz): authorize/capture/refund, cuotas

client:Cursor transport:stdio runtime:npm

Install mcp izipay in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-izipay": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-izipay"
      ],
      "env": {
        "IZIPAY_USERNAME": "<IZIPAY_USERNAME>",
        "IZIPAY_PASSWORD": "<IZIPAY_PASSWORD>",
        "IZIPAY_MERCHANT_CODE": "<IZIPAY_MERCHANT_CODE>",
        "IZIPAY_ENV": "<IZIPAY_ENV>",
        "IZIPAY_BASE_URL": "<IZIPAY_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp izipay in other clients