Servers
agoda-review-mcp
@birariro
MCP server for find agoda hotel reviews
Overview
What is agoda-review-mcp?
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.
How to use agoda-review-mcp?
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.
Key features of agoda-review-mcp
- Retrieves Agoda hotel reviews for LLMs
- Brings together positive and negative reviews
- Integrates with Claude via MCP configuration
- Built with Java and Gradle
Use cases of agoda-review-mcp
- Helping users choose hotels based on review summaries
- Enabling chatbots to answer questions about hotel reviews
- Providing balanced review insights (pros and cons) to users
FAQ from agoda-review-mcp
What are the system requirements?
Java 17 or newer is required.
How do I install and configure the server?
Clone the repository, run ./gradlew build -x test, and add the resulting jar to your Claude MCP configuration as a command.
What data does the server access?
It accesses Agoda hotel reviews via the Agoda platform.
What transport does the server use?
The README does not specify the transport; it is configured via the MCP setup for Claude.