eCommerce
surprise-buddy.com
MCP server for discovering gift ideas from a curated database, with support for filtering by country, occasion, interest, and color.
ENDPOINT 1
https://www.surprise-buddy.com/api/mcp
MCP server metadata
- Name
- surprise-buddy
- Version
- 0.1.0
Known tools 5
find_giftsSearch the curated Surprise Buddy database for gift ideas matching a recipient.
Inferred read-onlylist_supported_countriesList ISO-2 country codes that currently have at least one active gift entry in the database.
Inferred read-onlylist_supported_occasionsList occasion codes that have active gift entries, optionally narrowed to a specific country.
Inferred read-onlylist_supported_interestsList the canonical interest/hobby tag vocabulary used by find_gifts.interests.
Inferred read-onlylist_supported_colorsList the canonical favorite-color vocabulary used by find_gifts.favorite_color.
Inferred read-onlyCONNECT 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.
surprise-buddy.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.