LogoSTMCP
Download
global-alipayplus-mcp

AlipayPlus MCP Server

AlipayPlus MCP Server integrates Ant International's payment APIs with the Model Context Protocol, enabling AI assistants to securely handle payment processing, refunds, and customs operations through standardized MCP tools.

Tools

1. create_payment

Generate payment requests for processing transactions.

2. query_payment

Retrieve transaction status and information for submitted payment requests.

3. cancel_payment

Cancel payments when results are not returned within expected timeframes.

4. create_refund

Initiate full or partial refunds against successful payments.

5. customs_declare

Declare a payment to customs or update an existing declaration.

6. query_customs_declare

Inquire about the status of declared payments.

Open Graph image for AlipayPlus MCP Server

JSON Config

{
  "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"
      }
    }
  }
}

Useful Links

Information

  • Author@alipay
  • Published date2025/09/13