← surprise-buddy.com

INDIVIDUAL MCP TOOL

list_supported_occasions

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

surprise-buddy.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for list_supported_occasions and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

surprise-buddy.com

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.

Related tools

  • find_gifts — Search the curated Surprise Buddy database for gift ideas matching a recipient.
  • list_supported_countries — List ISO-2 country codes that currently have at least one active gift entry in the database.
  • list_supported_interests — List the canonical interest/hobby tag vocabulary used by find_gifts.interests.
  • list_supported_colors — List the canonical favorite-color vocabulary used by find_gifts.favorite_color.