The more Bobby knows about you, the better he becomes your personal assistant.

Bobby MCP Server

Give any AI app the power to search millions of products and experiences

What is Bobby?

Bobby is an AI-powered shopping search engine. Users describe what they want in natural language — "waterproof hiking boots under £80" or "birthday gifts for a 7 year old" — and Bobby searches across millions of products from thousands of retailers to find the best matches using semantic vector search and cross-encoder reranking.

Bobby covers two major verticals: physical products (electronics, fashion, homeware, beauty, sports, and more) and bookable experiences (tours, theatre tickets, day trips, activities, and museum visits across 20+ countries).

The MCP Server

Bobby exposes a free MCP (Model Context Protocol) server so any compatible AI client can search Bobby's entire catalog. Connect Claude Desktop, Claude Code, Cursor, Windsurf, or build your own agents — Bobby becomes their shopping brain.

Two tools are available: search_products (semantic search with filters for brand, price, country, currency, and more) and compare_product (find the same product at other retailers, sorted by price).

Free

No cost, no commission

20 / 10s

Rate limit per key

1 Key

Per account

MCP Endpoint

https://mcp.searchbobby.com/mcp

Your API Key

You can have 1 active key at a time. Revoke it to generate a new one.

Sign in to generate your API key.

Quick Start

1

Generate your API key

Create a free key above — takes 10 seconds.

2

Add Bobby to your AI

Pick your client below and follow the one-step setup.

3

Ask for anything

"Find me a winter jacket under £100" — Bobby searches 13M+ products and 300K+ experiences.

Claude Desktop & Mobile

Settings → Connectors → Add custom connector. Paste the URL below — no OAuth needed.

NameBobby
MCP URLhttps://mcp.searchbobby.com/mcp?key=YOUR_API_KEY

Leave OAuth fields blank. Replace YOUR_API_KEY with the key you generated above.

Claude.ai (Web)

Same as above — go to Settings → Connectors → Add, paste the URL with your key.

Claude Code (CLI)

claude mcp add --transport http bobby \
  https://mcp.searchbobby.com/mcp \
  --header "X-Agent-Key: YOUR_API_KEY"

Cursor, Windsurf & Other MCP Clients

Add this to your MCP config JSON:

{
  "mcpServers": {
    "bobby": {
      "url": "https://mcp.searchbobby.com/mcp",
      "headers": {
        "X-Agent-Key": "YOUR_API_KEY"
      }
    }
  }
}

Works With

Claude DesktopClaude MobileClaude.aiClaude CodeCursorWindsurfOpenClawCustom Agents

Free for personal use. Rate limited to 20 queries per 10 seconds.
Affiliate tracking is included in all product links automatically.