Skip to main content
Glama

Flight Ticket MCP Server

by xiaonieli7

getFlightsInArea

Query all flights within a specified geographic area using boundary box coordinates to identify available air traffic and travel options.

Instructions

区域航班查询 - 查询指定地理区域内的所有航班。参数为边界框坐标(最小纬度,最大纬度,最小经度,最大经度)

Input Schema

NameRequiredDescriptionDefault
max_latYes
max_lonYes
min_latYes
min_lonYes

Input Schema (JSON Schema)

{ "properties": { "max_lat": { "title": "Max Lat", "type": "number" }, "max_lon": { "title": "Max Lon", "type": "number" }, "min_lat": { "title": "Min Lat", "type": "number" }, "min_lon": { "title": "Min Lon", "type": "number" } }, "required": [ "min_lat", "max_lat", "min_lon", "max_lon" ], "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