AlipayPlus MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLIENT_ID | Yes | Merchant client ID for identity verification | |
| GATEWAY_URL | No | AlipayPlus API gateway URL | https://open-sea-global.alipay.com |
| MERCHANT_ID | No | Merchant ID | M0000000001 |
| MERCHANT_MCC | No | Merchant Category Code | 5411 |
| MERCHANT_NAME | No | Merchant name | Alipayplus MCP |
| MERCHANT_REGION | No | Merchant region code | CN |
| ALIPAY_PUBLIC_KEY | Yes | Alipay RSA public key for response verification | |
| PAYMENT_NOTIFY_URL | No | Payment result notification callback URL | http://localhost:8080/notify |
| SETTLEMENT_CURRENCY | No | Currency for settlement | |
| MERCHANT_PRIVATE_KEY | Yes | Merchant RSA private key for request signing | |
| PAYMENT_REDIRECT_URL | No | URL to redirect after payment |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_paymentA | The tool is used by the Acquiring Service Provider (ACQP) to send a request to Alipay+ to place orders. |
| query_paymentA | The tool is used by the Acquiring Service Provider (ACQP) to query the payment result if no payment result is received after a certain period of time. |
| cancel_paymentA | The tool is used by the Acquiring Service Provider (ACQP) to proactively cancel a payment when no payment result is received after the payment expires, or when the ACQP closes the payment before receiving the payment result. |
| create_refundA | The tool is used by the Acquiring Service Provider (ACQP) to initiate a refund of a successful payment.The refund can be full or partial. A transaction can have multiple refunds as long as the total refund amount is less than or equal to the original transaction amount. |
| customs_declareA | The tool is used by the Acquiring Service Provider (ACQP) to declare a payment to customs or update an existing declaration. |
| query_customs_declareA | The tool is used by the Acquiring Service Provider (ACQP) to inquire about the status of declared payments. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |