mcpserver.lol
registry/jinko
Connection check verified live · 20h ago

jinko

Turn your ChatGPT to a super travel agent

Tools 7
GitHub stars
Installs / wk
Licence
Transport streamable-http, sse
Last checked 20h ago

Tools & capabilities

7 tools

Read from the running server on 20h ago.

book can modify data createstatususer_intentidempotency_key
Unified tool for booking a trip. Actions are determined by which object you provide. SCHEMA: { create?: { // Initiate booking trip_id: string,…
find_destination read-only localeorigins*sort_bycurrencymax_pricestay_days +10
Discover travel destinations when the user does NOT know where to go. This is a destination EXPLORATION tool. WHEN TO USE THIS TOOL (CRITICAL): - The user does NOT specify a desti…
flight_calendar read-only localeorigin*sort_bycurrencymax_pricestay_days +14
Search flights between a known origin and destination using cached pricing. Use this tool whenever the user specifies BOTH where they are flying FROM and where they are flying TO.…
flight_search read-only localesearchtrip_idcurrencyprice_checkuser_intent +1
Live flight tool with two modes. EACH CALL HITS LIVE PRICING — it prices ONE exact date pair, so any loose, open or flexible date query belongs to flight_calendar instead. MODE 1…
hotel_details read-only checkincheckouthotel_id*user_intent
Rich metadata (gallery, facilities, policies, per-room details) for a single hotel — called by the hotel widget on fullscreen open. **Cost: 1 credit per call.**
hotel_search read-only roomsadultscheckin*filterstrip_idcheckout* +6
Search live hotel inventory and rates worldwide. REQUIRED: - destination: object — two distinct modes. Mode A (rate lookup): { hotel_name (+ optional country_code, city_name) } or…
trip can modify data trip_idadd_itemoffer_idremove_itemuser_intentpayment_type +4
Unified tool for managing a trip (shopping cart). Supports flights and hotels in the same cart. Actions are determined by which objects you provide. SCHEMA: { trip_id?: string,…