全球机票查询预订RollingGo

RollingGo-AI
0
RollingGo-Flight-MCP is a MCP native global flight service plugin, perfectly compatible with Claude, Cursor, Codex and other AI Agents and mainstream MCP clients. It is based on the official supply chain of Dao Lv, with two core tools: intelligent airport identification and multi-dimensional flight search. It integrates RollingGo's global 500+ cooperative airlines, covering 200+ countries and regions with tens of millions of route resources. It supports professional functions such as real-time price inquiry, cabin class screening, and itinerary matching. It has enterprise-level high concurrency stability and 7×24 hours service guarantee, helping enterprises and individual developers build AI applications with ticket transaction capabilities at zero cost.
##flight-mcp ##flight-skill ##hotel-search ##hotel-skill ##travel ##travel-api ##travel-mcp ##travel-planner ##travel-tech ##机票MCP ##机票监控MCP ##旅行AI助手 ##旅行agent开发 ##出行MCP ##差旅神器 ##低价抢机票MCP ##旅行推荐MCP

Content

全球机票查询预订RollingGo 4

RollingGo-Flight-MCP is a MCP native global flight service plugin, perfectly compatible with Claude, Cursor, Codex and other AI Agents and mainstream MCP clients. It is based on the official supply chain of Dao Lv, with two core tools: intelligent airport identification and multi-dimensional flight search. It integrates RollingGo's global 500+ cooperative airlines, covering 200+ countries and regions with tens of millions of route resources. It supports professional functions such as real-time price inquiry, cabin class screening, and itinerary matching. It has enterprise-level high concurrency stability and 7×24 hours service guarantee, helping enterprises and individual developers build AI applications with ticket transaction capabilities at zero cost.

checkBaggageAllowance

查询特定航班的额外行李额度及费用

Parameters (1)
routingId string Required

航线唯一ID

checkFlightSeats

查看特定航班的座位布局及选座价格。仅用于回答用户关于座位的咨询

Parameters (1)
routingId string Required

航线唯一ID

searchAirports

机场信息搜索工具,能够根据关键字找到对应的机场

Parameters (1)
keyword string Required

搜索机场关键字,例如:城市名称、机场名称

searchFlights

航班信息搜索工具,查询特定日期、航线的航班列表。支持城市代码与机场代码的灵活组合(如从北京(BJS)飞往虹桥机场(SHA))

Parameters (10)
adultNumber integer Required

成人数

cabinGrade string Required

舱等偏好 (PREMIUM_ECONOMY=超级经济仓, BUSINESS=商务舱, FIRST=头等舱, ECONOMY=经济仓)。

childNumber integer Required

儿童数

fromAirport string Optional

出发机场代码 (Airport Code)。与 fromCity 二选一

fromCity string Optional

出发城市代码 (City Code)。与 fromAirport 二选一

fromDate string Required

出发日期 (YYYY-MM-DD, 如 "2026-02-14")

retDate string Optional

返程日期 (YYYY-MM-DD), 如 "2026-02-15"

toAirport string Optional

到达机场代码 (Airport Code)。与 toCity 二选一

toCity string Optional

到达城市代码 (City Code)。与 toAirport 二选一

tripType string Required

行程类型 (ONE_WAY=单程, ROUND_TRIP=往返)。