How to Use the Kelkoo MCP in Cline
Turn Cline into a retail data engineer that builds e-commerce components using live product feeds.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Kelkoo MCP to Cline
Create your Vinkius account to connect Kelkoo 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.
Scaffold storefronts with live product data
The `search_offers` tool feeds live retail pricing directly into your VS Code environment. You tell Cline to build a product grid component, and it actually pulls real items from the API to populate the mock data. It requires a country code and a keyword to fetch the initial batch of items. To make the UI realistic, Cline hits `list_merchants` to grab actual store names and logos. Your agent writes the React component, maps the JSON response to your props, and renders a working prototype. You skip the tedious step of writing fake JSON files.
Generate navigation menus via this MCP Server
The `list_categories` tool grabs the top-level product groupings for any supported locale. Cline uses this to build out the primary routing for an e-commerce site. Instead of hardcoding basic categories, your agent dynamically fetches the real taxonomy. When you need dropdown menus, Cline triggers `get_category_tree` to pull the nested subcategories. It parses that hierarchical data, writes the recursive component logic, and stages the commit. You watch the sidebar navigation build itself based on live market structures.
Build affiliate reporting dashboards
The `get_reporting_summary` tool downloads your publisher performance metrics straight into the editor. If you ask Cline to build an admin panel, it uses this endpoint to populate the charts with actual click and revenue data. It handles the async fetching and state management for you. Adding promotional banners is just as fast using the `search_coupons` tool. Cline queries the active discounts, extracts the promo codes, and injects them into a promotional alert component. It wires up the entire affiliate flow from backend fetch to frontend display.
Set up Kelkoo 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
kelkoo-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 Kelkoo refund status." Cline will discover the available tools and request your approval before invoking each one — giving you full control over every action.
{
"mcpServers": {
"kelkoo-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 Kelkoo. 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 Kelkoo MCP in Cline
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Kelkoo MCP today
We host it, we monitor it, we maintain it. You just paste one token.