BlueSnap Connector for AI agents.
10 live capabilities
Manage global payment processing and subscription billing through natural conversation.
Waiting for input…
Why people use BlueSnap
BlueSnap Payment Processing for Faster Merchant Audits
With this Connector, you can just ask your AI agent what happened to a specific payment. It pulls the data from BlueSnap and gives you the answer in seconds. You get a clear view of your finances without ever leaving your primary workspace.
What Vinkius changes
You get a conversational interface for your entire BlueSnap merchant dashboard.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking a failed payment
A customer claims they were charged but the order didn't ship.
- Real-world use case 02
Monthly payout reporting
A finance lead needs to know the balance for the week.
- Real-world use case 03
Subscription audit
An e-commerce owner wants to see how many people are on the 'Pro' plan.
Complete set · 10capabilities
The complete BlueSnap capability set.
These are the exact actions your AI can choose when you ask it to work with BlueSnap.
01—04
4 capabilities in this set.
Part of 10 available through BlueSnap.
- 01 Capability
List vendors
List all the vendors managed within your BlueSnap marketplace. Use this to oversee your marketplace ecosystem.
- 02 Capability
Get vaulted shopper
Get information on a specific shopper who has saved their payment details. This helps you identify returning customers.
- 03 Capability
List plans
List every recurring billing plan currently in your account. Use this to see your entire catalog of subscription options.
- 04 Capability
List subscriptions
See a full list of all active subscriptions. This gives you a high level view of your recurring revenue.
05—07
3 capabilities in this set.
Part of 10 available through BlueSnap.
- 05 Capability
List transactions
Pull a list of your most recent payment transactions. It is the fastest way to see what just happened in your store.
- 06 Capability
List vaulted shoppers
See all shoppers who have vaulted cards for your merchant account. This helps you manage your most loyal customers.
- 07 Capability
Get account balance
Check your current payout balances across different currencies. This helps you see exactly what money is ready for your bank.
08—10
3 capabilities in this set.
Part of 10 available through BlueSnap.
- 08 Capability
Get plan
Get the specific details for a recurring billing plan. Use this to see the exact terms and pricing of a plan.
- 09 Capability
Get subscription
Pull details for a specific subscription. This is useful for checking the status of a single customer's recurring payment.
- 10 Capability
Get transaction
Retrieve detailed data for a single transaction or card authorization. It gives you a deep dive into a specific payment.
Set up in minutes
One URL. Then ask BlueSnap to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use BlueSnap from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_EKLpXSptDSWs0Y85JkZG4zPlhGMC0JhmdgM19aeq/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it BlueSnap, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable BlueSnap for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_EKLpXSptDSWs0Y85JkZG4zPlhGMC0JhmdgM19aeq/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the BlueSnap URL.
- Step 03
Save and start
Save the connection and enable BlueSnap in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"bluesnap": {
"url": "https://edge.vinkius.com/vk_preview_EKLpXSptDSWs0Y85JkZG4zPlhGMC0JhmdgM19aeq/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using BlueSnap
Open Agent mode in chat and ask: "Using BlueSnap, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"bluesnap": {
"url": "https://edge.vinkius.com/vk_preview_EKLpXSptDSWs0Y85JkZG4zPlhGMC0JhmdgM19aeq/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using BlueSnap
Ask Copilot: "Using BlueSnap, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"bluesnap": {
"url": "https://edge.vinkius.com/vk_preview_EKLpXSptDSWs0Y85JkZG4zPlhGMC0JhmdgM19aeq/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using BlueSnap
Open Cascade and ask: "Using BlueSnap, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"bluesnap": {
"url": "https://edge.vinkius.com/vk_preview_EKLpXSptDSWs0Y85JkZG4zPlhGMC0JhmdgM19aeq/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using BlueSnap
Ask Cline: "Using BlueSnap, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add bluesnap --transport http "https://edge.vinkius.com/vk_preview_EKLpXSptDSWs0Y85JkZG4zPlhGMC0JhmdgM19aeq/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using BlueSnap
Ask Claude: "Using BlueSnap, show me...". 10 tools are ready
Where the request belongs
Work BlueSnap can move forward.
This is for e-commerce owners and finance leads who spend too much time digging through payment gateways to find basic order info or payout statuses.
E-commerce Operations Manager
Checks transaction statuses and shopper details during peak shopping hours to resolve customer issues.
Finance Analyst
Monitors payout balances and recurring subscription health for weekly reporting and reconciliation.
Merchant Developer
Verifies sandbox activity and transaction metadata during integration testing and debugging.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPayPal
Manage e-commerce payments via PayPal. orchestrate orders, process captures securely, issue refunds natively, and structure active subscriptions using AI.
Checkout.com
Manage global payments via Checkout.com. process payments, capture funds, handle refunds, and vault instruments directly from any AI agent.
Stripe
Manage payments, customers, products and subscriptions via Stripe. create payment intents, track invoices and audit refunds from any AI agent.
Braintree
Process and manage payments via Braintree GraphQL API. search transactions, manage customers, and issue refunds directly from any AI agent.
Paddle
Manage billing, subscriptions, and transactions via Paddle. inspect customers, list products, pause recurring plans, and void transactions from any AI agent.
Paystack
Manage payments via Paystack. list transactions, verify payments, and manage customers directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep BlueSnap connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about BlueSnap.
The practical details behind the request, access and result.
Can I use BlueSnap MCP to see my merchant balances?
Yes, it allows you to check payout balances across different currencies instantly. You can ask your agent for the current balance at any time.
How does BlueSnap MCP help with subscription billing?
It lets you list all active subscriptions and query specific plan details. You can quickly see your recurring revenue and subscription health.
Can the BlueSnap MCP see my customer's full credit card numbers?
No, it only retrieves shopper profiles and transaction metadata. Your sensitive payment data remains secure and is not exposed to the agent.
Can I use BlueSnap MCP to manage my marketplace vendors?
Yes, you can list and verify all vendors managed within your BlueSnap marketplace. It helps you keep an eye on your marketplace ecosystem.
Does BlueSnap MCP work for checking transaction history?
Yes, you can list recent payment transactions or get details for a specific transaction ID. It is a great way to audit your recent sales.
Is the BlueSnap MCP good for e-commerce finance teams?
It is perfect for finance teams who need to monitor payouts and subscriptions without manual dashboard navigation. It saves time on reconciliation and reporting.
Can I check the status of a specific payment transaction?
Yes! Use the get_transaction capability with the Transaction ID. Your agent will fetch the latest status, including whether it is 'Success', 'Pending', or 'Failed'.
How do I list all my active subscription plans?
Simply ask the agent to list_plans. It will retrieve all recurring billing plans configured in your BlueSnap account for you to review.
Does the integration allow processing a new refund?
Currently, the toolset is focused on querying and monitoring (Read-Only). You can list and inspect transactions, but processing refunds or charges must be done through the BlueSnap portal for financial security.
One connection away
Give your agent a direct line to BlueSnap.
Connect BlueSnap once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available