Worldpay Connector for AI agents.
9 live capabilities
Manage global payment processing and settlement audits through your AI agent.
Waiting for input…
Why people use Worldpay
Worldpay for Automating Payment Settlement Audits
This Connector changes that by letting your agent pull settlement details and list recent deposits directly into your chat. You get a clear breakdown of your funds without ever leaving your workspace.
What Vinkius changes
You get a chat-based interface for your entire Worldpay payment pipeline.
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 quickly
A support rep asks the agent to refund $50 on order ABC-123.
- Real-world use case 02
Reconcile daily sales
A finance lead asks for the last 5 settlements.
- Real-world use case 03
Check gateway status
A developer wants to know if the API is up.
Complete set · 9capabilities
The complete Worldpay capability set.
These are the exact actions your AI can choose when you ask it to work with Worldpay.
01—03
3 capabilities in this set.
Part of 9 available through Worldpay.
- 01 Capability
List payment settlements
List all funds that have settled into your account. This makes it easy to see your recent deposits.
- 02 Capability
List webhook endpoints
See all your registered webhook notification endpoints. Use this to verify your real-time update configurations.
- 03 Capability
Refund payment order
Refund a previously completed payment by providing the order code. This lets you handle customer returns instantly.
04—06
3 capabilities in this set.
Part of 9 available through Worldpay.
- 04 Capability
Create payment order
Create a new payment order using a token, amount, and currency. This lets you initiate sales without manual entry.
- 05 Capability
Create reusable token
Generate a reusable payment token from sensitive card data. This keeps your customer data secure and compliant.
- 06 Capability
Get api health
Check the current status of your Worldpay API connection. Use this to ensure your payment gateway is reachable.
07—09
3 capabilities in this set.
Part of 9 available through Worldpay.
- 07 Capability
Get order details
Pull specific details for a single payment order. This is great for quickly verifying transaction history.
- 08 Capability
Get settlement details
Get granular data for a specific settlement. Use this to see exactly how funds were distributed.
- 09 Capability
Get token details
Retrieve metadata for a specific payment token. This helps you manage and identify your stored payment methods.
Set up in minutes
One URL. Then ask Worldpay to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Worldpay 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_CPOKvgw0BSSHorPFt5RQCQPbipGlVhgfRmICeqSh/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 Worldpay, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Worldpay for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_CPOKvgw0BSSHorPFt5RQCQPbipGlVhgfRmICeqSh/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 Worldpay URL.
- Step 03
Save and start
Save the connection and enable Worldpay in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"worldpay": {
"url": "https://edge.vinkius.com/vk_preview_CPOKvgw0BSSHorPFt5RQCQPbipGlVhgfRmICeqSh/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 Worldpay
Open Agent mode in chat and ask: "Using Worldpay, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"worldpay": {
"url": "https://edge.vinkius.com/vk_preview_CPOKvgw0BSSHorPFt5RQCQPbipGlVhgfRmICeqSh/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 Worldpay
Ask Copilot: "Using Worldpay, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"worldpay": {
"url": "https://edge.vinkius.com/vk_preview_CPOKvgw0BSSHorPFt5RQCQPbipGlVhgfRmICeqSh/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 Worldpay
Open Cascade and ask: "Using Worldpay, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"worldpay": {
"url": "https://edge.vinkius.com/vk_preview_CPOKvgw0BSSHorPFt5RQCQPbipGlVhgfRmICeqSh/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 Worldpay
Ask Cline: "Using Worldpay, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add worldpay --transport http "https://edge.vinkius.com/vk_preview_CPOKvgw0BSSHorPFt5RQCQPbipGlVhgfRmICeqSh/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 Worldpay
Ask Claude: "Using Worldpay, show me...". 9 tools are ready
Where the request belongs
Work Worldpay can move forward.
This is for the finance and e-commerce people who are tired of manual data entry and digging through banking portals to find a single transaction.
Finance Ops Manager
Reconciling daily payment batches and auditing settlements through simple chat commands.
E-commerce Manager
Processing high-volume customer refunds and verifying order statuses without manual entry.
Payment Developer
Testing payment tokenization and verifying webhook configurations through conversation.
Support Lead
Quickly looking up transaction details and payment histories to provide rapid customer assistance.
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.
Checkout.com
Manage global payments via Checkout.com. track transactions, process refunds, and monitor account health directly from any AI agent.
Hyperswitch
Manage payments, customers, and refunds via Hyperswitch API.
PayPal
Manage e-commerce payments via PayPal. orchestrate orders, process captures securely, issue refunds natively, and structure active subscriptions using AI.
Payrexx
Accept payments online with a Swiss payment gateway that supports local and international methods with PCI compliance built in.
Ping++
Bring unified payment intelligence to your AI with Ping++. Integrate WeChat, Alipay, and UnionPay through a single clean API interface.
Bring your own AI
Change the model, client or framework. Keep Worldpay 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 Worldpay.
The practical details behind the request, access and result.
Can the Worldpay MCP handle my customer refunds?
Yes. Your AI agent can process full or partial refunds for completed payments by using the order code, saving you from manual data entry.
How does the Worldpay MCP help with settlement audits?
It allows your agent to list all settled funds and pull granular details for specific batches, making it much easier to reconcile your daily accounts.
Is it safe to use the Worldpay MCP for card data?
Yes. The Connector focuses on secure tokenization. You can create and manage reusable payment tokens without ever handling raw sensitive card information.
Can I use the Worldpay MCP to check my webhook status?
Absolutely. You can ask your agent to list your registered webhook endpoints to ensure your real-time notifications are configured correctly.
How does the Worldpay MCP work with my AI agent?
Once you connect the Connector to your AI client using your Service Key, you can simply talk to your agent to manage payments, refunds, and audits.
Does the Worldpay MCP support partial refunds?
Yes, the Connector supports both partial and full refunds. You just need to provide the order code and the specific amount you want to return.
Can I process a refund through the agent?
Yes. The refund_payment_order capability allows your AI agent to initiate a refund for any completed transaction. You just need to provide the order code and the amount (in minor units), and the agent will process it via the Worldpay API.
How do I check the status of a specific payment?
You can use the get_order_details capability. Provide the unique order code, and your agent will return the full transaction metadata, including current payment status, amount, and timestamp.
Can I see a list of recent settlements made to my bank account?
Absolutely. Use the list_payment_settlements capability to retrieve a summary of outgoing transfers to your account. You can then use get_settlement_details to see the individual payments included in each batch.
One connection away
Give your agent a direct line to Worldpay.
Connect Worldpay once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available