Metadata-Version: 2.4
Name: mcp-travel-smart-plan
Version: 4.0.0
Summary: 旅行智能助手 MCP Server - 7合1一站式旅行服务（飞猪旅行+高德地图，FC代理版）
Author: mako2026
License-Expression: MIT
Keywords: fliggy,flight,food,gaode,hotel,mcp,train,travel
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27.0
Requires-Dist: mcp[cli]>=1.9.2
Requires-Dist: pydantic>=2.0.0
Description-Content-Type: text/markdown

# mcp-travel-smart-plan

旅行智能助手 MCP Server - 7合1一站式旅行服务

## 工具列表（7个）

| 工具 | 说明 | 数据源 |
|------|------|--------|
| `plan_travel` | 旅行智能规划（自然语言） | 飞猪旅行 |
| `search_train` | 火车票/高铁票查询 | 飞猪旅行 |
| `search_flight` | 国内航班机票查询 | 飞猪旅行 |
| `search_hotel` | 酒店住宿搜索 | 飞猪旅行 |
| `search_poi` | 景点门票搜索 | 飞猪旅行 |
| `search_food` | 美食餐厅推荐 | 高德地图 |
| `search_transport` | 市内交通方案 | 高德地图 |

## 配置

```json
{
  "mcpServers": {
    "travel-smart-plan": {
      "command": "uvx",
      "args": ["mcp-travel-smart-plan"]
    }
  }
}
```

无需API Key，通过FC代理调用，客户端零配置。

## 数据源

- 飞猪旅行：行程规划/火车票/机票/酒店/景点门票
- 高德地图：美食推荐/市内交通

## License

MIT
