Back to MCP directory
publicPublicdnsLocal runtime

agoda-review-mcp

该项目是一个用于查找Agoda酒店评论的MCP服务器,帮助用户整合正负面评价以辅助决策。

article

README

🚀 agoda-review-mcp

此模型上下文协议(MCP)服务器可助力大型语言模型(LLMs)查找Agoda酒店评论。它将酒店的正面和负面评论集中整合,为您的酒店选择提供有力帮助。

🚀 快速开始

🔧 先决条件

  • Java 17或更高版本

📋 安装步骤

  1. 克隆仓库
git clone https://github.com/birariro/agoda-review-mcp.git && cd agoda-review-mcp
  1. 构建项目
./gradlew build -x test
  1. 在您的Claude MCP设置中添加以下配置
{
  "mcpServers": {
    "agoda-review-mcp-server": {
      "command": "java",
      "args": [
        "-jar",
        "{path}/build/libs/agoda-review-mcp-0.0.1.jar"
      ]
    }
  }
}
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client