← WebMCP Directory

redbus.in

redbus.in

live Unverified (seed import) Travel & Events 2 tools imperative implementation

India's bus ticket booking platform

First seen 2026-08-17 · Last seen 2026-08-17 · Source: webmcp.com

Answer 2 · Act 0 · Transact 0 · Score: Not yet scored

Tool inspector

searchBuses

answer imperative

Search for available buses between two cities on a specific date. Resolves city names automatically. Use this tool on the HOME page when the user gives route + date + filters in one prompt. Optionally include filter preferences (AC, seat type, departure/arrival slots, operator/brand keyword like Volvo) — they are applied after navigation to the results page. Use runAfterSearchResultsLoad (same shape as runSrpBookingFlow) so open-bus + seat + continue runs automatically after results load — required for multi-step prompts because navigation unloads the home page.

Page: /

Input schema

PropertyTypeRequiredDescription
source string yes Source city name (e.g., "Bangalore", "Singapore", "Kuala Lumpur", "Phnom Penh")
destination string yes Destination city name (e.g., "Chennai", "Johor Bahru", "Penang", "Siem Reap")
date string yes Travel date. Use ISO YYYY-MM-DD with the correct calendar year (same as the user's "today"). Accepts natural language ("today", "tomorrow") or "in N days". If the year is wrong/outdated, it is corrected to this year or next.
filters object no Optional filters to pre-apply on the results page. Include every criterion the user asked for (e.g. AC + SLEEPER + Volvo) in one object.
runAfterSearchResultsLoad object no Optional. Same fields as runSrpBookingFlow (openBus, selectSeats, continueToBoardingPoints, applyFilters, waitForSearchResultsMs). Stored for the results page to execute after tuples load.
Raw JSON schema
{
  "type": "object",
  "properties": {
    "source": {
      "type": "string",
      "description": "Source city name (e.g., \"Bangalore\", \"Singapore\", \"Kuala Lumpur\", \"Phnom Penh\")"
    },
    "destination": {
      "type": "string",
      "description": "Destination city name (e.g., \"Chennai\", \"Johor Bahru\", \"Penang\", \"Siem Reap\")"
    },
    "date": {
      "type": "string",
      "description": "Travel date. Use ISO YYYY-MM-DD with the correct calendar year (same as the user's \"today\"). Accepts natural language (\"today\", \"tomorrow\") or \"in N days\". If the year is wrong/outdated, it is corrected to this year or next."
    },
    "filters": {
      "type": "object",
      "description": "Optional filters to pre-apply on the results page. Include every criterion the user asked for (e.g. AC + SLEEPER + Volvo) in one object.",
      "properties": {
        "acType": {
          "type": "string",
          "enum": [
            "AC",
            "NON_AC"
          ],
          "description": "AC or Non-AC bus preference"
        },
        "seatType": {
          "type": "string",
          "enum": [
            "SEATER",
            "SLEEPER",
            "SEMI_SLEEPER"
          ],
          "description": "Seat type preference"
        },
        "departureTime": {
          "type": "string",
          "enum": [
            "MORNING",
            "AFTERNOON",
            "EVENING",
            "NIGHT"
          ],
          "description": "Preferred departure time slot: MORNING (6AM-12PM), AFTERNOON (12PM-6PM), EVENING (6PM-12AM), NIGHT (12AM-6AM)"
        },
        "arrivalTime": {
          "type": "string",
          "enum": [
            "MORNING",
            "AFTERNOON",
            "EVENING",
            "NIGHT"
          ],
          "description": "Preferred arrival time slot: MORNING (6AM-12PM), AFTERNOON (12PM-6PM), EVENING (6PM-12AM), NIGHT (12AM-6AM)"
        },
        "operatorOrBusBrandKeyword": {
          "type": "string",
          "description": "Operator or bus brand mentioned by the user (e.g. \"Volvo\", \"Benz\"). Resolved on the results page against live filter data."
        }
      }
    },
    "runAfterSearchResultsLoad": {
      "type": "object",
      "description": "Optional. Same fields as runSrpBookingFlow (openBus, selectSeats, continueToBoardingPoints, applyFilters, waitForSearchResultsMs). Stored for the results page to execute after tuples load."
    }
  },
  "required": [
    "source",
    "destination",
    "date"
  ]
}

Similar websites

placemania.sk

placemania.sk

Atlas of unconventional places and detours worth adding to your travel itinerary.

live Unverified Travel & Events
9 tools A0 / Act9 / T0 Not yet scored Seen 2026-08-17
site_manifest site_search site_get_content site_get_chunk site_get_schema
Inspect tools
esdeveniments.cat

esdeveniments.cat

Discover what's on in Catalonia — concerts, exhibitions, theatre, family activities and free events near you.

live Unverified Travel & Events
5 tools A5 / Act0 / T0 Not yet scored Seen 2026-08-17
search-events get-event-details get-categories get-places get-events-by-place
Inspect tools
nycrsvps.com

nycrsvps.com

A reference guide for when popular New York City restaurants (Don Angie, Carbone, and more) release reservations. WebMCP tools let an agent search and filter th…

live Unverified Travel & Events
5 tools A4 / Act1 / T0 Not yet scored Seen 2026-08-17
find_restaurants get_reservation_open_date check_reservation_open_date go_to_rsvp_calculator search_restaurants
Inspect tools
feverup.com

feverup.com

Discover the best events, experiences, and things to do in your city.

live Unverified Travel & Events
4 tools A0 / Act4 / T0 Not yet scored Seen 2026-08-17
toggle_plan_favorite home_list_cities home_navigate_to_city webmcp_get_page_summary
Inspect tools

Related on Influzer