Hyperswitch Connector for AI agents.
10 live capabilities
Manage payment gateways, refunds, and customer data through your AI client.
Waiting for input…
Why people use Hyperswitch
Hyperswitch for automated payment gateway management
With this Connector, you can just ask your agent to 'list all refunds over $500' and get a summary in seconds. You get a clear view of your revenue without the busy work, letting you focus on high-level strategy instead of data entry.
What Vinkius changes
Your AI agent gets direct access to your payment data for faster operations.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Processing a customer refund
A customer asks for a refund.
- Real-world use case 02
Weekly payout auditing
An ops manager needs a weekly report.
- Real-world use case 03
Resolving a missing payment ticket
A support ticket comes in about a missing payment.
Complete set · 10capabilities
The complete Hyperswitch capability set.
These are the exact actions your AI can choose when you ask it to work with Hyperswitch.
01—04
4 capabilities in this set.
Part of 10 available through Hyperswitch.
- 01 Capability
Get dispute
Pulls the current status and details for a specific payment dispute. Use this to see why a chargeback happened.
- 02 Capability
Get payment
Retrieves the full transaction history for a specific payment record. It shows the exact status of a single charge.
- 03 Capability
Get payout
Gets the details for a specific payout from your account. Use this to track where your funds are going.
- 04 Capability
List customers
Shows a complete list of all customers in your Hyperswitch account. It's great for high-level auditing.
05—07
3 capabilities in this set.
Part of 10 available through Hyperswitch.
- 05 Capability
Get customer
Fetches the specific profile and details for a single customer. This helps your agent provide accurate info to users.
- 06 Capability
Get refund
Pulls the specific details for a single refund request. Use this to confirm if a customer's money was sent back.
- 07 Capability
List disputes
Lists every active and past dispute associated with your account. This helps you stay on top of chargebacks.
08—10
3 capabilities in this set.
Part of 10 available through Hyperswitch.
- 08 Capability
List payments
Shows a full list of all processed and pending payments. Use this to get a bird's-eye view of your revenue.
- 09 Capability
List payouts
Provides a list of all payouts currently in your system. Use this to monitor your outgoing funds.
- 10 Capability
List refunds
Shows a complete list of all refunds processed through the gateway. It helps you track total refund volume.
Set up in minutes
One URL. Then ask Hyperswitch to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Hyperswitch 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_fpj7tS8GsefUH9b6f08rDfPwfDVpt0GMOH75AHWw/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 Hyperswitch, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Hyperswitch for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_fpj7tS8GsefUH9b6f08rDfPwfDVpt0GMOH75AHWw/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 Hyperswitch URL.
- Step 03
Save and start
Save the connection and enable Hyperswitch in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"hyperswitch": {
"url": "https://edge.vinkius.com/vk_preview_fpj7tS8GsefUH9b6f08rDfPwfDVpt0GMOH75AHWw/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 Hyperswitch
Open Agent mode in chat and ask: "Using Hyperswitch, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"hyperswitch": {
"url": "https://edge.vinkius.com/vk_preview_fpj7tS8GsefUH9b6f08rDfPwfDVpt0GMOH75AHWw/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 Hyperswitch
Ask Copilot: "Using Hyperswitch, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"hyperswitch": {
"url": "https://edge.vinkius.com/vk_preview_fpj7tS8GsefUH9b6f08rDfPwfDVpt0GMOH75AHWw/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 Hyperswitch
Open Cascade and ask: "Using Hyperswitch, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"hyperswitch": {
"url": "https://edge.vinkius.com/vk_preview_fpj7tS8GsefUH9b6f08rDfPwfDVpt0GMOH75AHWw/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 Hyperswitch
Ask Cline: "Using Hyperswitch, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add hyperswitch --transport http "https://edge.vinkius.com/vk_preview_fpj7tS8GsefUH9b6f08rDfPwfDVpt0GMOH75AHWw/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 Hyperswitch
Ask Claude: "Using Hyperswitch, show me...". 10 tools are ready
Where the request belongs
Work Hyperswitch can move forward.
This is for the fintech ops manager tired of manual reconciliations, the e-commerce owner handling high refund volumes, and the support lead who needs to check payment status without bothering the engineering team.
Fintech Ops Manager
Uses this to audit payouts and monitor disputes without manually exporting CSV files.
E-commerce Support Lead
Uses this to quickly check refund statuses and customer details during live chat sessions.
Payments Engineer
Uses this to build automated capabilities for handling failed transactions and customer payouts.
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.
ChargeDesk
Manage billing and payments via ChargeDesk. track charges, refund payments, and manage customers across multiple gateways directly from any AI agent.
Blink Payment
Manage payments, customers, and paylinks seamlessly using Blink Payment with AI Agents.
Checkout.com
Manage global payments via Checkout.com. track transactions, process refunds, and monitor account health directly from any AI agent.
Braintree
Process and manage payments via Braintree GraphQL API. search transactions, manage customers, and issue refunds directly from any AI agent.
Durianpay
Equip your AI agent to manage payments, track checkout orders, and monitor settlements via the Durianpay API.
Bring your own AI
Change the model, client or framework. Keep Hyperswitch 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 Hyperswitch.
The practical details behind the request, access and result.
Can Hyperswitch MCP help with my refunds?
Yes, it lets your agent check refund history and status instantly. You can ask it to list all refunds or get details on a specific one without opening your dashboard.
How does Hyperswitch MCP handle payment disputes?
It pulls the status of every dispute in your account. Your agent can identify which chargebacks need attention and provide the details for each one.
Can I use Hyperswitch MCP to see my payouts?
Yes, the Connector can list all payouts or show you the specific details of a single payout. It's a great way to monitor your outgoing funds in real-time.
Is Hyperswitch MCP good for fintech support?
It's excellent for support. Your agent can quickly pull customer profiles and payment statuses to answer user questions faster and more accurately.
How do I connect Hyperswitch MCP to my agent?
You can connect it easily through Vinkius. Just provide your Hyperswitch API keys, and your AI client will have the capabilities it needs to manage your payments.
How do I get Hyperswitch API credentials?
You can find your API Secret Key in the Hyperswitch dashboard under 'API Keys'.
Does it support multiple processors?
Hyperswitch is a payment switch that abstracts multiple processors. This Connector interacts with the Hyperswitch unified API.
Can I process refunds with this Connector?
This version focus on listing and retrieving refund details. Actions to trigger new refunds may be added in future updates.
Can I process refunds with this MCP?
This version focus on listing and retrieving refund details. Actions to trigger new refunds may be added in future updates.
One connection away
Give your agent a direct line to Hyperswitch.
Connect Hyperswitch once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available