WE
Wingie Enuygun MCP
/hotel_room_detail
hotel room detail
Get detailed room information, prices, and images for a specific hotel. Provides comprehensive hotel details including room types, pricing, facilities, images,
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_room_detail for me.
Input
| Field | Type | Description |
|---|---|---|
| hotel_id* | integer | Hotel ID |
| check_in_date* | string | Check-in date in DD.MM.YYYY format (e.g., '10.01.2026') |
| check_out_date* | string | Check-out date in DD.MM.YYYY format (e.g., '13.01.2026') |
| adults | integer | Number of adult guests (default: 2) |
| 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: 30) |
| funnel_id | string | Funnel ID for tracking (optional) |
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_room_detail","input":{"hotel_id":1,"check_in_date":"...","check_out_date":"..."}}'cli
npx cracked-ai run -p mcp-com-enuygun-weg-mcp -e /hotel_room_detail -i '{"hotel_id":1,"check_in_date":"...","check_out_date":"..."}'mcp
run_tool({ provider: "mcp-com-enuygun-weg-mcp", endpoint: "/hotel_room_detail", input: {"hotel_id":1,"check_in_date":"...","check_out_date":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.