agoda-review-mcp

by birariro

358 downloads
Not rated
GitHub

About

The agoda-review-mcp server is a Model Context Protocol (MCP) server that enables large language models (LLMs) to retrieve Agoda hotel reviews. It helps users make choices by presenting both positive and negative reviews together.

Details

Author
birariro
Downloads
358
Categories
Developer Tools

- Retrieves Agoda hotel reviews for LLMs
- Brings together positive and negative reviews
- Integrates with Claude via MCP configuration
- Built with Java and Gradle

Requires Java 17 or newer. Clone the repository, build the project with ./gradlew build -x test, then add the jar as a command in your Claude MCP setup configuration.

agoda-review-mcp

This Model Context Protocol(MCP) server enables Large Language Models (LLMs) to <br>
find 'agoda' hotel reviews <br>

It helps with your choose because you bring positive and negative reviews together

Usage

Prerequisites

- Java 17 or newer

Steps

1 clone repository
git clone https://github.com/birariro/agoda-review-mcp.git && cd agoda-review-mcp
2 build project
./gradlew build -x test
3 Add the following configuration to your Claude MCP setup
{
  "mcpServers": {
    "agoda-review-mcp-server": {
      "command": "java",
      "args": [
        "-jar",
        "{path}/build/libs/agoda-review-mcp-0.0.1.jar"
      ]
  }
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.