Wingie Enuygun MCP
WE
Wingie Enuygun MCP
/car_search

car search

Search for car rental options between cities. Find available vehicles with pricing, specifications, and rental terms for specific dates and locations.

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_search for me.

Input

FieldTypeDescription
pickup_location*stringPickup city name (e.g., 'İstanbul', 'Ankara')
dropoff_location*stringDrop-off city name (e.g., 'İzmir', 'Antalya')
pickup_date*stringPickup date in YYYY-MM-DD format
dropoff_date*stringDrop-off date in YYYY-MM-DD format
driver_ageintegerDriver age (minimum 18 years)
pickup_timestringPickup time in HH:MM format
dropoff_timestringDrop-off time in HH:MM format
tripstringTrip type: 'domestic' for local or 'international' for cross-border travel
pageintegerPage number for pagination
limitintegerNumber of results per page (maximum 20)

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_search","input":{"pickup_location":"...","dropoff_location":"...","pickup_date":"...","dropoff_date":"..."}}'
cli
npx cracked-ai run -p mcp-com-enuygun-weg-mcp -e /car_search -i '{"pickup_location":"...","dropoff_location":"...","pickup_date":"...","dropoff_date":"..."}'
mcp
run_tool({ provider: "mcp-com-enuygun-weg-mcp", endpoint: "/car_search", input: {"pickup_location":"...","dropoff_location":"...","pickup_date":"...","dropoff_date":"..."} })

Try it

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