How to Use the Recharge MCP in Claude Code
Manage Recharge subscription billing and customer accounts directly from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Recharge MCP to Claude Code
Create your Vinkius account to connect Recharge 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.
Key Capabilities
Run terminal-based subscription audits via MCP Server
Stop clicking through web interfaces to check on a failing subscription. Run a quick command, and your terminal agent queries `get_subscription_details` to return the raw JSON payload instantly. You can pipe this output directly into grep or jq to extract the exact fields you need. When troubleshooting a customer issue, the agent calls `get_customer` to pull their account status. It displays active subscriptions, billing schedules, and metadata right in your shell. This speeds up support engineering workflows by eliminating browser-based searching.
Modify active subscriptions from the command line
Updating subscription details shouldn't require a custom script. The agent uses `update_subscription` to change quantities, swap products, or alter shipping intervals with a single prompt. It validates the input parameters before hitting the live API. If a subscriber needs to cancel, the agent executes `cancel_subscription` immediately. It outputs a confirmation log so you know the state changed successfully. This makes bulk modifications easy to handle during on-call rotations.
Monitor billing charges and order queues
Keep an eye on payment processing without leaving your SSH session. The agent runs `list_billing_charges` to pull the latest transaction statuses and flag failed payments. It helps you identify billing bottlenecks before they trigger system alerts. To verify that physical goods are scheduled for dispatch, the agent calls `list_subscription_orders` to check the queue. It matches these records against shipping profiles retrieved via `list_shipping_addresses`. You get a complete picture of your fulfillment health directly in your terminal.
Set up Recharge 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 seerecharge-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Recharge transactions." It will automatically discover and invoke the available Recharge tools.
claude mcp add --transport http recharge-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 Recharge MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Recharge MCP today
We host it, we monitor it, we maintain it. You just paste one token.