Chargeblast Connector for AI agents.
8 live capabilities
Stop chargebacks and manage payment disputes through automated alert handling.
Waiting for input…
Why people use Chargeblast
Stop Manual Chargeback Management with Chargeblast Fraud Mitigation
Chargeblast changes that. You can just tell your agent to pull the latest alerts and update them as you go. Instead of clicking through twenty different pages, you get a clear summary and the ability to take action immediately. It turns a multi-step manual process into a quick conversation.
What Vinkius changes
You get a conversational way to stop chargebacks and manage payment disputes without manual data entry.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
A fraud manager sees a spike in alerts
They ask the agent to list_dispute_alerts and then get_dispute_alert_details for the highest-value ones to decide on a course of action.
- Real-world use case 02
An e-commerce op needs to process a refund
They tell the agent to find a specific alert and use update_alert_status to mark it as refunded, skipping the dashboard entirely.
- Real-world use case 03
A reseller wants to check merchant status
They ask the agent to list_enrolled_merchants to ensure all their partners are correctly set up.
Complete set · 8capabilities
The complete Chargeblast capability set.
These are the exact actions your AI can choose when you ask it to work with Chargeblast.
01—04
4 capabilities in this set.
Part of 8 available through Chargeblast.
- 01 Capability
Get dispute alert details
Get the full story behind a single alert. It shows you the amount, source, and status.
- 02 Capability
List deflection logs
View a log of every blocked chargeback attempt. It's the best way to see how much fraud you've stopped.
- 03 Capability
List uploaded orders
See a history of all orders you've sent for deflection. This helps you track your data sync.
- 04 Capability
Upload order data
Send your order data to the system. This enables your digital receipts and automated deflections.
05—08
4 capabilities in this set.
Part of 8 available through Chargeblast.
- 05 Capability
Request dispute credit
Request a credit for a specific dispute alert. This helps you recoup funds quickly.
- 06 Capability
List enrolled merchants
See every merchant currently enrolled in your account. Use this to keep your merchant list organized.
- 07 Capability
Update alert status
Change the status of an alert to something like refunded. This keeps your records accurate.
- 08 Capability
List dispute alerts
Pull a full list of chargeback alerts from your account. Use this to see what needs your attention.
Set up in minutes
One URL. Then ask Chargeblast to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Chargeblast 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_OWyjKhIXij2vdHgV1lAM3J6aK3JNZ8cgzK7zhn6I/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 Chargeblast, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Chargeblast for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_OWyjKhIXij2vdHgV1lAM3J6aK3JNZ8cgzK7zhn6I/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 Chargeblast URL.
- Step 03
Save and start
Save the connection and enable Chargeblast in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"chargeblast": {
"url": "https://edge.vinkius.com/vk_preview_OWyjKhIXij2vdHgV1lAM3J6aK3JNZ8cgzK7zhn6I/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 Chargeblast
Open Agent mode in chat and ask: "Using Chargeblast, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"chargeblast": {
"url": "https://edge.vinkius.com/vk_preview_OWyjKhIXij2vdHgV1lAM3J6aK3JNZ8cgzK7zhn6I/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 Chargeblast
Ask Copilot: "Using Chargeblast, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"chargeblast": {
"url": "https://edge.vinkius.com/vk_preview_OWyjKhIXij2vdHgV1lAM3J6aK3JNZ8cgzK7zhn6I/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 Chargeblast
Open Cascade and ask: "Using Chargeblast, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"chargeblast": {
"url": "https://edge.vinkius.com/vk_preview_OWyjKhIXij2vdHgV1lAM3J6aK3JNZ8cgzK7zhn6I/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 Chargeblast
Ask Cline: "Using Chargeblast, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add chargeblast --transport http "https://edge.vinkius.com/vk_preview_OWyjKhIXij2vdHgV1lAM3J6aK3JNZ8cgzK7zhn6I/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 Chargeblast
Ask Claude: "Using Chargeblast, show me...". 8 tools are ready
Where the request belongs
Work Chargeblast can move forward.
This is for the fraud ops team that's tired of manual data entry and the e-commerce manager who needs to handle hundreds of disputes without slowing down the business.
Fraud Manager
Reviews deflection logs and intercepted alerts to spot patterns in payment fraud.
E-commerce Ops Specialist
Handles high-volume refund requests and order data uploads to keep shipments moving.
Financial Controller
Audits chargeback prevention success and manages merchant enrollment for the whole company.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSift (Chargeback)
Manage fraud prevention and chargebacks via Sift. track user scores, report disputes, and apply decisions directly from any AI agent.
ChargeDesk
Manage billing and payments via ChargeDesk. track charges, refund payments, and manage customers across multiple gateways directly from any AI agent.
ClearSale
Manage e-commerce fraud prevention via ClearSale. submit orders for analysis, monitor fraud scores, and track status updates directly from any AI agent.
Hyperswitch
Manage payments, customers, and refunds via Hyperswitch API.
Authorize.net
Process cards, manage refunds, capture holds, and inspect settled transactions on Authorize.net directly from your AI agent.
Fee Navigator
Analyze merchant statements via Fee Navigator. track potential savings, generate proposals, and manage audits directly through your AI agent.
Bring your own AI
Change the model, client or framework. Keep Chargeblast 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 Chargeblast.
The practical details behind the request, access and result.
How does Chargeblast help with fraud?
Chargeblast helps you stop chargebacks before they happen. It allows your agent to monitor incoming dispute alerts and take action immediately to mitigate fraud.
Can I automate my refunds with Chargeblast?
Yes. You can have your agent update alert statuses to 'refunded' directly from your chat interface, removing the need to manually process each one.
Does Chargeblast work for multiple merchants?
Yes. It includes capabilities to list and manage all the different merchants enrolled under your account in real-time.
How do I see which chargebacks were blocked?
You can ask your agent to show you the deflection logs. It will pull a list of all the chargeback attempts that were successfully blocked by the system.
Can I upload my order data to Chargeblast?
Yes. You can upload order data to enable digital receipts and automatic deflections, which helps prevent disputes before they start.
What kinds of dispute alerts does it support?
It supports various alert types, including CDRN, Ethoca, and RDR, giving you a broad view of your payment security.
Can I see my CDRN and Ethoca alerts in one place?
Yes! Use the list_dispute_alerts capability. The agent will retrieve all intercepted alerts from various networks (CDRN, Ethoca, RDR) and display them in a unified list.
How do I mark an alert as refunded?
Use the update_alert_status capability with the alert ID and set the status to refunded. This notifies Chargeblast that you have resolved the dispute manually.
Where do I find my Chargeblast API Key?
Log in to your Chargeblast Dashboard and look for 'API Key' or 'Account Settings'. You can copy your key from that section for integration.
One connection away
Give your agent a direct line to Chargeblast.
Connect Chargeblast once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available