How to Use the ChargeDesk MCP in Claude Code
Query gateways, audit subscriptions, and issue refunds directly from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect ChargeDesk MCP to Claude Code
Create your Vinkius account to connect ChargeDesk 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.
Script terminal-based billing lookups
The `list_chargedesk_charges` and `get_charge_details` tools let you audit transactions from your command line. Claude Code runs these queries headlessly, allowing you to pipe the output of this MCP Server into grep, jq, or local text files. You can run quick shell scripts to parse recent charges. Claude Code handles the API requests and returns clean JSON or formatted tables directly inside your terminal session.
Issue refunds via Claude Code CLI commands
The `refund_chargedesk_payment` tool lets you reverse charges instantly without opening a browser. You tell Claude Code to refund a specific transaction ID, and it executes the command and prints the receipt details. It is the fastest way to handle customer support tickets while working in the terminal. Claude Code chains the lookup and the refund in one quick command.
Audit subscriptions and webhooks on the command line
The `list_chargedesk_subscriptions` and `list_chargedesk_webhooks` tools expose your recurring billing health directly to your shell. Claude Code inspects these endpoints to verify that your production webhooks match your local configurations. This MCP setup is perfect for SREs and backend devs who need to monitor payment pipelines. You can run automated cron jobs that use Claude Code to alert you if a webhook configuration changes.
Set up ChargeDesk 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 seechargedesk-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest ChargeDesk transactions." It will automatically discover and invoke the available ChargeDesk tools.
claude mcp add --transport http chargedesk-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 ChargeDesk MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the ChargeDesk MCP today
We host it, we monitor it, we maintain it. You just paste one token.