Skip to main content
Glama

Flight Ticket MCP Server

by xiaonieli7

getTransferFlightsByThreePlace

Find connecting flights between departure, transfer, and arrival airports with customizable layover time constraints for optimal travel planning.

Instructions

航班中转路线查询 - 根据出发地、中转地、目的地、最小转机时间、最大转机时间查询中转航班信息,最小转机时间默认为2小时,最大转机时间默认为5小时

Input Schema

NameRequiredDescriptionDefault
from_placeNo北京
max_transfer_timeNo
min_transfer_timeNo
to_placeNo纽约
transfer_placeNo香港

Input Schema (JSON Schema)

{ "properties": { "from_place": { "default": "北京", "title": "From Place", "type": "string" }, "max_transfer_time": { "default": 5, "title": "Max Transfer Time", "type": "number" }, "min_transfer_time": { "default": 2, "title": "Min Transfer Time", "type": "number" }, "to_place": { "default": "纽约", "title": "To Place", "type": "string" }, "transfer_place": { "default": "香港", "title": "Transfer Place", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xiaonieli7/FlightTicketMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server