此模型上下文协议(MCP)服务器可助力大型语言模型(LLMs)查找Agoda酒店评论。它将酒店的正面和负面评论集中整合,为您的酒店选择提供有力帮助。
git clone https://github.com/birariro/agoda-review-mcp.git && cd agoda-review-mcp
./gradlew build -x test
{
"mcpServers": {
"agoda-review-mcp-server": {
"command": "java",
"args": [
"-jar",
"{path}/build/libs/agoda-review-mcp-0.0.1.jar"
]
}
}
}