io.github.wyre-technology

alternative-payments-mcp

Alternative Payments

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

stdioofficialservice

Package Details

Transportstdio

Environment Variables

ALTERNATIVE_PAYMENTS_CLIENT_ID(str)
RequiredSecret

OAuth client id (API key) from the Alternative Payments Partner Dashboard.

ALTERNATIVE_PAYMENTS_CLIENT_SECRET(str)
RequiredSecret

OAuth client secret paired with the client id.

ALTERNATIVE_PAYMENTS_ENVIRONMENT(str)
Default:production

Target environment: 'production' or 'demo'.

MCP_TRANSPORT(str)
Default:stdio

Transport mode. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

AUTH_MODE(str)
Default:env

Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.

LOG_LEVEL(str)
Default:info

Log verbosity: debug, info, warn, error