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.
Generate payment requests for processing transactions.
Retrieve transaction status and information for submitted payment requests.
Cancel payments when results are not returned within expected timeframes.
Initiate full or partial refunds against successful payments.
Declare a payment to customs or update an existing declaration.
Inquire about the status of declared payments.
{
"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"
}
}
}
}