← secretsantaraffle.net

INDIVIDUAL MCP TOOL

send_invitations_email

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

secretsantaraffle.netnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests sending messages.

Parent endpoint

secretsantaraffle.net

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