← WebMCP Directory

webmcp-flight-demo

webmcp-flight-demo

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

Flight search & booking demo — imperative and declarative variants

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

search_flights

answer imperative

Search for available flights between cities. Returns detailed flight information including airline, price, times, stops, duration, aircraft type, amenities, and seat details.

Page: /

Input schema

PropertyTypeRequiredDescription
origin string yes The origin city for the flight
destination string yes The destination city for the flight
departureDate string yes The departure date in YYYY-MM-DD format
returnDate string no The return date in YYYY-MM-DD format. Omit for one-way trips.
passengers number yes The number of passengers (1-8)
Raw JSON schema
{
  "type": "object",
  "properties": {
    "origin": {
      "type": "string",
      "description": "The origin city for the flight"
    },
    "destination": {
      "type": "string",
      "description": "The destination city for the flight"
    },
    "departureDate": {
      "type": "string",
      "description": "The departure date in YYYY-MM-DD format"
    },
    "returnDate": {
      "type": "string",
      "description": "The return date in YYYY-MM-DD format. Omit for one-way trips."
    },
    "passengers": {
      "type": "number",
      "description": "The number of passengers (1-8)"
    }
  },
  "required": [
    "origin",
    "destination",
    "departureDate",
    "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