飞友科技

binbin2572/Aviation_MCP_Server1
Hosted
1 Stars 73 次浏览 binbin 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "variflight": {
      "args": [
        "-y",
        "@variflight-ai/variflight-mcp"
      ],
      "command": "npx",
      "env": {
        "X_VARIFLIGHT_KEY": "sk-ZYRidYMPQdDU8cdptA9MoqR5t58_eq69MQPzQWEXdZw"
      }
    }
  }
}

Streamable HTTP 传输配置

{
  "mcpServers": {
    "VariFlight-Aviation": {
      "url": "https://ai.variflight.com/servers/aviation/mcp/?api_key=sk-ZYRidYMPQdDU8cdptA9MoqR5t58_eq69MQPzQWEXdZw"
    }
  }
}

可用工具 (8 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

searchFlightsByDepArr 5 个参数 需填 1 项

Search for flights between airports or cities by date. For cities with multiple airports, use depcity and arrcity parameters; otherwise use dep and arr parameters. Date must be in YYYY-MM-DD format. For today's date, use the getTodayDate tool. All airport/city codes must be valid IATA 3-letter codes (e.g.BJS for city of Beijing, PEK for Beijing Capital Airport).

必填参数:date

searchFlightsByNumber 4 个参数 需填 2 项

Search flights by flight number and date. Flight number should include airline code (e.g. MU2157, CZ3969). dep and arr are optional, keep empty if you don't know them. Date format: YYYY-MM-DD. IMPORTANT: For today's date, you MUST use getTodayDate tool instead of hardcoding any date. Airport codes (optional) should be IATA 3-letter codes.

必填参数:fnum、date

getFlightTransferInfo 3 个参数 需填 3 项

Get flight transfer info by departure city and arrival city and departure date. Date format: YYYY-MM-DD. IMPORTANT: For today's date, you MUST use getTodayDate tool instead of hardcoding any date. Airport codes should be IATA 3-letter codes.

必填参数:depdate、depcity、arrcity

flightHappinessIndex 4 个参数 需填 2 项

using this tool when you need information related to following topics: Detailed flight comparisons (punctuality, amenities, cabin specs),Health safety protocols for air travel,Baggage allowance verification,Environmental impact assessments,Aircraft configuration visualization,Comfort-focused trip planning (seat dimensions, entertainment, food). etc.

必填参数:fnum、date

getRealtimeLocationByAnum 1 个参数 需填 1 项

Get flight realtime location by aircraft number. aircraft number should be Aircraft registration numberlike B2021, B2022, B2023, etc. if aircraft number is unknown, you shuold try to request it using searchFlightsByNumber tool

必填参数:anum

getTodayDate 1 个参数

Get today's date in local timezone (YYYY-MM-DD format). Use this tool whenever you need today's date - NEVER hardcode dates.

该工具无需必填参数,直接调用即可

getFutureWeatherByAirport 1 个参数 需填 1 项

Get airport future weather for 3days (today、tomorrow、the day after tomorrow) by airport IATA 3-letter code. Airport codes should be IATA 3-letter codes (e.g. PEK for Beijing, SHA for Shanghai, CAN for Guangzhou, HFE for Hefei).

必填参数:airport

searchFlightItineraries 3 个参数 需填 3 项

Search for purchasable flight options and the lowest price using the departure city three-letter code, arrival city three-letter code, and departure date. (e.g. BJS for Beijing, SHA for Shanghai, CAN for Guangzhou, HFE for Hefei).

必填参数:depCityCode、depDate、arrCityCode

服务介绍

搜索航班行程价格 (searchFlightItineraries)

相关 MCP 服务