{
  "markdown": "# Flight Master Aviation Data MCP\n\nOfficial MCP integration documentation for **Flight Master DAST (航班管家 DAST)**, providing aviation data capabilities for AI agents, coding assistants, and MCP-compatible applications.\n\nFlight 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).\n\n> This repository contains integration documentation only.  \n> The production MCP server is remotely hosted and the server-side source code is not published in this repository.\n\n## Official Links\n\n- **MCP Product Page:** https://dast.133.cn/mcp/\n- **DAST Platform:** https://dast.133.cn\n- **Agent-readable Documentation:** https://dast.133.cn/mcp_assets/agent.md\n- **Remote MCP Endpoint:** https://fly.huoli.com/mcp/dast_mcp\n\n## MCP Endpoint\n\n```text\nhttps://fly.huoli.com/mcp/dast_mcp\n```\n\n| Item | Value |\n|---|---|\n| Protocol | Model Context Protocol (MCP) |\n| Transport | Streamable HTTP |\n| RPC | JSON-RPC 2.0 |\n| Authentication | Bearer API Key |\n\n## Authentication\n\nAn API Key is required to connect to the Flight Master Aviation Data MCP.\n\nInclude the API Key in the HTTP `Authorization` header:\n\n```text\nAuthorization: Bearer <API_KEY>\n```\n\nTo obtain an API Key:\n\n1. Visit the [Flight Master DAST Platform](https://dast.133.cn)\n2. Register or sign in\n3. Open the MCP Console\n4. Create an API Key\n5. Use the key in your MCP client configuration\n\n> **Security:** Never publish, commit, or share your real API Key in a public repository.\n\n## Available Tools\n\nThe MCP server currently provides the following six tools:\n\n| Tool | Capability |\n|---|---|\n| `dast_flight_dynamic` | Query real-time or historical flight status by flight number and date |\n| `dast_flight_route` | Query flights between two airports for a specified date |\n| `dast_flight_happy` | Query onboard experience data such as meals, Wi-Fi, seat information, entertainment, power supply, and baggage |\n| `dast_delay_rate` | Query predicted flight delay and cancellation probabilities |\n| `dast_future_weather` | Query hourly airport weather forecasts for the next 48 hours |\n| `dast_flight_path` | Query real-time or historical flight trajectory, position, altitude, speed, and flight status |\n\nFor complete Tool schemas, parameters, response structures, routing rules, and usage guidance, see:\n\n**https://dast.133.cn/mcp_assets/agent.md**\n\nThe live MCP `tools/list` response should be treated as the authoritative source if Tool definitions change.\n\n## Claude Code\n\nAdd the remote MCP server with:\n\n```bash\nclaude mcp add --transport http flight-master-dast https://fly.huoli.com/mcp/dast_mcp \\\n  --header \"Authorization: Bearer <API_KEY>\"\n```\n\nThen verify the connection:\n\n```bash\nclaude mcp list\n```\n\nReplace `<API_KEY>` with the API Key created in the Flight Master DAST MCP Console.\n\n## Cursor\n\nCursor supports remote MCP servers through `mcp.json`.\n\nFor a personal configuration available across projects, edit:\n\n```text\n~/.cursor/mcp.json\n```\n\nExample:\n\n```json\n{\n  \"mcpServers\": {\n    \"flight-master-dast\": {\n      \"url\": \"https://fly.huoli.com/mcp/dast_mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer <API_KEY>\"\n      }\n    }\n  }\n}\n```\n\nSave the configuration and restart or reconnect Cursor. The Flight Master DAST tools should then appear in the MCP tools list.\n\n> Do not commit a configuration file containing a real API Key to a public repository.\n\n## Cline\n\nOpen **MCP Servers → Configure MCP Servers** in Cline and add:\n\n```json\n{\n  \"mcpServers\": {\n    \"flight-master-dast\": {\n      \"type\": \"streamableHttp\",\n      \"url\": \"https://fly.huoli.com/mcp/dast_mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer <API_KEY>\"\n      },\n      \"disabled\": false,\n      \"autoApprove\": []\n    }\n  }\n}\n```\n\nReplace `<API_KEY>` with your Flight Master DAST API Key and reconnect the server.\n\n## Agent-readable Documentation\n\nA dedicated machine-readable document is available for AI agents and automated clients:\n\n```text\nhttps://dast.133.cn/mcp_assets/agent.md\n```\n\nIt includes:\n\n- MCP connection information\n- Authentication requirements\n- Tool selection guidance\n- Tool schemas and parameters\n- Date and airport rules\n- Request and response structures\n- Error handling\n- Billing behavior\n- Agent usage guidance\n\nAgents integrating Flight Master Aviation Data MCP are encouraged to read this document before calling the service.\n\n## Example Use Cases\n\nFlight Master Aviation Data MCP can be used by AI agents to answer questions such as:\n\n- What is the current status of CA1831?\n- What flights operate from Beijing Capital Airport to Shanghai Hongqiao Airport today?\n- Does this flight provide meals or Wi-Fi?\n- What is the predicted delay risk for this flight?\n- What will the weather be like at Hefei Xinqiao International Airport?\n- Where is this flight currently located and what is its altitude?\n\n## About Flight Master DAST\n\n**Flight Master DAST** provides professional aviation data services and MCP capabilities for developers, AI agents, and aviation-related applications.\n\nVisit the official MCP product page:\n\n**https://dast.133.cn/mcp/**\n\nFor account registration, API Key management, usage information, and billing, visit:\n\n**https://dast.133.cn**\n\n## Repository Scope\n\nThis repository is the official public integration repository for Flight Master Aviation Data MCP.\n\nIt contains documentation and configuration examples only.\n\nIt does **not** contain:\n\n- Production MCP server source code\n- Internal aviation data processing systems\n- Proprietary data pipelines\n- Backend business logic\n\nThe production MCP service is operated remotely by Flight Master DAST.\n\n---\n\n**Flight Master DAST**  \nOfficial Aviation Data MCP Service\n",
  "bytes": 5760,
  "sha": "e3c6749bdc2bec081f4f7e7d54fdf05410fcb42f56223309a3d39a59a6f42a9c",
  "repo_slug": "flight-master-dast/aviation-data-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_flight_master_dast_aviation_da_4f17c3ec/readme"
}