← 返回
数据分析 中文

Jinko

Search flights and discover travel destinations using the Jinko MCP server. Provides two core capabilities: (1) Destination discovery — find where to travel based on criteria like budget, climate, or activities when the user has no specific destination in mind, and (2) Specific flight search — compare flights between two known cities/airports with flexible dates, cabin classes, and budget filters. Use this skill when the user wants to: search for flights, find cheap flights, discover travel dest
使用Jinko MCP服务器搜索航班和发现旅行目的地。提供两大核心功能:(1)目的地发现——当用户没有明确目的地时,根据预算、气候或活动类型推荐旅行地点;(2)精准航班搜索——在两个已知城市/机场之间比较航班,支持灵活日期、舱位等级和预算筛选。适用场景:搜索航班、查找低价机票、发现旅行目的地、比较票价、规划行程、寻找出发城市优惠或探索目的地。触发条件:任何机票预订、旅行规划或目的地发现请求。需要连接Jinko MCP服务器 https://mcp.gojinko.com
kevinjinko
数据分析 clawhub v1.0.0 1 版本 99898 Key: 无需
★ 1
Stars
📥 2,917
下载
💾 79
安装
1
版本
#latest

概述

Jinko Flight Search

Search flights and discover destinations via the Jinko MCP server (find_destination and find_flight tools).

MCP Connection

Connect the Jinko MCP server in Claude's settings or project integrations using this URL:

https://mcp.gojinko.com

This provides two tools: Jinko:find_destination and Jinko:find_flight.

Tool Selection

  1. User knows origin AND destination city → Use find_flight
  2. User wants destination ideas, doesn't know where to go, or specifies criteria (beach, warm, ski, cheap…) → Use find_destination
  3. User asks for the cheapest dates to a single known destination → Use find_flight

Tool 1: find_destination — Discover Where to Go

Use when the user is exploring options and hasn't committed to a single destination city.

Required Parameters

  • origins — Array of IATA codes for ALL nearby airports at the user's origin.
  • trip_type"roundtrip" (default) or "oneway" (only when user explicitly says one-way).

Optional Parameters

ParameterUse when
------
destinationsUser mentions a region, criteria, or list of candidate cities. Generate IATA codes matching the intent. Leave empty for global discovery ("anywhere", "surprise me").
departure_dates / departure_date_rangesUser specifies dates or periods. All dates MUST be in the future.
return_dates / return_date_rangesUser specifies return windows.
stay_days / stay_days_rangeUser mentions trip length ("a week", "5-10 days").
max_priceUser mentions a budget.
direct_onlyUser asks for nonstop/direct flights.
cabin_class"economy", "premium_economy", "business", or "first".
currencyISO 4217 code matching user's locale.
localee.g. "en-US", "fr-FR".
sort_by"lowest" (default) or "recommendation".

Airport Identification — Critical

Always expand a city to ALL its airports:

  • New York → ["JFK","LGA","EWR"]
  • London → ["LHR","LGW","STN","LTN","LCY"]
  • Paris → ["CDG","ORY"]
  • Tokyo → ["NRT","HND"]
  • Chicago → ["ORD","MDW"]
  • Los Angeles → ["LAX"]
  • San Francisco / SFO → ["SFO"]

Destination Generation — Critical

When users describe criteria, generate matching IATA codes before calling the tool:

  • "Beach" → ["MIA","SAN","HNL","CUN","PUJ","SJU","NAS","MBJ"]
  • "Asia" → ["NRT","HND","ICN","PVG","PEK","HKG","SIN","BKK","KUL","MNL"]
  • "European capitals" → ["LHR","CDG","FRA","MAD","FCO","AMS","BRU","VIE","PRG","CPH"]
  • "Ski" → ["DEN","SLC","ZRH","INN","GVA","TRN"]
  • "Warm in winter" → ["MIA","MCO","SAN","PHX","HNL","CUN","PUJ","PTY","LIM","GIG"]

When to Re-call

Re-call find_destination when the user changes destination criteria, dates, or asks to explore different options — especially when they are already viewing the widget in fullscreen.

Examples

User saysoriginsdestinationsother params
------------
"Where should I travel from NYC next month?"["JFK","LGA","EWR"][] (global)departure_date_ranges for next month
"Cheap flights from SF to Europe under $800"["SFO"]European airportsmax_price: 800
"Somewhere warm from Chicago, 1 week in Dec"["ORD","MDW"]warm-weather airportsstay_days: 7, Dec date range
"Best weekend getaways from Boston"["BOS"][] (global)stay_days_range: {min:2, max:4}

Tool 2: find_flight — Search a Specific Route

Use when both origin and destination cities are known.

Required Parameters

  • origin — Single IATA airport or city code (e.g. "JFK", "PAR").
  • destination — Single IATA airport or city code (e.g. "CDG", "LON").
  • trip_type"roundtrip" (default) or "oneway".

Optional Parameters

Same date, stay, price, cabin, currency, locale, direct, and sort parameters as find_destination.

Examples

User saysorigindestinationother params
------------
"Flights from JFK to CDG next month""JFK""CDG"departure_date_ranges for next month
"LA to Tokyo for a week in December""LAX""TYO"stay_days: 7, Dec date range
"Business class NYC to London, 5-10 days""NYC""LON"cabin_class: "business", stay_days_range: {min:5, max:10}
"Cheapest ORD to LHR under $600""ORD""LHR"max_price: 600

General Rules

  • Default to roundtrip. Only use "oneway" when the user explicitly writes "one way" or "one-way".
  • All dates must be in the future. Never send a past date.
  • Fill as many search parameters as possible from the user's intent to get the best results.
  • Use city codes (e.g. "LON", "NYC", "PAR", "TYO") when searching across all airports in a city.
  • Provide results in the user's preferred currency and locale when identifiable.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 14:29 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Jinko

kevinjinko
Jinko CLI(@gojinko/cli)使用指南——用于搜索航班、发现目的地、管理行程、预订旅行的终端工具。使用时机:...
★ 0 📥 385
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 199 📥 65,283
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,919