Skip to main content
Glama

Flight Ticket MCP Server

by xiaonieli7

getAirportFlights

Query all flights within 30km of a specified airport using airport codes like PEK, PVG, or CAN to monitor departures and arrivals in real-time.

Instructions

机场周边航班查询 - 查询指定机场周边30公里范围内的所有航班。支持主要机场代码如PEK、PVG、CAN等

Input Schema

NameRequiredDescriptionDefault
airport_codeYes
flight_typeNodeparture

Input Schema (JSON Schema)

{ "properties": { "airport_code": { "title": "Airport Code", "type": "string" }, "flight_type": { "default": "departure", "title": "Flight Type", "type": "string" } }, "required": [ "airport_code" ], "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