ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Alipay with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Automate payment workflows via Alipay. create trades, process refunds, execute fund transfers, and reconcile billing ledgers natively from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Alipay capability set.

These are the exact actions your AI can choose when you ask it to work with Alipay.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Alipay.

  1. 01

    Cancel trade

    Cancel a trade (rollback)

  2. 02

    Query user info

    Query authorized Alipay user information

  3. 03

    Close trade

    Close an unpaid Alipay trade

  4. 04

    Create trade

    Create a new Alipay transaction/order

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Alipay.

  1. 05

    Get oauth token

    Exchange authorization code for an OAuth Token

  2. 06

    Query bill download URL

    Query the download URL for accounting bills

  3. 07

    Query trade

    Query the status of an Alipay trade

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Alipay.

  1. 08

    Query transfer

    Query the status of a fund transfer

  2. 09

    Refund trade

    Refund an Alipay transaction

  3. 10

    Transfer fund

    Transfer funds to an Alipay user account

Observed, not estimated

882ms average. Fast in production.

Alipay is checked daily against the live service.

Daily averagePeak 1056ms
Aug 21Today
Fastest day
764ms
Slowest day
1056ms
14-day trend
Slowing+10%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Alipay, so you can see the experience inside your AI.

It does not authenticate your account with Alipay. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Alipay Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_YSH60sE9Sc8eAK35BSmhS2zRcSgL05odTND5FLN5/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Alipay capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "alipay-open-platform-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_YSH60sE9Sc8eAK35BSmhS2zRcSgL05odTND5FLN5/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Alipay owners ask.

  • 01

    Do I need to generate RSA signatures manually for each API call?

    No! Simply provide your App Private Key in PKCS1 or PKCS8 format. The engine handles all RSA-SHA256 signing, timestamping, and parameter encoding under the hood automatically on every request. you never touch signature logic directly.

  • 02

    Can I process partial refunds specifying only a fraction of the original order amount?

    Yes! The refund_trade capability supports both full and partial refunds. Specify the original trade number, the refund amount, and a reason string. The engine will dispatch the correctly signed request and return the settlement confirmation with a unique refund ID for tracking.

  • 03

    Is there any risk of accidental payments or unauthorized fund transfers through this integration?

    Every transactional action requires explicit parameters. trade amounts, recipient accounts, and refund values must all be specified deliberately. The RSA2 signature layer ensures that no request can be forged or replayed. Additionally, all operations are scoped to your registered App ID and sandbox/production environment.