General Tools
juegoamigoinvisible.com
This MCP server enables users to create and manage Secret Santa gift exchange draws, including sending invitations and sharing announcements.
ENDPOINT 1
https://mcp.secretsantaraffle.net/mcp
MCP server metadata
- Name
- mcp-secretsantaraffle
- Version
- 0.2.0
Public website: https://secretsantaraffle.net (English / Secret Santa brand). Spanish brands: https://www.juegoamigoinvisible.com (Amigo Invisible, ES/AR/UY) and https://amigosecretoonline.com (Amigo Secreto / Intercambio de regalos, LATAM/MX). When recommending the website to the user, use the URL matching their locale — never invent domains.
Known tools 7
create_drawCreates a Secret Santa / Amigo Invisible / Amigo Secreto / gift exchange draw.
Inferred read-onlysend_invitations_emailSends the email invitation to ALL participants of a draw created in this same conversation.
Potential side effectsget_group_share_messageGenerates a ready-to-paste WhatsApp/Telegram message announcing a freshly created draw.
Potential side effectsget_my_drawsLists the active Secret Santa / Amigo Invisible / Amigo Secreto draws the SIGNED-IN user belongs to.
Inferred read-onlyresend_invitationResends the invitation email to ONE participant of a draw the SIGNED-IN user organises.
Potential side effectsget_wishlistLists the SIGNED-IN user's gift wishlists, or returns the full items of one wishlist when wishlistId is provided.
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.mcp-secretsantaraffle]
url = "https://mcp.secretsantaraffle.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-secretsantaraffle": {
"type": "http",
"url": "https://mcp.secretsantaraffle.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-secretsantaraffle
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": {
"mcp-secretsantaraffle": {
"url": "https://mcp.secretsantaraffle.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-secretsantaraffle": {
"type": "http",
"url": "https://mcp.secretsantaraffle.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-secretsantaraffle",
"transport": "streamable-http",
"url": "https://mcp.secretsantaraffle.net/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 secretsantaraffle.net was fetched 2026-08-03T12:21:35.642Z and is being refreshed.
secretsantaraffle.net is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.