Back to directory
ant-intl-antom-mcp

ant-intl-antom-mcp

@alipay4

A Model Context Protocol (MCP) compatible server that integrates Ant International's Antom payment APIs, enabling AI assistants to handle payment and refund operations seamlessly.

paymentmcp-servercommerce

Installation & Configuration

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

Information

Transport
stdio
Language
Python
Created
2025/6/10
Updated
2025/12/26