跨平台机票比价MCP服务,多旅游平台机票价格对比(飞猪+RG+途牛+美团+同程)
Project description
跨平台机票比价 MCP Server
跨平台机票比价服务,同时搜索飞猪、途牛、同程、美团、RG五大旅游平台机票价格,按价格从低到高排序,仅展示直飞航班。
功能
✈️ 机票比价 (flight_compare)
同时搜索五大平台机票价格,支持按出发城市、到达城市、日期搜索。
参数:
| 参数 | 说明 | 必填 |
|---|---|---|
| from_city | 出发城市(如上海、北京) | 是 |
| to_city | 到达城市(如三亚、广州) | 是 |
| date | 出发日期(YYYY-MM-DD) | 是 |
安装
pip install flight-price-compare-mcp
或使用 uvx 直接运行:
uvx flight-price-compare-mcp
使用
命令行启动
flight-price-compare-mcp
MCP 客户端配置
在支持 MCP 的客户端(如 Claude Desktop、Cursor、Cherry Studio)中添加:
{
"mcpServers": {
"flight-price-compare": {
"command": "uvx",
"args": ["flight-price-compare-mcp"]
}
}
}
Windows 系统:
{
"mcpServers": {
"flight-price-compare": {
"command": "cmd",
"args": ["/c", "uvx", "flight-price-compare-mcp"]
}
}
}
数据源
| 平台 | 说明 |
|---|---|
| 飞猪 | 阿里旗下旅行平台 |
| 途牛 | 综合旅行平台 |
| 同程 | 腾讯系旅行平台 |
| 美团 | 本地生活+旅行 |
| RG | 全球旅行预订 |
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file flight_price_compare_mcp-1.0.0.tar.gz.
File metadata
- Download URL: flight_price_compare_mcp-1.0.0.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46b270b2af74b0d7da2dd085248e067cf9c20ad5f296bb56c7f1146d5c13dbbd
|
|
| MD5 |
c8624db715bf88922f9b3eecab90863b
|
|
| BLAKE2b-256 |
0602c5e693c178d335502d737d4322fb2bf6240183393bee40783ad5dbe74eda
|
File details
Details for the file flight_price_compare_mcp-1.0.0-py3-none-any.whl.
File metadata
- Download URL: flight_price_compare_mcp-1.0.0-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3f5f4dc113047b649bba1aeca8c4ec812c83668487c23b56e7e42e7df1b0bdc
|
|
| MD5 |
81976a336f08cd549dad51d0dfa99c74
|
|
| BLAKE2b-256 |
5418de2e324f2e10e721cdaa9bfd220c2d803bb6a83ed3f81c7f9266edd05d12
|