Antom MCP Server integrates Ant International's payment APIs with the Model Context Protocol, enabling AI assistants to securely process payments, refunds, and transaction queries during conversations.
Generate payment sessions for client-side SDK integration.
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.
Check refund status for previously submitted refund requests.
{
"mcpServers": {
"antom-mcp-server": {
"command": "uvx",
"args": ["ant-intl-antom-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_REDIRECT_URL": "/",
"PAYMENT_NOTIFY_URL": "https://your-domain.com/payment/notify"
}
}
}
}