← WebMCP Directory

react-flightsearch

react-flightsearch

demo Unverified (seed import) Travel & Events 1 tools imperative implementation

Chrome Labs flight-search demo

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

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

Tool inspector

searchFlights

answer imperative

Searches for flights with the given parameters.

Input schema

PropertyTypeRequiredDescription
origin string yes City or airport IATA code for the origin. Prefer city IATA codes when a specific airport is not provided. Example: 'RIO' for 'Rio de Janeiro'
destination string yes City or airport IATA code for the destination airport. Prefer city IATA codes when a specific airport is not provided. Example: 'RIO' for 'Rio de Janeiro'
tripType string yes The trip type. Can be "one-way" or "round-trip".
outboundDate string yes The outbound date in YYYY-MM-DD format.
inboundDate string yes The inbound date in YYYY-MM-DD format.
passengers number yes The number of passengers.
Raw JSON schema
{
  "type": "object",
  "properties": {
    "origin": {
      "type": "string",
      "description": "City or airport IATA code for the origin. Prefer city IATA codes when a specific airport is not provided. Example: 'RIO' for 'Rio de Janeiro'",
      "pattern": "^[A-Z]{3}$",
      "minLength": 3,
      "maxLength": 3
    },
    "destination": {
      "type": "string",
      "description": "City or airport IATA code for the destination airport. Prefer city IATA codes when a specific airport is not provided. Example: 'RIO' for 'Rio de Janeiro'",
      "pattern": "^[A-Z]{3}$",
      "minLength": 3,
      "maxLength": 3
    },
    "tripType": {
      "type": "string",
      "enum": [
        "one-way",
        "round-trip"
      ],
      "description": "The trip type. Can be \"one-way\" or \"round-trip\"."
    },
    "outboundDate": {
      "type": "string",
      "description": "The outbound date in YYYY-MM-DD format.",
      "format": "date"
    },
    "inboundDate": {
      "type": "string",
      "description": "The inbound date in YYYY-MM-DD format.",
      "format": "date"
    },
    "passengers": {
      "type": "number",
      "description": "The number of passengers."
    }
  },
  "required": [
    "origin",
    "destination",
    "tripType",
    "outboundDate",
    "inboundDate",
    "passengers"
  ]
}

Similar websites

wandernote.openai.chatgpt.site

wandernote.openai.chatgpt.site

An agent-ready WebMCP travel planner. Choose your destination and travel dates, collaborate on an hour-by-hour itinerary, and save your finished travel note as …

demo Unverified Travel & Events
11 tools A4 / Act7 / T0 Not yet scored Seen 2026-08-27
get_trip_state set_trip_details list_time_slots add_itinerary_activity update_itinerary_activity
Inspect tools
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-27
site_manifest site_search site_get_content site_get_chunk site_get_schema
Inspect tools
drevenica.sk

drevenica.sk

Originálna Drevenica JEZERSKO 43

live Unverified Travel & Events
8 tools A8 / Act0 / T0 Not yet scored Seen 2026-08-27
get_accommodation get_organization get_contact get_reservation_url get_calendar_info
Inspect tools
jezersko.sk

jezersko.sk

Ubytovanie Jezersko

live Unverified Travel & Events
8 tools A8 / Act0 / T0 Not yet scored Seen 2026-08-27
get_accommodation get_organization get_contact get_reservation_url get_calendar_info
Inspect tools

Related on Influzer