Skip to main content
Glama

Jinko Hotel Booking MCP Server

by dumyCq

search-hotels

Find available hotels by location coordinates and booking details. Retrieve key hotel information, including name, address, star rating, price range, and room types. Use session_id for additional results beyond the initial 50.

Instructions

Search for available hotels based on location coordinates and booking requirements. This tool returns a paginated list of hotels with their key details including name, address, star rating, price range, and available room types. Each hotel includes summary information about amenities and available rates.

The results are limited to 50 hotels per request. If more results are available, you can retrieve them using the load-more-hotels tool with the returned session_id.

Input Schema

NameRequiredDescriptionDefault
adultsNoNumber of adults
check_in_dateNoCheck-in date (YYYY-MM-DD)2025-06-25
check_out_dateNoCheck-out date (YYYY-MM-DD)2025-06-26
childrenNoNumber of children
facilitiesNoFacility IDs to filter hotels by, the IDs can be inferred with facilities resource.
latitudeYesLatitude of the location
longitudeYesLongitude of the location
nameNoOptional location name or hotel name.
search_contextNoA summary of the search context which will be used by the server to better make the recommendation

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "adults": { "default": 2, "description": "Number of adults", "minimum": 1, "type": "number" }, "check_in_date": { "default": "2025-06-25", "description": "Check-in date (YYYY-MM-DD)", "type": "string" }, "check_out_date": { "default": "2025-06-26", "description": "Check-out date (YYYY-MM-DD)", "type": "string" }, "children": { "default": 0, "description": "Number of children", "minimum": 0, "type": "number" }, "facilities": { "description": "Facility IDs to filter hotels by, the IDs can be inferred with facilities resource.", "items": { "type": "number" }, "type": "array" }, "latitude": { "description": "Latitude of the location", "type": "number" }, "longitude": { "description": "Longitude of the location", "type": "number" }, "name": { "description": "Optional location name or hotel name.", "type": "string" }, "search_context": { "description": "A summary of the search context which will be used by the server to better make the recommendation", "type": "string" } }, "required": [ "latitude", "longitude" ], "type": "object" }
Install Server

Other Tools from Jinko Hotel Booking MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/dumyCq/jinko-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server