国庆节旅游路线设计和优惠住宿查询

by guotao

249 downloads
Not rated
GitHub

About

国庆节旅游路线设计和优惠住宿查询 is an MCP server that plans travel routes and finds discounted accommodation based on a user’s departure city and destination. It recommends two hotel discount routes and supports fine‑tuning hotel quality on those routes.

Details

Author
guotao
Downloads
249
Categories
Other

- Routes planned from user‑specified departure to destination
- Recommends two discount hotel routes
- Provides discounted accommodation information
- Fine‑tunes hotel quality (update-hotel-quality)
- Supports SSE and MCP protocols
- Windsurf integration for easy invocation

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name 国庆节旅游路线设计和优惠住宿查询
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

update-hotel-quality

为现有计划中某一天的酒店,更换为更高品质或更低价格的

recommend-hotel-route

根据用户输入的行程途径城市,推荐两条酒店优惠路线

find_hotels

根据城市、价格区间和关键词搜索匹配的酒店列表,供用户选择。

search_hotel_rooms

当获取到具体的酒店全名和日期后,查询该酒店的可用房型和价格。

create_booking_request

当用户最终确认预订某个具体房型后,将所有预订信息记录到后台系统。

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "\u56fd\u5e86\u8282\u65c5\u6e38\u8def\u7ebf\u8bbe\u8ba1\u548c\u4f18\u60e0\u4f4f\u5bbf\u67e5\u8be2": {
            "\u7279\u60e0\u9152\u5e97MCP": {
                "url": "https://hotel.gqmg.com/sse/",
                "serverUrl": "https://hotel.gqmg.com/sse/"
            }
        }
    }
}

McpServers

{
    "\u7279\u60e0\u9152\u5e97MCP": {
        "url": "https://hotel.gqmg.com/sse/",
        "serverUrl": "https://hotel.gqmg.com/sse/"
    }
}

- [ ] 根据用户输入的出发城市和旅游目的地,规划途径城市,推荐两条酒店优惠路线,以及优惠住宿信息。
- [ ] 可以基于已规划的路线进行微调 update-hotel-quality 。
- [ ] 支持 sse 格式、支持 mcp 格式、支持 windsurf 调用。

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.