Wingie Enuygun MCP
WE
Wingie Enuygun MCP
/bus_search

bus search

Search for bus routes between cities. Find available buses with schedules, pricing, seat availability, and operator information for intercity travel.

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

Input

FieldTypeDescription
origin*stringDeparture city or terminal name (e.g., 'İstanbul', 'Ankara')
destination*stringArrival city or terminal name (e.g., 'İzmir', 'Antalya')
departure_date*stringDeparture date in DD.MM.YYYY format
return_datestringReturn date in DD.MM.YYYY format (optional)
adultsintegerNumber of adult passengers
childrenintegerNumber of child passengers (2-12 years)

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

Try it

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