Skip to content
Zed

mcp izipay for Zed

io.github.codespar/mcp-izipay

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

client:Zed transport:stdio runtime:npm

Install mcp izipay in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp izipay in other clients