Wingie Enuygun MCP
WE
Wingie Enuygun MCP
/flight_search

flight search

Search for flights between cities and airports. Find available flights with schedules, pricing, airline information, and seat availability for domestic and inte

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

Input

FieldTypeDescription
origin*stringDeparture city or airport name (e.g., 'İstanbul', 'Ankara')
destination*stringArrival city or airport name (e.g., 'İzmir', 'Antalya')
departure_date*stringDeparture date in DD.MM.YYYY format
return_datestringReturn date in DD.MM.YYYY format
adultsintegerNumber of adult passengers
childrenintegerNumber of child passengers (2-12 years)
infantsintegerNumber of infant passengers (0-2 years)
cabin_classstringCabin class (ECONOMY, BUSINESS, PREMIUM_ECONOMY, FIRST)
direct_flightbooleanOnly direct flights

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

Try it

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