Metadata-Version: 2.4
Name: Trip.com-mcp
Version: 1.0.0
Summary: Trip.com international travel booking MCP server for outbound travel
Author: mako2026
License: MIT
Keywords: flight,hotel,mcp,outbound,travel,trip.com
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Requires-Dist: fastmcp>=2.0.0
Requires-Dist: requests>=2.31.0
Description-Content-Type: text/markdown

# 携程国际版 MCP Server

Trip.com international travel booking MCP server for Chinese outbound tourists.

## 功能

- 搜索海外酒店
- 查询国际机票
- 搜索境外景点门票

## 安装

```bash
pip install ctrip-international-mcp
```

## 使用

```bash
ctrip-international-mcp
```

## 工具

### search_overseas_hotel

搜索海外酒店，返回实时推荐、价格与预订链接。

**参数：**
- `query` (必填): 自然语言查询，如"东京新宿附近酒店"

### search_international_flight

查询国际机票，返回航班信息与价格。

**参数：**
- `query` (必填): 自然语言查询，如"上海到东京机票"

### search_attraction_tickets

搜索境外景点门票，返回景点信息与购票链接。

**参数：**
- `query` (必填): 自然语言查询，如"大阪环球影城门票"

## License

MIT
