The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Flight Master Aviation Data MCP listing page.
Official MCP integration repository for Flight Master DAST (航班管家 DAST), providing professional aviation data capabilities for AI agents, coding assistants, and MCP-compatible applications.
航班管家航空数据 MCP(Flight Master Aviation Data MCP) provides access to flight status, route flights, onboard experience, delay risk prediction, airport weather, and flight trajectory data through the Model Context Protocol (MCP).
The service supports two MCP connection modes:
This repository is the official public integration repository for Flight Master Aviation Data MCP. Production server-side source code and proprietary aviation data processing systems are not published in this repository.
Flight Master Aviation Data MCP supports both Remote Streamable HTTP and STDIO connections.
Recommended for most users, hosted AI agents, and MCP clients that support remote MCP servers.
Endpoint:
| Item | Value |
|---|---|
| Protocol | Model Context Protocol (MCP) |
| Transport | Streamable HTTP |
| RPC | JSON-RPC 2.0 |
| Authentication | Bearer API Key |
Authentication header:
No local MCP server installation is required.
For MCP clients that support local STDIO servers, use the official npm package:
Run directly with:
The STDIO package requires the following environment variable:
Example MCP configuration:
The package also supports the optional environment variable:
DAST_MCP_URL should normally be omitted. It is only required when a custom Flight Master DAST MCP gateway URL needs to be used.
Official npm package:
https://www.npmjs.com/package/@flightmaster/aviation-dast-mcp
A Flight Master DAST API Key is required for both connection modes.
Include the API Key in the HTTP Authorization header:
Provide the API Key through the required environment variable:
Security: Never publish, commit, or share your real API Key in a public repository.
The MCP server currently provides the following six tools:
| Tool | Capability |
|---|---|
dast_flight_dynamic | Query real-time or historical flight status by flight number and date |
dast_flight_route | Query flights between two airports for a specified date |
dast_flight_happy | Query onboard experience data such as meals, Wi-Fi, seat information, entertainment, power supply, and baggage |
dast_delay_rate | Query predicted flight delay and cancellation probabilities |
dast_future_weather | Query hourly airport weather forecasts for the next 48 hours |
dast_flight_path | Query real-time or historical flight trajectory, position, altitude, speed, and flight status |
For complete Tool schemas, parameters, response structures, routing rules, and usage guidance, see:
https://dast.133.cn/mcp_assets/agent.md
The live MCP
tools/listresponse should be treated as the authoritative source if Tool definitions change.
Add the hosted Remote MCP server with:
Then verify the connection:
Replace <API_KEY> with the API Key created in the Flight Master DAST MCP Console.
Claude Code and other STDIO-compatible MCP clients can also use the official npm package.
Generic STDIO configuration:
Cursor supports both Remote MCP and STDIO MCP configurations.
For a personal configuration available across projects, edit:
Example:
Save the configuration and restart or reconnect Cursor. The Flight Master DAST tools should then appear in the MCP tools list.
Alternatively, configure the official npm package:
Do not commit a configuration file containing a real API Key to a public repository.
Cline supports both Remote MCP and STDIO MCP configurations.
Open MCP Servers → Configure MCP Servers in Cline and add:
Replace <API_KEY> with your Flight Master DAST API Key and reconnect the server.
Alternatively:
Use:
Header:
Use:
A dedicated machine-readable document is available for AI agents and automated clients:
It includes:
Agents integrating Flight Master Aviation Data MCP are encouraged to read this document before calling the service.
Flight Master Aviation Data MCP can be used by AI agents to answer questions such as:
Flight Master DAST(航班管家 DAST) provides professional aviation data services and MCP capabilities for developers, AI agents, coding assistants, and aviation-related applications.
Flight Master Aviation Data MCP connects AI applications with professional aviation data through the open Model Context Protocol ecosystem.
Official MCP Product Page:
For account registration, API Key management, usage information, and billing:
This repository is the official public integration repository for Flight Master Aviation Data MCP.
It contains:
It does not contain:
The production aviation data service and Remote MCP infrastructure are operated by Flight Master DAST.
Flight Master DAST
航班管家 DAST
Official Aviation Data MCP Service