LianLian Pay Connector for AI agents.
10 live capabilities
Manage global cross-border payments and multi-currency settlements from your workspace.
Waiting for input…
Why people use LianLian Pay
LianLian Pay for Cross-Border Payment Reconciliation
This Connector puts all that data in one place. Your AI agent can pull the latest FX rates, check your balances, and list your settlements in a single conversation. You get a clear view of your global liquidity without ever opening a browser tab.
What Vinkius changes
You get a voice-activated treasury dashboard for your global payments.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Refund a customer instantly
An e-commerce owner asks to refund order LL-123.
- Real-world use case 02
Check FX for a wire transfer
A treasurer asks for the current USD to EUR rate.
- Real-world use case 03
Audit a week of settlements
A finance lead asks for all settlements from last week.
Complete set · 10capabilities
The complete LianLian Pay capability set.
These are the exact actions your AI can choose when you ask it to work with LianLian Pay.
01—04
4 capabilities in this set.
Part of 10 available through LianLian Pay.
- 01 Capability
Get balance
Check your current account balance across your merchant accounts. This helps you see your available capital at a glance.
- 02 Capability
Get bank list
See which banks are currently supported for your international transfers. Use this to verify payment destinations.
- 03 Capability
Get exchange rates
Get the latest FX rates to plan your multi-currency conversions. This is useful for accurate treasury planning.
- 04 Capability
List settlements
See a history of your settled funds and capital flow. It helps you track which payments have actually cleared.
05—07
3 capabilities in this set.
Part of 10 available through LianLian Pay.
- 05 Capability
List transactions
Pull a list of recent transactions for quick auditing. Use this to reconcile your daily books.
- 06 Capability
List withdrawals
View your history of fund withdrawals to track outgoing capital. This keeps your records organized.
- 07 Capability
Query order
Check the status of a specific payment order using its ID. This is perfect for answering customer inquiries.
08—10
3 capabilities in this set.
Part of 10 available through LianLian Pay.
- 08 Capability
Refund order
Issue a refund for a previous payment directly through your agent. This saves you from logging into the portal.
- 09 Capability
Create payment
Generate a new international payment order with specific identifiers. Use this to move funds quickly.
- 10 Capability
Get account info
Pull your merchant account details to verify your profile status. This helps you stay on top of your account health.
Set up in minutes
One URL. Then ask LianLian Pay to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use LianLian Pay 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_LZwJljoRrcFMYKBafX6WwdjhwH4pA1Iuo1DOiZxI/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 LianLian Pay, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable LianLian Pay for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_LZwJljoRrcFMYKBafX6WwdjhwH4pA1Iuo1DOiZxI/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 LianLian Pay URL.
- Step 03
Save and start
Save the connection and enable LianLian Pay in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"lianlian-pay": {
"url": "https://edge.vinkius.com/vk_preview_LZwJljoRrcFMYKBafX6WwdjhwH4pA1Iuo1DOiZxI/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 LianLian Pay
Open Agent mode in chat and ask: "Using LianLian Pay, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"lianlian-pay": {
"url": "https://edge.vinkius.com/vk_preview_LZwJljoRrcFMYKBafX6WwdjhwH4pA1Iuo1DOiZxI/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 LianLian Pay
Ask Copilot: "Using LianLian Pay, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"lianlian-pay": {
"url": "https://edge.vinkius.com/vk_preview_LZwJljoRrcFMYKBafX6WwdjhwH4pA1Iuo1DOiZxI/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 LianLian Pay
Open Cascade and ask: "Using LianLian Pay, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"lianlian-pay": {
"url": "https://edge.vinkius.com/vk_preview_LZwJljoRrcFMYKBafX6WwdjhwH4pA1Iuo1DOiZxI/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 LianLian Pay
Ask Cline: "Using LianLian Pay, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add lianlian-pay --transport http "https://edge.vinkius.com/vk_preview_LZwJljoRrcFMYKBafX6WwdjhwH4pA1Iuo1DOiZxI/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 LianLian Pay
Ask Claude: "Using LianLian Pay, show me...". 10 tools are ready
Where the request belongs
Work LianLian Pay can move forward.
This is for the finance professional who's tired of clicking through dozens of dashboard pages to track international money. It's for the e-commerce owner who needs to see their global revenue in one place.
Finance Director
Audits organization-wide liquidity and global settlements using natural language queries.
Treasury Operations
Coordinates multi-currency payments and tracks fund withdrawals from a single workspace.
E-commerce Manager
Manages cross-border revenue and reconciles daily transactions via a unified AI interface.
Logistics Coordinator
Integrates international payment status tracking into automated trade workflows.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPingPong
Global multi-currency payment platform for E-commerce. manage accounts, balances, and payouts via AI.
Airwallex
Process global payments, manage multi-currency accounts, and track international transfers with enterprise-grade treasury capabilities.
Finmo
Manage global pay-ins, payouts, and multi-currency wallets through AI agents with Finmo.
Alipay Open Platform
Automate payment workflows via Alipay. create trades, process refunds, execute fund transfers, and reconcile billing ledgers natively from any AI agent.
Adyen
Global payment processing. manage payments, refunds, and merchant accounts via AI.
Modulr
Empowers algorithmic control over European Payment volumes. Execute massive HMAC-secured payment schedules, create internal ledgers natively.
Bring your own AI
Change the model, client or framework. Keep LianLian Pay 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 LianLian Pay.
The practical details behind the request, access and result.
Can LianLian Pay MCP handle multiple currencies?
Yes, it allows your agent to see balances and FX rates for various currencies, making it perfect for multi-currency accounts.
How do I use LianLian Pay MCP for refunds?
You can simply ask your agent to process a refund for a specific order ID. It will handle the request directly through the platform.
Can LianLian Pay MCP track my settlements?
Yes, it pulls a history of settled funds so you can see your capital flow and verify which payments have cleared.
Is LianLian Pay MCP good for e-commerce?
It's a great fit for e-commerce businesses that need to manage cross-border revenue and coordinate international supplier payments.
Does LianLian Pay MCP show current bank lists?
Yes, it can retrieve the list of supported banks for your transfers, helping you verify payment destinations quickly.
How do I find my LianLian Merchant ID?
Your Merchant ID is an 18-digit number starting with '14', provided by LianLian Pay after your account is successfully registered and verified. You can find it in the LianLian Global portal dashboard.
How do I set up the RSA keys for API calls?
Generate a 2048-bit RSA key pair. Upload your Public Key to the LianLian Global portal under [Developer Settings]. Use your Private Key in the credentials section of this server to sign requests.
Can I initiate a refund through the agent?
Yes. Use the refund_order capability with the original order ID and the refund amount. Your agent will initiate the request with LianLian Pay and monitor the processing status for you.
One connection away
Give your agent a direct line to LianLian Pay.
Connect LianLian Pay once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available