How to Use the Clip API MCP in Claude Code
Run Clip payment operations and catalog updates directly from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Clip API MCP to Claude Code
Create your Vinkius account to connect Clip API 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 instant payment links from the command line
The Clip API MCP Server uses `create_payment_link` to turn your terminal into a lightweight merchant checkout manager. Run a single command to trigger the link creation and pipe the resulting URL directly to your clipboard or a text message. If a customer requests a cancellation, you can kill the link instantly. Passing the ID to `cancel_payment_link` terminates the active session without you needing to log into the web dashboard.
Audit physical terminals using Claude Code
Monitoring physical retail hardware from a headless environment is simple with this MCP Server running `list_terminals` to audit your network. Claude Code uses this tool to pull status data for every registered card reader in your Mexican retail network. You can script cron jobs that run `get_balance_summary` daily, keeping your server logs updated with pending settlement balances without manual checks.
Process batch refunds via terminal commands
Handling volume returns is faster when Claude Code calls `refund_transaction` directly from your SSH session. This MCP Server lets you bypass the browser entirely to reverse card payments. If you need to verify the state of a batch of orders, Claude Code loops through the IDs with `get_transaction_status` to ensure every refund went through successfully.
Set up Clip API 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 seeclip-api-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Clip API transactions." It will automatically discover and invoke the available Clip API tools.
claude mcp add --transport http clip-api-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 Clip API MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Clip API MCP today
We host it, we monitor it, we maintain it. You just paste one token.