How to Use the Bolt MCP in Cline
Run payment operations and build checkout dashboards inside Cline using the Bolt MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Bolt MCP to Cline
Create your Vinkius account to connect Bolt to Cline and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build checkout interfaces with Cline
Cline can write the frontend components and call `create_order_token` to generate checkout sessions. It writes the code to handle the token on your page, making sure the checkout button functions properly. Because Cline works end-to-end, it doesn't just write the code. It tests the integration, checks the active status via `get_merchant_status`, and runs the local server to verify the checkout button works.
Automate refund pipelines directly in VS Code
When you need to process a customer return, Cline uses `get_order_details` to pull the order history and calculate the correct refund amount. It then executes `refund_transaction` to send the funds back to the buyer's card. You can ask the agent to write a quick script that processes a batch of refunds. It will use `list_transactions` to find the target payments, run the refunds, and stage a git commit with the updated log files.
Manage active payment webhooks
Keep your local development env in sync with live payment events by running `list_webhooks` to see which endpoints are registered. Cline invokes this tool and checks your account details using `get_account_details`. If a webhook is missing, the agent can write the endpoint code in your project and test the connection. This keeps your database updated whenever a transaction status changes.
Set up Bolt MCP in Cline
Prerequisites
- VS Code with Cline extension installed
- Active Vinkius subscription with a valid endpoint token
- 1
Open Cline MCP settings
Click the Cline icon in the VS Code sidebar to open the Cline panel. Then click the MCP Servers icon (server stack) at the top-right corner of the panel.
- 2
Add a remote server
Click "Remote Servers" at the top, then click "Add Remote MCP". In the Name field, type
bolt-mcp. In the URL field, paste your Vinkius endpoint:https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp. Get your token from cloud.vinkius.com. - 3
Enable the server
After saving, the server appears in the Cline MCP panel. Toggle the switch to enable it. The status indicator turns green when the connection is live.
- 4
Start using tools
Return to the Cline chat and ask: "Check my latest Bolt refund status." Cline will discover the available tools and request your approval before invoking each one — giving you full control over every action.
{
"mcpServers": {
"bolt-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Bolt. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Bolt MCP in Cline
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Bolt MCP today
We host it, we monitor it, we maintain it. You just paste one token.