hotels_mcp_server
0
The Hotels MCP Server is designed to allow language models to access and retrieve hotel and destination information via the Booking.com API. It offers features such as destination search and detailed hotel listings, functioning as a bridge between these models and hotel data.
Hotels MCP Server
A Model Context Protocol (MCP) server that allows LLMs to search for hotels and destinations using the Booking.com API.
Features
- Search for destinations by name
- Get hotel listings for specific destinations with dates
- Rich hotel information including room details, pricing, ratings, and more
Setup and Installation
- Clone the repository and navigate to the directory.
- Install necessary dependencies using
pip
. - Configure RapidAPI credentials by adding the API key to the
.env
file.
Running the Server
Run the server using Python. The server uses stdio transport for compatibility with MCP clients like Cursor.
Using with MCP Clients
- Integrate with Cursor by editing the
mcp.json
configuration. - Test with MCP Inspector for an interactive UI.