LogoSTMCP
Download
global-antom-mcp

Antom MCP Server

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.

Tools

1. create_payment_session

Generate payment sessions for client-side SDK integration.

2. query_payment_detail

Retrieve transaction status and information for submitted payment requests.

3. cancel_payment

Cancel payments when results are not returned within expected timeframes.

4. create_refund

Initiate full or partial refunds against successful payments.

5. query_refund_detail

Check refund status for previously submitted refund requests.

Open Graph image for Antom MCP Server

JSON Config

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

Useful Links

Information

  • Author@alipay
  • Published date2025/09/13