io.github.wyre-technology
alternative-payments-mcp
Alternative Payments
MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.
stdioofficialservice
Package Details
ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.1
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:
productionTarget environment: 'production' or 'demo'.
MCP_TRANSPORT(str)
Default:
stdioTransport mode. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODE(str)
Default:
envCredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVEL(str)
Default:
infoLog verbosity: debug, info, warn, error