How to Use the BlueSnap MCP in Claude Code
Run BlueSnap payment audits and check subscription logs directly from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect BlueSnap MCP to Claude Code
Create your Vinkius account to connect BlueSnap 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.
Run terminal-based BlueSnap audits with Claude Code
Skip the browser dashboard entirely. When you need to check why a payout is low, run a terminal command and let your agent query `get_account_balance` and `list_transactions` to calculate processing fees and net payouts. Because Claude Code lives in your shell, you can pipe this output directly into local text files, grep for specific merchant IDs, or format the JSON payload for your internal ledger.
Automate subscription checks via CLI
Monitor recurring billing from your command line by adding this MCP Server to your local configuration. The agent uses `list_subscriptions` to pull active accounts and `get_subscription` to drill down into specific customer contracts. You can script these checks to run as cron jobs or terminal aliases. Claude Code processes the raw data, filters out expired tiers, and prints a clean markdown summary right in your terminal window.
Verify vaulted shoppers on the fly
When debugging a database sync issue, use `list_vaulted_shoppers` and `get_vaulted_shopper` to check if a customer profile exists on the gateway. Your agent compares the CLI output with your local PostgreSQL records, flags missing tokens, and outputs the exact SQL insert statements needed to get your database back in sync.
Set up BlueSnap 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 seebluesnap-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest BlueSnap transactions." It will automatically discover and invoke the available BlueSnap tools.
claude mcp add --transport http bluesnap-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 BlueSnap MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the BlueSnap MCP today
We host it, we monitor it, we maintain it. You just paste one token.