Hotel search, booking, and review MCP server with 12+ detailed fields per hotel
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"dida-hotels": {
"args": [
"-m",
"dida_mcp_server"
],
"command": "python"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server for hotel search, booking, and reviews.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'dida-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked dida-mcp-server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in maps / ecommerce
Production-grade MCP server and CLI tool for Shopify Admin GraphQL API — 49+ tools, YAML-extensible, dual auth, dual transport, Docker-ready
A Model Context Protocol (MCP) server providing TomTom's location services, search, routing, and traffic data to AI agents.
Real-time BART departures, trip planning, fares, stations, and advisories.
A command line tool for setting up commercetools MCP server
MCP Security Weekly
Get CVE alerts and security updates for io.github.nathishdev-netizen/dida-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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