← Registry

General Tools

juegoamigoinvisible.com

This MCP server enables users to create and manage Secret Santa gift exchange draws, including sending invitations and sharing announcements.

1 endpoint7 known toolsFirst detected August 21, 2026Last detected August 21, 2026

ENDPOINT 1

https://mcp.secretsantaraffle.net/mcp

No auth detected

MCP server metadata

Name
mcp-secretsantaraffle
Version
0.2.0
Capabilities
toolsresources
Server instructions

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_draw

Creates a Secret Santa / Amigo Invisible / Amigo Secreto / gift exchange draw.

Inferred read-only
send_invitations_email

Sends the email invitation to ALL participants of a draw created in this same conversation.

Potential side effects
get_group_share_message

Generates a ready-to-paste WhatsApp/Telegram message announcing a freshly created draw.

Potential side effects
get_my_draws

Lists the active Secret Santa / Amigo Invisible / Amigo Secreto draws the SIGNED-IN user belongs to.

Inferred read-only
resend_invitation

Resends the invitation email to ONE participant of a draw the SIGNED-IN user organises.

Potential side effects
get_wishlist

Lists the SIGNED-IN user's gift wishlists, or returns the full items of one wishlist when wishlistId is provided.

Inferred read-only
add_to_wishlist

Appends one item to the SIGNED-IN user's wishlist.

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.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.

Trust status Neutral

secretsantaraffle.net is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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