2,500+ MCP servers ready to use
Vinkius

Kelkoo MCP Server for LlamaIndex 8 tools — connect in under 2 minutes

Built by Vinkius GDPR 8 Tools Framework

LlamaIndex specializes in data-aware AI agents that connect LLMs to structured and unstructured sources. Add Kelkoo as an MCP tool provider through Vinkius and your agents can query, analyze, and act on live data alongside your existing indexes.

Vinkius supports streamable HTTP and SSE.

python
import asyncio
from llama_index.tools.mcp import BasicMCPClient, McpToolSpec
from llama_index.core.agent.workflow import FunctionAgent
from llama_index.llms.openai import OpenAI

async def main():
    # Your Vinkius token. get it at cloud.vinkius.com
    mcp_client = BasicMCPClient("https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp")
    mcp_tool_spec = McpToolSpec(client=mcp_client)
    tools = await mcp_tool_spec.to_tool_list_async()

    agent = FunctionAgent(
        tools=tools,
        llm=OpenAI(model="gpt-4o"),
        system_prompt=(
            "You are an assistant with access to Kelkoo. "
            "You have 8 tools available."
        ),
    )

    response = await agent.run(
        "What tools are available in Kelkoo?"
    )
    print(response)

asyncio.run(main())
Kelkoo
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About Kelkoo MCP Server

Connect your Kelkoo Group publisher account to any AI agent to access millions of product offers and shopping data. This MCP server allows your agent to search for products, compare prices across merchants, and explore rich retail catalogs directly.

LlamaIndex agents combine Kelkoo tool responses with indexed documents for comprehensive, grounded answers. Connect 8 tools through Vinkius and query live data alongside vector stores and SQL databases in a single turn. ideal for hybrid search, data enrichment, and analytical workflows.

What you can do

  • Offer Discovery — Search for real-time product offers across 39 countries using keywords and categories
  • Price Comparison — Retrieve detailed price and merchant information for millions of items
  • Catalog Exploration — Navigate hierarchical category trees and list merchants by country
  • Deal Hunting — Search for active discount coupons and promotional deals
  • Market Insights — List supported countries and access performance reporting summaries

The Kelkoo MCP Server exposes 8 tools through the Vinkius. Connect it to LlamaIndex in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

How to Connect Kelkoo to LlamaIndex via MCP

Follow these steps to integrate the Kelkoo MCP Server with LlamaIndex.

01

Install dependencies

Run pip install llama-index-tools-mcp llama-index-llms-openai

02

Replace the token

Replace [YOUR_TOKEN_HERE] with your Vinkius token

03

Run the agent

Save to agent.py and run: python agent.py

04

Explore tools

The agent discovers 8 tools from Kelkoo

Why Use LlamaIndex with the Kelkoo MCP Server

LlamaIndex provides unique advantages when paired with Kelkoo through the Model Context Protocol.

01

Data-first architecture: LlamaIndex agents combine Kelkoo tool responses with indexed documents for comprehensive, grounded answers

02

Query pipeline framework lets you chain Kelkoo tool calls with transformations, filters, and re-rankers in a typed pipeline

03

Multi-source reasoning: agents can query Kelkoo, a vector store, and a SQL database in a single turn and synthesize results

04

Observability integrations show exactly what Kelkoo tools were called, what data was returned, and how it influenced the final answer

Kelkoo + LlamaIndex Use Cases

Practical scenarios where LlamaIndex combined with the Kelkoo MCP Server delivers measurable value.

01

Hybrid search: combine Kelkoo real-time data with embedded document indexes for answers that are both current and comprehensive

02

Data enrichment: query Kelkoo to augment indexed data with live information before generating user-facing responses

03

Knowledge base agents: build agents that maintain and update knowledge bases by periodically querying Kelkoo for fresh data

04

Analytical workflows: chain Kelkoo queries with LlamaIndex's data connectors to build multi-source analytical reports

Kelkoo MCP Tools for LlamaIndex (8)

These 8 tools become available when you connect Kelkoo to LlamaIndex via MCP:

01

get_category_tree

Get the hierarchical category tree

02

get_offer_details

Get details for a specific offer

03

get_reporting_summary

Get publisher reporting summary

04

list_categories

List product categories for a country

05

list_countries

List all supported countries

06

list_merchants

List merchants for a country

07

search_coupons

Search for discount coupons

08

search_offers

Requires a country code (e.g., "us", "uk", "fr") and a search keyword. Search for product offers on Kelkoo

Example Prompts for Kelkoo in LlamaIndex

Ready-to-use prompts you can give your LlamaIndex agent to start working with Kelkoo immediately.

01

"Search for 'iPhone 15' offers in the UK on Kelkoo."

02

"List all shopping categories available in France."

03

"Find active coupons for the US market."

Troubleshooting Kelkoo MCP Server with LlamaIndex

Common issues when connecting Kelkoo to LlamaIndex through the Vinkius, and how to resolve them.

01

BasicMCPClient not found

Install: pip install llama-index-tools-mcp

Kelkoo + LlamaIndex FAQ

Common questions about integrating Kelkoo MCP Server with LlamaIndex.

01

How does LlamaIndex connect to MCP servers?

Use the MCP client adapter to create a connection. LlamaIndex discovers all tools and wraps them as query engine tools compatible with any LlamaIndex agent.
02

Can I combine MCP tools with vector stores?

Yes. LlamaIndex agents can query Kelkoo tools and vector store indexes in the same turn, combining real-time and embedded data for grounded responses.
03

Does LlamaIndex support async MCP calls?

Yes. LlamaIndex's async agent framework supports concurrent MCP tool calls for high-throughput data processing pipelines.

Connect Kelkoo to LlamaIndex

Get your token, paste the configuration, and start using 8 tools in under 2 minutes. No API key management needed.