← Registry

eCommerce

surprise-buddy.com

MCP server for discovering gift ideas from a curated database, with support for filtering by country, occasion, interest, and color.

1 endpoint5 known toolsFirst detected August 20, 2026Last detected August 20, 2026

ENDPOINT 1

https://www.surprise-buddy.com/api/mcp

No auth detected

MCP server metadata

Name
surprise-buddy
Version
0.1.0
Capabilities
tools

Known tools 5

find_gifts

Search the curated Surprise Buddy database for gift ideas matching a recipient.

Inferred read-only
list_supported_countries

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

Inferred read-only
list_supported_occasions

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

Inferred read-only
list_supported_interests

List the canonical interest/hobby tag vocabulary used by find_gifts.interests.

Inferred read-only
list_supported_colors

List the canonical favorite-color vocabulary used by find_gifts.favorite_color.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.surprise-buddy]
url = "https://www.surprise-buddy.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "surprise-buddy": {
      "type": "http",
      "url": "https://www.surprise-buddy.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: surprise-buddy
Remote MCP URL: https://www.surprise-buddy.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "surprise-buddy": {
      "url": "https://www.surprise-buddy.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "surprise-buddy": {
      "type": "http",
      "url": "https://www.surprise-buddy.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "surprise-buddy",
  "transport": "streamable-http",
  "url": "https://www.surprise-buddy.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for surprise-buddy.com was fetched 2026-08-23T22:17:34.464Z.

Trust status Trusted

surprise-buddy.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.