← secretsantaraffle.net
INDIVIDUAL MCP TOOL
add_to_wishlist
Appends one item to the SIGNED-IN user's wishlist.
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 endpoint
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.secretsantaraffle-net]
url = "https://mcp.secretsantaraffle.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"secretsantaraffle-net": {
"type": "http",
"url": "https://mcp.secretsantaraffle.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: secretsantaraffle-net
Remote MCP URL: https://mcp.secretsantaraffle.net/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": {
"secretsantaraffle-net": {
"url": "https://mcp.secretsantaraffle.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"secretsantaraffle-net": {
"type": "http",
"url": "https://mcp.secretsantaraffle.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "secretsantaraffle-net",
"transport": "streamable-http",
"url": "https://mcp.secretsantaraffle.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
create_draw— Creates a Secret Santa / Amigo Invisible / Amigo Secreto / gift exchange draw.send_invitations_email— Sends the email invitation to ALL participants of a draw created in this same conversation.get_group_share_message— Generates a ready-to-paste WhatsApp/Telegram message announcing a freshly created draw.get_my_draws— Lists the active Secret Santa / Amigo Invisible / Amigo Secreto draws the SIGNED-IN user belongs to.resend_invitation— Resends the invitation email to ONE participant of a draw the SIGNED-IN user organises.get_wishlist— Lists the SIGNED-IN user's gift wishlists, or returns the full items of one wishlist when wishlistId is provided.