← guestdropalbum.com

INDIVIDUAL MCP TOOL

recommend_scavenger_quests

Generates customized photo scavenger hunt challenges curated by event type (Wedding, Birthday, Corporate, Baby Shower, Anniversary, Party) and aesthetic theme (e.g.

guestdropalbum.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.guestdropalbum.com/mcp

No auth detected

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

Indexed 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 server

guestdropalbum.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.guestdrop-remote-mcp-server]
url = "https://api.guestdropalbum.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "guestdrop-remote-mcp-server": {
      "type": "http",
      "url": "https://api.guestdropalbum.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: guestdrop-remote-mcp-server
Remote MCP URL: https://api.guestdropalbum.com/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": {
    "guestdrop-remote-mcp-server": {
      "url": "https://api.guestdropalbum.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "guestdrop-remote-mcp-server": {
      "type": "http",
      "url": "https://api.guestdropalbum.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "guestdrop-remote-mcp-server",
  "transport": "streamable-http",
  "url": "https://api.guestdropalbum.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_pricing_and_packages — Get all live GuestDrop event pass packages, pricing in ZAR (R) and USD ($), durations, photo upload limits, and feature comparisons (QR codes, live TV slideshows, photo scavenger hunt, audio notes, zero app download required).
  • calculate_event_cost — Calculate the exact total cost and recommended package for an event based on duration in days, currency (ZAR or USD), and optional extra day extensions.
  • create_event_checkout — Provision a draft event in GuestDrop and generate an instant Stripe Checkout payment link for the host to complete booking.
  • get_platform_stats — Fetch live platform statistics across GuestDrop (total photos captured, total events hosted, total active guests).