Skip to main content
Glama

Flight Ticket MCP Server

by xiaonieli7

getFlightStatus

Query real-time flight status and position using OpenSky Network data. Provide flight number (e.g., CCA1234) to get current location and operational status.

Instructions

航班实时状态查询 - 使用OpenSky Network查询航班实时位置和状态。flight_number为航班呼号(如CCA1234),date参数无效(仅支持实时数据)

Input Schema

NameRequiredDescriptionDefault
dateNo
flight_numberYes

Input Schema (JSON Schema)

{ "properties": { "date": { "default": null, "title": "Date", "type": "string" }, "flight_number": { "title": "Flight Number", "type": "string" } }, "required": [ "flight_number" ], "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