Wingie Enuygun MCP
WE
Wingie Enuygun MCP
/hotel_search

hotel search

Search for hotels in a destination with comprehensive filtering and pagination options.

liveverifiedunknown~5s typical
mcpprobedwingieenuygunmcp
$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-enuygun-weg-mcp /hotel_search for me.

Input

FieldTypeDescription
destination_name*stringDestination city name (e.g., 'İstanbul', 'Antalya', 'Bodrum')
check_in_date*stringCheck-in date in DD.MM.YYYY format (e.g., '15.08.2025')
check_out_date*stringCheck-out date in DD.MM.YYYY format (e.g., '17.08.2025')
adultsintegerNumber of adult guests (minimum 1, default: 1)
childrenarrayAges of children as list (e.g., [8, 12] for 8 and 12 year olds)
roomsintegerNumber of rooms needed (default: 1)
localestringLocale code (default: 'tr_TR')
currencystringCurrency code (default: 'TRY')
nationalitystringNationality code (default: 'tr')
pageintegerPage number for pagination (default: 1)
limitintegerNumber of results per page (max 30, 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-enuygun-weg-mcp","endpoint":"/hotel_search","input":{"destination_name":"...","check_in_date":"...","check_out_date":"..."}}'
cli
npx cracked-ai run -p mcp-com-enuygun-weg-mcp -e /hotel_search -i '{"destination_name":"...","check_in_date":"...","check_out_date":"..."}'
mcp
run_tool({ provider: "mcp-com-enuygun-weg-mcp", endpoint: "/hotel_search", input: {"destination_name":"...","check_in_date":"...","check_out_date":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.