How to Use the Chargeblast MCP in Claude Code
Manage chargeback deflection logs and automate dispute triage right from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Chargeblast MCP to Claude Code
Create your Vinkius account to connect Chargeblast to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Pipe dispute alerts into Claude Code MCP
Pulling your active chargeback queue requires the `list_dispute_alerts` tool. You run a quick terminal command, and the agent fetches the pending claims, allowing you to pipe that JSON output into jq or another shell utility. Investigating a specific claim uses `get_dispute_alert_details`. When a weird transaction pops up in your logs, you just ask the terminal to grab the metadata for that exact alert ID without opening a browser.
Sync order data via CLI
Pushing transaction records to the network happens through the `upload_order_data` MCP Server tool. You can set up a cron job where the agent grabs your daily database dump, formats it, and ships the digital receipts to the deflection system. Verifying the sync takes a quick call to `list_uploaded_orders`. The agent checks the history to confirm your automated pipeline actually delivered the payloads to the network.
Audit deflection and merchant logs
Reviewing blocked chargebacks relies on `list_deflection_logs`. You ask the agent to summarize yesterday's blocked disputes, and it aggregates the data right in your SSH session. Tracking active accounts requires `list_enrolled_merchants`. If you manage infrastructure for multiple storefronts, this tool confirms which entities are actively monitored by the prevention network.
Set up Chargeblast MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seechargeblast-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Chargeblast transactions." It will automatically discover and invoke the available Chargeblast tools.
claude mcp add --transport http chargeblast-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Chargeblast MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Chargeblast MCP today
We host it, we monitor it, we maintain it. You just paste one token.