Bolt Connector for AI agents.
10 live capabilities
Manage one-click checkouts and payment refunds through your merchant account.
Waiting for input…
Why people use Bolt
Bolt for E-commerce Payment Management
This Connector puts that power directly into your agent's hands. You can just tell your agent to find the payment and push the refund through. It finds the transaction, checks the amount, and executes the refund. You stay in your flow, and the work gets done.
What Vinkius changes
You get a voice-controlled interface for your Bolt 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
Immediate refund for a returned item
A customer wants a refund.
- Real-world use case 02
Verifying a successful payment
An operations manager asks the agent to list_transactions to confirm that a large order went through correctly.
- Real-world use case 03
Testing a new checkout flow
A developer uses create_order_token to verify that the new one-click checkout flow generates valid session data.
Complete set · 10capabilities
The complete Bolt capability set.
These are the exact actions your AI can choose when you ask it to work with Bolt.
01—04
4 capabilities in this set.
Part of 10 available through Bolt.
- 01 Capability
Get order details
Retrieve specific information about a single order. Use this to see exactly what a customer bought and when.
- 02 Capability
Capture transaction
Capture a payment that was previously authorized. This is useful for finalizing sales once you've confirmed stock.
- 03 Capability
Create order token
Generate a secure token to start a one-click checkout. It helps keep the path to purchase as short as possible for customers.
- 04 Capability
Get account details
Pull your current account configuration and details. Use this to quickly check your merchant identity or settings.
05—07
3 capabilities in this set.
Part of 10 available through Bolt.
- 05 Capability
Get merchant status
Check if your merchant account is active and healthy. It's a fast way to verify your connection is working correctly.
- 06 Capability
Get transaction
Fetch the metadata and status of a specific payment. This helps you troubleshoot failed payments or verify successful ones.
- 07 Capability
List transactions
Get a list of your most recent Bolt transactions. It's the fastest way to see what's happening in your store right now.
08—10
3 capabilities in this set.
Part of 10 available through Bolt.
- 08 Capability
List webhooks
View all your configured webhooks. This helps you audit your data sync and ensure you aren't missing any updates.
- 09 Capability
Refund transaction
Issue a full or partial refund for a completed payment. Use this to quickly resolve customer complaints about returns.
- 10 Capability
Void transaction
Cancel an authorized transaction that hasn't been captured yet. This is perfect for stopping a payment before it actually clears.
Set up in minutes
One URL. Then ask Bolt to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Bolt 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_g8Sbl7tTFvQoAPezAPaP83Gii0J20mzEKiVlYPRy/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 Bolt, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Bolt for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_g8Sbl7tTFvQoAPezAPaP83Gii0J20mzEKiVlYPRy/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 Bolt URL.
- Step 03
Save and start
Save the connection and enable Bolt in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"bolt": {
"url": "https://edge.vinkius.com/vk_preview_g8Sbl7tTFvQoAPezAPaP83Gii0J20mzEKiVlYPRy/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 Bolt
Open Agent mode in chat and ask: "Using Bolt, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"bolt": {
"url": "https://edge.vinkius.com/vk_preview_g8Sbl7tTFvQoAPezAPaP83Gii0J20mzEKiVlYPRy/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 Bolt
Ask Copilot: "Using Bolt, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"bolt": {
"url": "https://edge.vinkius.com/vk_preview_g8Sbl7tTFvQoAPezAPaP83Gii0J20mzEKiVlYPRy/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 Bolt
Open Cascade and ask: "Using Bolt, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"bolt": {
"url": "https://edge.vinkius.com/vk_preview_g8Sbl7tTFvQoAPezAPaP83Gii0J20mzEKiVlYPRy/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 Bolt
Ask Cline: "Using Bolt, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add bolt --transport http "https://edge.vinkius.com/vk_preview_g8Sbl7tTFvQoAPezAPaP83Gii0J20mzEKiVlYPRy/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 Bolt
Ask Claude: "Using Bolt, show me...". 10 tools are ready
Where the request belongs
Work Bolt can move forward.
This is for e-commerce owners and support leads who are tired of tab-switching between their storefront and their payment processor. It's for anyone who wants to handle high-volume payment actions without the friction of a manual dashboard.
E-commerce Store Owner
Handles refunds and captures payments via chat during busy sales periods.
Customer Support Lead
Pulls up order history and transaction details instantly to resolve tickets.
Fintech Developer
Tests order token generation and API health without writing manual curl commands.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDola Checkout
Accept payments globally with a checkout experience designed for digital products, subscriptions, and one-time purchases.
Checkout.com
Manage global payments via Checkout.com. track transactions, process refunds, and monitor account health directly from any AI agent.
PayPal
Manage e-commerce payments via PayPal. orchestrate orders, process captures securely, issue refunds natively, and structure active subscriptions using AI.
Getpaid
Manage billing, track payments, and initiate checkouts via AI agents with Getpaid.io.
Blink Payment
Manage payments, customers, and paylinks seamlessly using Blink Payment with AI Agents.
Afterpay
Buy Now, Pay Later orchestration. manage checkouts, payments, and refunds via AI.
Bring your own AI
Change the model, client or framework. Keep Bolt 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 Bolt.
The practical details behind the request, access and result.
Can the Bolt MCP handle partial refunds?
Yes, it allows you to issue either full or partial refunds for completed transactions through your agent.
How do I use Bolt MCP to check my store's payment status?
You can simply ask your agent to check your merchant account status to see if everything is active and configured correctly.
Can I use this to see my order history?
Yes, your agent can retrieve specific details for any order, including transaction metadata and shopper history.
Does the Bolt MCP work with my existing merchant account?
Yes, it connects directly to your existing Bolt Merchant account using your private API keys.
How do I make checkouts faster?
The Connector can generate order tokens to initiate secure one-click checkout sessions, making the path to purchase much shorter.
Can I see my webhooks?
Yes, you can ask your agent to list and audit your configured webhooks to ensure your data is syncing properly.
Can I process a refund for a transaction using the agent?
Yes! Use the refund_transaction capability with the Bolt reference ID and the amount in cents. Your agent will initiate the credit transaction in your Bolt account.
How do I check the status of a specific Bolt transaction?
Simply ask the agent to get_transaction and provide the reference ID. It will retrieve the latest status, such as 'Authorized', 'Completed', or 'Failed', directly from Bolt.
Can I use this to generate a checkout session token?
Yes. Use the create_order_token capability and provide the cart details in JSON format. This will return a token that can be used on your frontend to open the Bolt checkout modal.
One connection away
Give your agent a direct line to Bolt.
Connect Bolt once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available