eCommerce
guestdropalbum.com
Provides GuestDrop event photo-sharing package pricing, cost calculation, scavenger hunt recommendations, Stripe checkout creation, and platform statistics.
ENDPOINT 1
https://api.guestdropalbum.com/mcp
MCP server metadata
- Name
- GuestDrop Remote MCP Server
- Version
- 2.0.0
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_packagesGet 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 effectscalculate_event_costCalculate 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-onlyrecommend_scavenger_questsGenerates customized photo scavenger hunt challenges curated by event type (Wedding, Birthday, Corporate, Baby Shower, Anniversary, Party) and aesthetic theme (e.g.
Inferred read-onlycreate_event_checkoutProvision a draft event in GuestDrop and generate an instant Stripe Checkout payment link for the host to complete booking.
Potential side effectsget_platform_statsFetch live platform statistics across GuestDrop (total photos captured, total events hosted, total active guests).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.