Loading MCP server directory, please wait...
MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.
npx @getmcp/cli add io.github.wyre-technology/alternative-payments-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
ALTERNATIVE_PAYMENTS_CLIENT_IDOAuth client id (API key) from the Alternative Payments Partner Dashboard.
ALTERNATIVE_PAYMENTS_CLIENT_SECRETOAuth client secret paired with the client id.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/alternative-payments-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"ALTERNATIVE_PAYMENTS_CLIENT_ID",
"-e",
"ALTERNATIVE_PAYMENTS_CLIENT_SECRET",
"-e",
"ALTERNATIVE_PAYMENTS_ENVIRONMENT",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.1"
],
"env": {
"ALTERNATIVE_PAYMENTS_CLIENT_ID": "",
"ALTERNATIVE_PAYMENTS_CLIENT_SECRET": "",
"ALTERNATIVE_PAYMENTS_ENVIRONMENT": "production",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}