How to Use the Checkout.com MCP in Claude Code
Connect the Checkout.com MCP Server to Claude Code for terminal-based payment orchestration.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Checkout.com MCP to Claude Code
Create your Vinkius account to connect Checkout.com 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.
Claude Code controls gateway actions
Use `capture_payment` or `void_payment` from your terminal to manage transaction limits. Claude Code parses the output and allows you to pipe it into other shell commands. This works for CI/CD pipelines where you need to verify charges before moving to the next build step. It keeps your terminal workflow intact.
Manage instruments via Claude Code
The agent uses `create_instrument` and `delete_instrument` to maintain your vault state. It generates the required JSON payloads and validates the response from the gateway. You can run these as part of a batch process. Claude Code handles the logic and reports the success or failure of each binding.
Automate refunds in Claude Code
Trigger `refund_payment` for specific transactions identified by your scripts. Claude Code validates the state using `get_payment_details` before sending the command. This allows for programmatic handling of customer disputes. You stay in the terminal while the agent handles the API interaction.
Set up Checkout.com 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 seecheckoutcom-1-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Checkout.com transactions." It will automatically discover and invoke the available Checkout.com tools.
claude mcp add --transport http checkoutcom-1-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 Checkout.com MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Checkout.com MCP today
We host it, we monitor it, we maintain it. You just paste one token.