Metadata-Version: 2.4
Name: mcp-rollinggo-flight
Version: 2.0.1
Summary: RollingGo全球航班查询MCP Server — 支持中文城市名、航司中文名、非民用机场过滤、中转等待时间、性价比标签、座位余量、行李额度
License-Expression: MIT
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27.0
Requires-Dist: mcp[cli]>=1.6.0
Requires-Dist: pydantic>=2.0
Description-Content-Type: text/markdown

# 🛫 全球航班查询 MCP Server

RollingGo全球航班查询MCP Server，支持中文城市名直接查询、航司中文名、非民用机场过滤、中转等待时间、性价比标签。

## 特色

- 🇨🇳 中文城市名直接输入（北京→BJS，东京→NRT）
- 🏷️ 航司代码中文映射（CA→国航，MU→东航）
- 🚫 非民用机场过滤（排除军用/轮渡/直升机坪）
- ⏱️ 中转等待时间展示
- 🏆 性价比标签（基于SmartValueScore）
- 💺 座位余量查询
- 🧳 行李额度查询

## 工具

1. **search_flights** — 全球航班查询
2. **search_airports** — 机场/城市搜索
3. **check_flight_seats** — 座位余量查询
4. **check_baggage_allowance** — 行李额度查询

## MCP客户端配置

```json
{
  "mcpServers": {
    "rollinggo-flight": {
      "command": "uvx",
      "args": ["--from", "mcp-rollinggo-flight==2.0.0", "mcp-rollinggo-flight"]
    }
  }
}
```

💡 零配置即用，无需API密钥，开箱即用。
