{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.wyre-technology/alternative-payments-mcp",
    "description": "MCP server for Alternative Payments \u2014 customers, invoices, payment requests, payouts, webhooks.",
    "title": "Alternative Payments",
    "repository": {
        "url": "https://github.com/wyre-technology/alternative-payments-mcp",
        "source": "github"
    },
    "version": "1.0.5",
    "websiteUrl": "https://github.com/wyre-technology/alternative-payments-mcp",
    "packages": [
        {
            "registryType": "oci",
            "identifier": "ghcr.io/wyre-technology/alternative-payments-mcp",
            "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"
                }
            ],
            "version": "v1.0.5",
            "registryBaseUrl": "https://ghcr.io"
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-29T17:23:41.893817Z",
            "publishedAt": "2026-07-29T17:23:41.893817Z",
            "updatedAt": "2026-07-29T17:23:41.893817Z",
            "isLatest": true
        },
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2026-07-29T17:23:41+00:00",
            "updatedAt": "2026-07-29T17:23:41+00:00"
        }
    }
}