HomeOther › 航班管家航空数据 MCP | Flight Master Aviation Data MCP

航班管家航空数据 MCP | Flight Master Aviation Data MCP

航班管家 DAST 官方航空数据 MCP,支持 Remote HTTP 与 npm STDIO,提供航班动态、天气、轨迹及延误风险。Official Flight Master MCP.

Official TypeScript Cloud Remote
★ 0 stars Last pushed 2026-09-15 License: Apache-2.0

Topics: Travel & Transportation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://fly.huoli.com/mcp/dast_mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http aviation-data-mcp https://fly.huoli.com/mcp/dast_mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "aviation-data-mcp": {
      "url": "https://fly.huoli.com/mcp/dast_mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization

Package (npm 1.0.5)

npx -y @flightmaster/aviation-dast-mcp@1.0.5

Or add to your MCP client config:

{
  "mcpServers": {
    "aviation-data-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@flightmaster/aviation-dast-mcp@1.0.5"
      ],
      "env": {
        "DAST_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • DAST_API_KEY required secret — Flight Master DAST API Key

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry