How to Use the Mollie MCP in Claude Code
Manage Mollie transactions, refunds, and orders directly from your terminal using Claude Code via this MCP connection.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Mollie MCP to Claude Code
Create your Vinkius account to connect Mollie 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.
Terminal-Based Transaction Auditing
The `get_payment` tool retrieves specific Mollie transaction records directly inside Claude Code. When troubleshooting a checkout issue, you can query Mollie statuses inside Claude Code without opening a web browser. Claude Code outputs clean Mollie JSON payloads that you can pipe directly to other CLI tools. By running Mollie `list_chargebacks` to audit recent flags, you bypass the need for a graphical interface. It lets you run complete Mollie billing investigations entirely from your Claude Code command line.
Headless Order Management via MCP Server
You run `list_orders` to output recent Mollie e-commerce purchases directly to your Claude Code terminal. Claude Code parses this Mollie data to help you identify unfulfilled shipments or pending transactions. This integration matches Mollie tools with your existing shell scripts to automate daily sales reports. Running `get_order` allows Claude Code to fetch detailed line items directly in your Claude Code terminal. This headless Mollie workflow keeps your terminal-centric Claude Code operations fast.
Scriptable Customer Queries
The `get_customer` tool fetches individual Mollie customer profiles inside your Claude Code session. DevOps engineers use Claude Code to verify Mollie billing accounts during server-side database migrations. It ensures that your production database matches the live records in Mollie via Claude Code. You can run Mollie `list_customers` to export customer lists to CSV files using Claude Code. Claude Code formats the raw Mollie API output so you can instantly grep for specific accounts.
Set up Mollie 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 seemollie-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Mollie transactions." It will automatically discover and invoke the available Mollie tools.
claude mcp add --transport http mollie-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 Mollie MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Mollie MCP today
We host it, we monitor it, we maintain it. You just paste one token.