Skip to content
Windsurf

cloudpayments mcp for Windsurf

io.github.theyahia/cloudpayments-mcp

MCP server for CloudPayments API — charge, auth, confirm, void, refund, find transaction. 6 tools.

client:Windsurf transport:stdio runtime:npm

Install cloudpayments mcp 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": {
    "cloudpayments-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/cloudpayments-mcp"
      ],
      "env": {
        "CLOUDPAYMENTS_PUBLIC_ID": "<CLOUDPAYMENTS_PUBLIC_ID>"
      }
    }
  }
}

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

cloudpayments mcp in other clients