agoda-review-mcp
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
Jump to
- 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 newerSteps
1 clone repositorygit 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"
]
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





