Odel
Alternative Payments

Alternative Payments

Local
@wyre-aiTypeScriptUpdated 4 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/wyre-ai/alternative-payments-mcp:v1.0.10

Run

docker run -i --rm ghcr.io/wyre-ai/alternative-payments-mcp:v1.0.10

MCP client config

{
  "mcpServers": {
    "alternative-payments": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/alternative-payments-mcp:v1.0.10"
      ]
    }
  }
}