Skip to content
Windsurf

mcp izipay for Windsurf

io.github.codespar/mcp-izipay

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

client:Windsurf transport:stdio runtime:npm

Install mcp izipay in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "mcp-izipay": {
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp izipay in other clients