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
| Field | Type | Description |
|---|---|---|
| destination_name* | string | Destination city name (e.g., 'İstanbul', 'Antalya', 'Bodrum') |
| check_in_date* | string | Check-in date in DD.MM.YYYY format (e.g., '15.08.2025') |
| check_out_date* | string | Check-out date in DD.MM.YYYY format (e.g., '17.08.2025') |
| adults | integer | Number of adult guests (minimum 1, default: 1) |
| children | array | Ages of children as list (e.g., [8, 12] for 8 and 12 year olds) |
| rooms | integer | Number of rooms needed (default: 1) |
| locale | string | Locale code (default: 'tr_TR') |
| currency | string | Currency code (default: 'TRY') |
| nationality | string | Nationality code (default: 'tr') |
| page | integer | Page number for pagination (default: 1) |
| limit | integer | Number 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.