Back to directory
ant-intl-alipayplus-mcp

ant-intl-alipayplus-mcp

@alipay7

A Model Context Protocol (MCP) compatible server that integrates Ant International's AlipayPlus payment APIs, enabling AI assistants to handle payment and refund operations seamlessly.

paymentrefundcustomsfinance

Installation & Configuration

{
  "mcpServers": {
    "alipayplus-mcp": {
      "command": "uvx",
      "args": [
        "ant-intl-alipayplus-mcp"
      ],
      "env": {
        "GATEWAY_URL": "https://open-sea-global.alipay.com",
        "CLIENT_ID": "your_client_id_here",
        "MERCHANT_PRIVATE_KEY": "your_merchant_private_key_here",
        "ALIPAY_PUBLIC_KEY": "your_alipay_public_key_here",
        "PAYMENT_NOTIFY_URL": "https://your-domain.com/payment/notify",
        "SETTLEMENT_CURRENCY": "USD",
        "MERCHANT_NAME": "Your Merchant Name",
        "MERCHANT_ID": "Your Merchant ID",
        "MERCHANT_MCC": "5411",
        "MERCHANT_REGION": "US"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/6/10
Updated
2026/6/8