EE
Event Escapes
/search_packages
search packages
Search hand-curated trip packages bundling event tickets + hotel + experiences with savings vs DIY booking. Packages live on dedicated /packages/ pages and incl
liveunknown~5s typical
mcpeventescapes
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-eventescapes-event-escapes /search_packages for me.
Input
| Field | Type | Description |
|---|---|---|
| category | string | Package category. Common values: concerts (1000+ packages), f1 (Formula 1 race weekends), |
| city | string | Filter by destination city (e.g. 'London', 'New York'). |
| country | string | Filter by destination country name (e.g. 'England', 'USA', 'Spain'). Note: packages use co |
| package_type | string (single_event | multi_event_city) | single_event (one event) or multi_event_city (multiple events in one city trip). |
| date_from | string | |
| date_to | string | |
| currency | string (AUD | USD | NZD | GBP | EUR | SGD) | |
| limit | integer | default 10 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-eventescapes-event-escapes","endpoint":"/search_packages","input":{"limit":10}}'cli
npx cracked-ai run -p mcp-com-eventescapes-event-escapes -e /search_packages -i '{"limit":10}'mcp
run_tool({ provider: "mcp-com-eventescapes-event-escapes", endpoint: "/search_packages", input: {"limit":10} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.