← juegoamigoinvisible.com

INDIVIDUAL MCP TOOL

get_my_draws

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

juegoamigoinvisible.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.secretsantaraffle.net/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name, description or schema mentions credentials.

Parent server

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

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.
  • 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.
  • add_to_wishlist — Appends one item to the SIGNED-IN user's wishlist.