UnionPay Open Platform Connector for AI agents.
7 live capabilities
Process global payments and verify identities with a major card network.
Waiting for input…
Why people use UnionPay Open Platform
UnionPay Open Platform for Cross-Border Payment Processing
This Connector lets your agent handle those steps directly. It pulls the data, checks the status, and confirms the payment in one go, so you can focus on the customer instead of the backend.
What Vinkius changes
That your agent gets direct access to UnionPay's payment and identity systems through a few simple commands.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Instant Chat Invoicing
A merchant wants to send a payment link in a chat.
- Real-world use case 02
Fraud Prevention
A fintech app needs to check a user's risk level.
- Real-world use case 03
Subscription Management
A subscription service needs to stop a user's billing.
Complete set · 7capabilities
The complete UnionPay Open Platform capability set.
These are the exact actions your AI can choose when you ask it to work with UnionPay Open Platform.
01—04
4 capabilities in this set.
Part of 7 available through UnionPay Open Platform.
- 01 Capability
Cancel card token
Unlink an existing card token to stop it from being used for future charges. This is useful for managing recurring subscriptions.
- 02 Capability
Check card risk status
Query the risk registry to see if a specific card is flagged for fraud. Use this to block suspicious transactions early.
- 03 Capability
Request card token
Turn sensitive card details into a safe token for repeated use. This is the standard way to handle recurring billing.
- 04 Capability
Verify card kyc
Validate a user's ID and card binding against the bank's records. This automates the primary KYC verification step.
05—07
3 capabilities in this set.
Part of 7 available through UnionPay Open Platform.
- 05 Capability
Generate qr code
Create a C2B QR code for a customer to scan and pay a business. It allows for rapid, unified payment generation.
- 06 Capability
Get qr transaction status
Check if a payment tied to a specific QR code was successful. Use this to update your internal order status.
- 07 Capability
Init secure payment
Start a secure online checkout session for a customer. This handles the initial handshake for online payments.
Set up in minutes
One URL. Then ask UnionPay Open Platform to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use UnionPay Open Platform from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ggx22RNM5pnNgKtLpJ5fHn1WV52rcnpTQgNUxGF7/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it UnionPay Open Platform, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable UnionPay Open Platform for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ggx22RNM5pnNgKtLpJ5fHn1WV52rcnpTQgNUxGF7/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the UnionPay Open Platform URL.
- Step 03
Save and start
Save the connection and enable UnionPay Open Platform in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"unionpay-open-platform": {
"url": "https://edge.vinkius.com/vk_preview_ggx22RNM5pnNgKtLpJ5fHn1WV52rcnpTQgNUxGF7/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using UnionPay Open Platform
Open Agent mode in chat and ask: "Using UnionPay Open Platform, help me...". 7 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"unionpay-open-platform": {
"url": "https://edge.vinkius.com/vk_preview_ggx22RNM5pnNgKtLpJ5fHn1WV52rcnpTQgNUxGF7/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using UnionPay Open Platform
Ask Copilot: "Using UnionPay Open Platform, help me...". 7 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"unionpay-open-platform": {
"url": "https://edge.vinkius.com/vk_preview_ggx22RNM5pnNgKtLpJ5fHn1WV52rcnpTQgNUxGF7/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using UnionPay Open Platform
Open Cascade and ask: "Using UnionPay Open Platform, help me...". 7 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"unionpay-open-platform": {
"url": "https://edge.vinkius.com/vk_preview_ggx22RNM5pnNgKtLpJ5fHn1WV52rcnpTQgNUxGF7/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using UnionPay Open Platform
Ask Cline: "Using UnionPay Open Platform, help me...". 7 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add unionpay-open-platform --transport http "https://edge.vinkius.com/vk_preview_ggx22RNM5pnNgKtLpJ5fHn1WV52rcnpTQgNUxGF7/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using UnionPay Open Platform
Ask Claude: "Using UnionPay Open Platform, show me...". 7 tools are ready
Where the request belongs
Work UnionPay Open Platform can move forward.
This is for the fintech engineers and retail operators who need to handle international payments without the overhead of manual verification or building complex bank integrations.
Fintech Engineer
Building cross-border payment apps that need to handle Chinese payments without a heavy SDK footprint.
Store Manager
Sending dynamic QR invoices to customers in a chat window instantly to confirm sales.
Compliance Officer
Automating identity verification to qualify new users quickly and safely.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsNuvei
Connect your AI agent to Nuvei to track transactions, manage payments, and securely tokenize cards through natural conversation.
Ping++
Bring unified payment intelligence to your AI with Ping++. Integrate WeChat, Alipay, and UnionPay through a single clean API interface.
Checkout.com
Manage global payments via Checkout.com. process payments, capture funds, handle refunds, and vault instruments directly from any AI agent.
Authorize.net
Process cards, manage refunds, capture holds, and inspect settled transactions on Authorize.net directly from your AI agent.
Adyen
Global payment processing. manage payments, refunds, and merchant accounts via AI.
Mastercard
Identify cards, validate accounts, find merchants, and detect fraud via Mastercard payment APIs.
Bring your own AI
Change the model, client or framework. Keep UnionPay Open Platform connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about UnionPay Open Platform.
The practical details behind the request, access and result.
Can I use UnionPay Open Platform MCP to handle international payments?
Yes, this Connector allows your agent to process payments through the UnionPay network, making it easy to handle global transactions and cross-border payments.
Does UnionPay Open Platform MCP support recurring billing?
Yes, you can use the tokenization capabilities to turn card details into safe tokens. This lets your agent handle recurring charges without storing sensitive card data.
How does UnionPay Open Platform MCP handle identity verification?
It connects your agent to the bank's system to verify cardholder identities and card bindings instantly, which helps automate your KYC process.
Can I generate QR codes for my customers using UnionPay Open Platform MCP?
Absolutely. Your agent can generate C2B unified QR codes on the fly, which customers can scan to complete payments quickly.
Is UnionPay Open Platform MCP safe for handling sensitive card data?
Yes, it is designed to handle card tokenization. By converting card details into tokens, your agent can manage payments while keeping the actual data secure.
Can my AI agent check if a payment was successful?
Yes, your agent can query the real-time status of any QR code transaction to confirm that the payment went through successfully.
How do I get an App ID?
You must register a developer account on the UnionPay International Developer portal. Once your business is verified, you can create an app to obtain credentials.
Does KYC card checking cost money?
Yes, depending on your contract with UnionPay, calls to identity verification and risk assessment endpoints may incur minor micro-transaction fees per successful hit.
Can I use RSA Certificates instead of App Secret?
This Connector wrapper abstracts away the complex RSA .pfx certificate signing by requiring standard API Key interaction, which is securely transformed in the agent execution runtime.
One connection away
Give your agent a direct line to UnionPay Open Platform.
Connect UnionPay Open Platform once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available