{
  "markdown": "# Dida MCP Server\n\n<!-- mcp-name: io.github.nathishdev-netizen/dida-mcp-server -->\n\nA Model Context Protocol (MCP) server for hotel search, booking, and reviews.\n\n[![MCP Registry](https://img.shields.io/badge/MCP-Registry-blue)](https://registry.modelcontextprotocol.io/v0/servers?search=dida)\n[![PyPI](https://img.shields.io/pypi/v/dida-mcp-server)](https://pypi.org/project/dida-mcp-server/)\n\n## Features\n\n🏨 **Search Hotels** - Find hotels by location, price, rating, and amenities with 12+ detailed fields per hotel  \n📅 **Book Rooms** - Reserve hotel rooms with guest information  \n⭐ **View Reviews** - Read customer reviews and ratings\n\n## Installation\n\n### Option 1: Install Locally (PyPI)\n```bash\npip install dida-mcp-server\n```\n\nConfigure in Claude Desktop:\n```json\n{\n  \"mcpServers\": {\n    \"dida-hotels\": {\n      \"command\": \"python\",\n      \"args\": [\"-m\", \"dida_mcp_server\"]\n    }\n  }\n}\n```\n\n### Option 2: Use Remote Server (Cloud)\n```json\n{\n  \"mcpServers\": {\n    \"dida-hotels\": {\n      \"url\": \"https://uninventive-davin-semihistorically.ngrok-free.dev/sse\",\n      \"transport\": \"sse\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_TOKEN\"\n      }\n    }\n  }\n}\n```\n\nContact: nathishdev@gmail.com for access token.\n\n## Tools\n\n### search_hotels\nSearch for hotels based on various criteria:\n- **city** - Location to search\n- **max_price** - Maximum price per night\n- **min_rating** - Minimum hotel rating (0-5)\n- **amenities** - Required amenities (WiFi, Pool, Gym, etc.)\n- **available_only** - Show only available hotels\n\n**Example:**\n```json\n{\n  \"city\": \"New York\",\n  \"max_price\": 300,\n  \"min_rating\": 4.5,\n  \"amenities\": [\"WiFi\", \"Pool\"]\n}\n```\n\n### book_hotel\nBook a hotel room with guest information:\n- **hotel_id** - Hotel identifier\n- **guest_name** - Guest's full name\n- **guest_email** - Guest's email\n- **guest_phone** - Guest's phone number\n- **check_in** - Check-in date (YYYY-MM-DD)\n- **check_out** - Check-out date (YYYY-MM-DD)\n\n### get_hotel_reviews\nGet customer reviews for a specific hotel:\n- **hotel_id** - Hotel identifier\n\n## Hotel Data Fields\n\nEach hotel includes 17 detailed fields:\n- id, name, description\n- price_per_night, currency\n- location (city, country, address, coordinates)\n- rating, total_reviews\n- amenities (array)\n- room_types (array)\n- availability, available_rooms\n- check_in_time, check_out_time\n- cancellation_policy\n- contact (phone, email, website)\n- images (array)\n\n## MCP Registry\n\nThis server is registered in the official MCP Registry:\n- **Name:** `io.github.nathishdev-netizen/dida-mcp-server`\n- **Registry:** https://registry.modelcontextprotocol.io\n\n## License\n\nMIT\n\n## Author\n\nNathish - [GitHub](https://github.com/nathishdev-netizen)\n",
  "bytes": 2697,
  "sha": "9e3c1d4117f838a4cba780336b6495fe48cc009f019ed2923b0838d98b61c6f6",
  "repo_slug": "nathishdev-netizen/dida-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_nathishdev_netizen_dida_mcp_se_705d740e/readme"
}