Wingie Enuygun MCP
WE
Wingie Enuygun MCP
/car_allocate

car allocate

Generate a booking URL for selected car rental option. Creates a reservation link that can be used to complete the car rental booking process.

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 /car_allocate for me.

Input

FieldTypeDescription
request_id*stringTop-level request_id from car_search or selected reservation allocation.arguments.request_
reservation_id*stringSelected car reservation referenceId or allocation.arguments.reservation_id from search re
trip_typestringType of travel: 'domestic' for within country or 'international' for cross-border from pre

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":"/car_allocate","input":{"request_id":"...","reservation_id":"..."}}'
cli
npx cracked-ai run -p mcp-com-enuygun-weg-mcp -e /car_allocate -i '{"request_id":"...","reservation_id":"..."}'
mcp
run_tool({ provider: "mcp-com-enuygun-weg-mcp", endpoint: "/car_allocate", input: {"request_id":"...","reservation_id":"..."} })

Try it

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