Skip to content

birariro/agoda-review-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agoda-review-mcp

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

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"
      ]
  }

About

MCP server for find agoda hotel reviews

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages