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
| Field | Type | Description |
|---|---|---|
| origin* | string | Departure city or terminal name (e.g., 'İstanbul', 'Ankara') |
| destination* | string | Arrival city or terminal name (e.g., 'İzmir', 'Antalya') |
| departure_date* | string | Departure date in DD.MM.YYYY format |
| return_date | string | Return date in DD.MM.YYYY format (optional) |
| adults | integer | Number of adult passengers |
| children | integer | Number 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.