Durianpay Connector for AI agents.
10 live capabilities
Manage payment gateway transactions and track e-commerce orders.
Waiting for input…
Why people use Durianpay
Stop manual payment tracking with Durianpay payment gateway capabilities
This Connector changes that by letting your agent do the hunting for you. You just ask a question about a specific order or customer, and the agent pulls that data from Durianpay instantly. You get the answer you need without ever leaving your chat or workspace.
What Vinkius changes
You get a conversational interface for your entire payment gateway.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Troubleshooting a failed checkout
A customer says their order didn't go through.
- Real-world use case 02
Daily revenue reporting
You need a quick pulse on the day's sales.
- Real-world use case 03
Verifying a customer's history
A user calls about a refund.
Complete set · 10capabilities
The complete Durianpay capability set.
These are the exact actions your AI can choose when you ask it to work with Durianpay.
01—04
4 capabilities in this set.
Part of 10 available through Durianpay.
- 01 Capability
List failed transactions
Identify payments that were declined or failed. Use this to troubleshoot payment issues.
- 02 Capability
List payment orders
List all checkout orders in your account. This gives you a full view of pending sales.
- 03 Capability
List durianpay payments
List all payments received. This is your primary way to see your incoming money.
- 04 Capability
List latest transactions
Identify the most recently received payments. Use this to quickly check your newest activity.
05—07
3 capabilities in this set.
Part of 10 available through Durianpay.
- 05 Capability
Search payment orders
Search for orders by ID or customer name. This makes finding specific sales much faster.
- 06 Capability
Get durianpay account metadata
Get your account metadata and usage limits. This helps you keep track of your platform's constraints.
- 07 Capability
Get payment order details
See the specifics of a checkout order. Use this to check items and expiration times.
08—10
3 capabilities in this set.
Part of 10 available through Durianpay.
- 08 Capability
List registered customers
List all customers in your organization. This helps you manage your user base.
- 09 Capability
Get payment details
Get the lifecycle status of a specific payment. This is great for verifying if a transaction finished.
- 10 Capability
Quick revenue health audit
Get a high-level summary of your payment activity. Use this to see your success rates at a glance.
Set up in minutes
One URL. Then ask Durianpay to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Durianpay 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_BHb6l980MsoMR2kLN0zVJt1nSz91dKYR9lsmjV5d/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 Durianpay, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Durianpay for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_BHb6l980MsoMR2kLN0zVJt1nSz91dKYR9lsmjV5d/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 Durianpay URL.
- Step 03
Save and start
Save the connection and enable Durianpay in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"durianpay": {
"url": "https://edge.vinkius.com/vk_preview_BHb6l980MsoMR2kLN0zVJt1nSz91dKYR9lsmjV5d/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 Durianpay
Open Agent mode in chat and ask: "Using Durianpay, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"durianpay": {
"url": "https://edge.vinkius.com/vk_preview_BHb6l980MsoMR2kLN0zVJt1nSz91dKYR9lsmjV5d/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 Durianpay
Ask Copilot: "Using Durianpay, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"durianpay": {
"url": "https://edge.vinkius.com/vk_preview_BHb6l980MsoMR2kLN0zVJt1nSz91dKYR9lsmjV5d/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 Durianpay
Open Cascade and ask: "Using Durianpay, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"durianpay": {
"url": "https://edge.vinkius.com/vk_preview_BHb6l980MsoMR2kLN0zVJt1nSz91dKYR9lsmjV5d/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 Durianpay
Ask Cline: "Using Durianpay, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add durianpay --transport http "https://edge.vinkius.com/vk_preview_BHb6l980MsoMR2kLN0zVJt1nSz91dKYR9lsmjV5d/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 Durianpay
Ask Claude: "Using Durianpay, show me...". 10 tools are ready
Where the request belongs
Work Durianpay can move forward.
This is for the e-commerce owner who is tired of digging through payment logs or the support lead who needs to verify a customer's billing history in seconds.
Finance Manager
Checks daily transaction volumes and success rates to report on company revenue.
E-commerce Ops
Monitors checkout order statuses to ensure customers are completing their purchases.
Support Agent
Pulls specific payment details to resolve billing disputes or refund requests.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAdyen
Global payment processing. manage payments, refunds, and merchant accounts via AI.
Dola Checkout
Accept payments globally with a checkout experience designed for digital products, subscriptions, and one-time purchases.
Paystack
Manage payments via Paystack. list transactions, verify payments, and manage customers directly from any AI agent.
Checkout.com
Manage global payments via Checkout.com. process payments, capture funds, handle refunds, and vault instruments directly from any AI agent.
Getpaid
Manage billing, track payments, and initiate checkouts via AI agents with Getpaid.io.
Blink Payment
Manage payments, customers, and paylinks seamlessly using Blink Payment with AI Agents.
Bring your own AI
Change the model, client or framework. Keep Durianpay 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 Durianpay.
The practical details behind the request, access and result.
Can I use Durianpay MCP to check if a customer's payment was successful?
Yes, you can ask your agent to check the lifecycle status of any specific payment. It will pull the real-time status directly from the gateway so you don't have to look it up manually.
How does Durianpay MCP help with e-commerce order tracking?
It lets your agent monitor all your checkout orders. You can ask about specific items, see if a payment link is still active, or list all pending orders in one go.
Can Durianpay MCP show me my daily revenue?
Yes, you can ask for a high-level summary of your payment activity. It will pull your success rates and total activity to give you a quick pulse on your sales.
Is it possible to find failed transactions using Durianpay MCP?
Definitely. Your agent can identify payments that were declined or expired. This helps you troubleshoot issues and reach out to customers who had trouble checking out.
Can I see my customer list with Durianpay MCP?
Yes, your agent can list all customers registered in your organization. This includes their contact details and how many transactions they've made over time.
Does Durianpay MCP work with my existing AI assistant?
Yes, it connects to any MCP-compatible client. Once you add your API key, your agent can handle all your payment and order queries through natural language.
How do I get a Durianpay API Key?
Log in to your Durianpay dashboard, navigate to Settings > API Keys, and you can find your unique Secret API Key there. Ensure you use the live key for production data.
Can the agent initiate refunds?
This integration currently focuses on listing and auditing payments and orders. Processing refunds should be managed via the Durianpay dashboard or specific refund API endpoints.
Which payment methods are tracked?
Durianpay tracks various methods including Virtual Accounts, E-wallets, Credit Cards, and Retail outlets. The agent can retrieve the specific method used for each transaction.
One connection away
Give your agent a direct line to Durianpay.
Connect Durianpay once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available