
AlipayPlus MCP Server
by alipay
Integrates Ant International's AlipayPlus payment APIs for seamless AI-driven payments, refunds, and customs declarations.
What it does
The AlipayPlus MCP Server connects AI assistants to Ant International's AlipayPlus payment ecosystem. It allows agents to securely handle end-to-end financial transactions, including processing payments, verifying transaction statuses, and managing refunds, directly within a conversational interface.
Tools
create_payment: Generates a payment request to process a transaction.query_payment: Retrieves the current status and details of a submitted payment.cancel_payment: Cancels a pending payment if results aren't received within expected timeframes.create_refund: Initiates a full or partial refund for a successful payment.customs_declare: Declares a payment to customs or updates an existing declaration.query_customs_declare: Checks the status of a customs declaration.
Installation
Add the following to your claude_desktop_config.json:
{
"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"
}
}
}
}
Supported hosts
- Claude Desktop
- QwenAgent
Quick install
uvx ant-intl-alipayplus-mcpInformation
- Pricing
- free
- Published






