Gives Claude three hotel operations: searching with filters like price and rating, booking rooms with guest details, and fetching reviews. Each hotel result returns 17 fields including amenities, room types, availability, check-in policies, and contact info. You can install it locally via PyPI or connect to a hosted endpoint with SSE transport. Reach for this when you need to build hotel booking workflows into Claude conversations. The search tool lets you filter by city, max price, minimum rating, and specific amenities like WiFi or pools. Booking requires standard guest information and date ranges. Built by nathishdev and registered in the official MCP registry.
A Model Context Protocol (MCP) server for hotel search, booking, and reviews.
🏨 Search Hotels - Find hotels by location, price, rating, and amenities with 12+ detailed fields per hotel
📅 Book Rooms - Reserve hotel rooms with guest information
⭐ View Reviews - Read customer reviews and ratings
pip install dida-mcp-server
Configure in Claude Desktop:
{
"mcpServers": {
"dida-hotels": {
"command": "python",
"args": ["-m", "dida_mcp_server"]
}
}
}
{
"mcpServers": {
"dida-hotels": {
"url": "https://uninventive-davin-semihistorically.ngrok-free.dev/sse",
"transport": "sse",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}
}
}
}
Contact: nathishdev@gmail.com for access token.
Search for hotels based on various criteria:
Example:
{
"city": "New York",
"max_price": 300,
"min_rating": 4.5,
"amenities": ["WiFi", "Pool"]
}
Book a hotel room with guest information:
Get customer reviews for a specific hotel:
Each hotel includes 17 detailed fields:
This server is registered in the official MCP Registry:
io.github.nathishdev-netizen/dida-mcp-serverMIT
Nathish - GitHub
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp