How to Use the CoinGate MCP in Claude Code
Manage CoinGate payment flows, check rates, and audit payouts directly from the Claude Code terminal using this MCP server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect CoinGate MCP to Claude Code
Create your Vinkius account to connect CoinGate 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.
Trigger checkout flows from your terminal
The `create_order` tool lets you generate crypto payment links directly inside your CLI session. You pass your customer details as a JSON string, and the tool returns a live multi-coin checkout URL instantly. This makes it simple to script custom invoice generation. You can pipe the output directly into curl, send it to a customer via email, or log the order ID to a local file.
Run automated financial audits with this MCP Server
The `list_payouts` tool outputs your complete payout history directly to stdout. You can parse this stream with standard Unix utilities like grep, awk, or jq to build quick financial reports. Combine it with `list_orders` to audit all incoming crypto transactions. Your agent can run these checks as part of a cron job or a CI/CD pipeline to flag unpaid invoices.
Check live crypto rates and account status
The `get_exchange_rates` tool pulls instant market pricing directly into your terminal environment. You can quickly check current conversion rates before initiating manual settlements or updating price lists. Use `get_account_info` alongside it to inspect your merchant profile details. You get a clear snapshot of your account status and limits without opening a web browser.
Set up CoinGate 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 seecoingate-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest CoinGate transactions." It will automatically discover and invoke the available CoinGate tools.
claude mcp add --transport http coingate-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 CoinGate MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the CoinGate MCP today
We host it, we monitor it, we maintain it. You just paste one token.