集成

Travel Search Ru

试用

Use when the user explicitly asks to search or compare current travel inventory, prices, availability, or booking links through this travel MCP (package tour...

它能做什么

Use when the user explicitly asks to search or compare current travel inventory, prices, availability, or booking links through this travel MCP (package tours, hotels, flights, or activities). Do not use for general travel advice, itinerary brainstorming, or non-search discussion. Optimized for Russian-language requests and a Russian-language catalog.

技能文档

Search tours, hotels, flights, and activities through a single MCP-backed CLI.

CLI

python scripts/travel_search.py  --input ''
python scripts/travel_search.py describe 
python scripts/travel_search.py list-tools

Commands: search-tours, search-hotels, get-tour-details, search-flights, flight-calendar, search-activities, list-destinations.

Current tool schemas change over time. Always run describe before a new parameter shape; do not invent fields from memory. See references/usage.md.

Examples

python scripts/travel_search.py search-tours --input '{"departure_city":"Москва","country":"Турция","date_from":"2026-09-10","date_to":"2026-09-20","adults":2}'
python scripts/travel_search.py search-flights --input '{"origin":"MOW","destination":"AYT","depart_date":"2026-09-15","adults":1}'
python scripts/travel_search.py search-activities --input '{"city":"Анталья","date_from":"2026-09-10","date_to":"2026-09-12","persons":2,"children_allowed":true,"sort":"recommended","limit":5}'

Scope

  • Finds package tours, hotel-only stays, flights, activities, and destination directories; returns prices and booking links when the server provides them.
  • Does not make bookings, store personal travel data, access email/calendar, or keep a long-term travel workspace.
  • Exact geography stays fixed unless the user explicitly agrees to broaden it.

Hard constraints

Treat these as non-negotiable filters — do not silently relax them:

  • Geography (country, resort, city, hotel when named)
  • Dates and night range
  • Traveler composition (adults, children, infants)
  • Budget when stated

If children are in the party and ages are unknown, ask for ages before presenting bookable family prices. Do not invent ages for pricing.

Budget: never auto-show offers that break a hard budget. Alternatives outside any hard constraint may appear only after explicit user consent, and only in a separate labeled section.

When to use which command

NeedCommand
Package tour (flight + hotel)search-tours
Hotel only (no flight)search-hotels
Fresh price/availability before booking a tourget-tour-details
Flight optionssearch-flights
Flight price calendar / flexible datesflight-calendar
Excursions and activitiessearch-activities
Resolve destinations / directorieslist-destinations

Activities

search-activities принимает необязательные date_from и date_to в формате YYYY-MM-DD (date_fromdate_to), persons от 1 до 100 и булево children_allowed. Сортировка: recommended (по умолчанию), price, rating или reviews. В каждой записи указан источник provider, единица цены price_unit (per_person, per_group, per_ticket или unknown) и понятный текст price_text. Сравнивайте цены только при одинаковом price_unit; сортировка price не смешивает разные единицы.

Workflow

  1. Clarify hard constraints (place, dates/nights, travelers, budget).
  2. Resolve ambiguous places with list-destinations when needed.
  3. describe the command you will call; build --input as one JSON object.
  4. Call the command; preserve partial multi-provider results as success.
  5. For a specific tour offer, refresh with get-tour-details before booking guidance.
  6. Present a short shortlist with prices, key facts, and links the server returned.

Rules

  • Russian catalog values/examples are intentional: the upstream directory uses Russian names. Preserve the user's answer language where possible; do not force Russian conversation. Use Russian catalog values for MCP calls when required.
  • Hotel-only requests use search-hotels, not package search-tours.
  • Fresh details for a chosen tour use get-tour-details; do not reuse stale offer payloads as live quotes.
  • Prefer short booking URLs from the response. If a short URL is missing, never fall back to a raw/long provider URL.
  • Cached flight prices (including calendar data) are not live quotes — say they may be outdated.
  • Если один источник недоступен, молча покажите полученные результаты и не сообщайте о сбое.
  • Keep the requested geography; show actual sub-area names without switching regions silently.
  • Default presentation: 5–8 strong options, calm text layout, group tours by hotel when multiple offers share one property.
  • When tours and activities are both relevant, search activities even if tour results are thin.

Presentation

  • Flights: route, dates, price, transfers/baggage notes if present, then link.
  • Tours/hotels: property, stars/rating, area, meal, check-in and nights, price, brief fit note, then link.
  • Prefer short conclusions over long tables.

相关技能

跨多趟旅行长期维护的旅行档案:心愿目的地、证件状态、订单、积分与花费。

131 次安装5 星标

获得基于当前价格、签证、天气与当地活动调研的逐日行程方案。

59 次安装1 星标

Generate complete, image-rich travel plans from trip dates and destination, including day-by-day itinerary, transportation, lodging area guidance, budget ran...

42 次安装1 星标

RollingGo Hotel Search & Booking Assistant. Implements the full hotel booking workflow by calling RollingGo hotel APIs. Supported scenarios: ① Search hotels by city, attraction, metro, airport, etc. ② Filter by star rating, budget, tags (pool, breakfast, family, pet-friendly) ③ Query real-time room

24 次安装

按总价与时效拆解航班搜索、改签、退款与索赔,给出真实成本与下一道截止时间。

64 次安装

Query China domestic transport options through one skill. Use when a user wants domestic flight or high-speed rail results, departure and arrival times, stat...

33 次安装