Skip to content
Cursor

Alternative Payments for Cursor

io.github.wyre-technology/alternative-payments-mcp

MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.

client:Cursor transport:stdio runtime:oci

Install Alternative Payments 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": {
    "alternative-payments-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.8"
      ],
      "env": {
        "ALTERNATIVE_PAYMENTS_CLIENT_ID": "<ALTERNATIVE_PAYMENTS_CLIENT_ID>",
        "ALTERNATIVE_PAYMENTS_CLIENT_SECRET": "<ALTERNATIVE_PAYMENTS_CLIENT_SECRET>",
        "ALTERNATIVE_PAYMENTS_ENVIRONMENT": "<ALTERNATIVE_PAYMENTS_ENVIRONMENT>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

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

Alternative Payments in other clients