INDIVIDUAL MCP TOOL
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).
LIVE ENDPOINT
https://api.guestdropalbum.com/mcp
Connect to this endpoint to inspect the live schema for get_pricing_and_packages and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
Parent server
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
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.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.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).