EE
Event Escapes
/search_hotels_near_event
search hotels near event
Find hotels within walking or short-transit distance of an event venue. If no check_in/check_out provided, defaults to one night before through one night after
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_hotels_near_event for me.
Input
| Field | Type | Description |
|---|---|---|
| event_id | string | |
| slug | string | |
| check_in | string | |
| check_out | string | |
| guests | integer | default 2 |
| radius_km | number | default 3 |
| 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_hotels_near_event","input":{"guests":2,"radius_km":3,"limit":10}}'cli
npx cracked-ai run -p mcp-com-eventescapes-event-escapes -e /search_hotels_near_event -i '{"guests":2,"radius_km":3,"limit":10}'mcp
run_tool({ provider: "mcp-com-eventescapes-event-escapes", endpoint: "/search_hotels_near_event", input: {"guests":2,"radius_km":3,"limit":10} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.