MCP Server
MCP
Alternative Payments
MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.
Install
oci:ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.8
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.8",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "OAuth client id (API key) from the Alternative Payments Partner Dashboard.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ALTERNATIVE_PAYMENTS_CLIENT_ID"
},
{
"description": "OAuth client secret paired with the client id.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ALTERNATIVE_PAYMENTS_CLIENT_SECRET"
},
{
"description": "Target environment: 'production' or 'demo'.",
"format": "string",
"default": "production",
"name": "ALTERNATIVE_PAYMENTS_ENVIRONMENT"
},
{
"description": "Transport mode. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.",
"format": "string",
"default": "stdio",
"name": "MCP_TRANSPORT"
},
{
"description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.",
"format": "string",
"default": "env",
"name": "AUTH_MODE"
},
{
"description": "Log verbosity: debug, info, warn, error",
"format": "string",
"default": "info",
"name": "LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment