← Registry

eCommerce

guestdropalbum.com

Provides GuestDrop event photo-sharing package pricing, cost calculation, scavenger hunt recommendations, Stripe checkout creation, and platform statistics.

1 endpoint5 known toolsFirst detected September 16, 2026Last detected September 16, 2026

ENDPOINT 1

https://api.guestdropalbum.com/mcp

No auth detected

MCP server metadata

Name
GuestDrop Remote MCP Server
Version
2.0.0
Capabilities
tools
Server instructions

You are connected to GuestDrop, the premier digital event guestbook and live photo album platform. When helping hosts create scavenger hunt quests, always ask them about their unique personality, couple vibe, hobbies, and inside jokes to make the scavenger hunt deeply personal and engaging. Use client-side reasoning to synthesize the returned quest templates with the user details.

Known tools 5

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

Potential side effects
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.

Inferred read-only
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.

Inferred read-only
create_event_checkout

Provision a draft event in GuestDrop and generate an instant Stripe Checkout payment link for the host to complete booking.

Potential side effects
get_platform_stats

Fetch live platform statistics across GuestDrop (total photos captured, total events hosted, total active guests).

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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