← Top 100 / Full directory (5,562)

Surprise Buddy

Search & Web Remote 5 tools

## What is Surprise Buddy? Surprise Buddy is a curated, country-scoped gift database exposed via a public Model Context Protocol (MCP) server. International coverage — every result is a real product page on a real marketplace (Amazon, Etsy, Mercado Libre, Otto, Bol.com, Allegro, Jochen Schweizer) and the link can be presented to the user as-is. **Live MCP endpoint:** `https://www.surprise-buddy.com/api/mcp` ## Exposed tools - **`find_gifts`** — main search (country required, all other filters optional) - `list_supported_countries` - `list_supported_occasions(country?)` - `list_supported_interests` - `list_supported_colors` ## Authentication None — the MCP server is fully open. Reasonable rate limiting may apply. ## License [MIT](LICENSE) © Surprise Buddy

Docs ↗

How to connect

1
Add the remote MCP URL
Paste this endpoint into Claude, ChatGPT, or Cursor MCP settings.
https://mcp-server--surprise-buddy.run.tools
2
Verify the tools loaded
Confirm tools/list returns the expected tools before relying on them in production.

Tools

(5)
  • find_gifts

    Search the curated Surprise Buddy database for gift ideas matching a recipient. Returns product cards with title, image, price, why-it-fits, and a clickable product URL. Country is required and is a hard filter — results are scoped to the marketplace + currency of that country.

  • list_supported_countries

    List ISO-2 country codes that currently have at least one active gift entry in the database. Coverage grows over time.

  • list_supported_occasions

    List occasion codes that have active gift entries, optionally narrowed to a specific country.

  • list_supported_interests

    List the canonical interest/hobby tag vocabulary used by find_gifts.interests. Matches the tags shown in the website UI.

  • list_supported_colors

    List the canonical favorite-color vocabulary used by find_gifts.favorite_color. Matches the color picker shown in the website UI.

Related servers