tzw
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"jinko-travel": {
"args": [
"jinko-mcp-dev@latest"
],
"command": "npx"
}
}
}
可用工具 (6 个)
该服务在 MCP 协议中暴露的工具,AI 可按需调用
find-place 2 个参数 需填 1 项
Use this tool to convert a user's location query into standardized place information with coordinates. This is essential when you need latitude and longitude for hotel searches but only have a text description. The tool accepts city names, hotel names, landmarks, or other location identifiers and returns a list of matching places with their details and precise coordinates.
必填参数:query
search-hotels 9 个参数 需填 2 项
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.
必填参数:latitude、longitude
load-more-hotels 1 个参数 需填 1 项
Retrieve additional hotel results from a previous search using the session_id. This tool continues pagination from a previous search-hotels request, returning the next batch of hotels with the same format and details as the original search. The response format matches search-hotels and includes information about whether further pagination is possible.
必填参数:session_id
get-hotel-details 2 个参数 需填 2 项
Retrieve comprehensive details about a specific hotel identified by its ID. This tool provides more extensive information than what's available in search results, including complete descriptions, all available room types, detailed rate information, cancellation policies, and full amenity lists. Use this tool when a user expresses interest in a specific hotel from search results to provide them with all available options and complete booking information.
必填参数:session_id、hotel_id
book-hotel 3 个参数 需填 3 项
Initiate a hotel booking process for a specific hotel and rate option. IMPORTANT WORKFLOW: 1. Before calling this tool, you MUST present a specific hotel's all available rate options to the user using get-hotel-details 2. The user MUST select a specific rate option they want to book 3. This tool will generate a secure payment link that the user needs to open in their browser to complete the booking The response includes a payment_link that must be prominently displayed to the user, along with booking details such as hotel name, check-in/out dates, and total price.
必填参数:session_id、hotel_id、rate_id
get-facilities 1 个参数
IMPORTANT: ALWAYS USE THIS TOOL FIRST when a user mentions ANY specific hotel amenities or requirements. This tool must be called BEFORE search-hotels whenever the user mentions requirements like: - Pet-friendly or traveling with pets/dogs/cats - WiFi or internet access - Swimming pools - Parking (free or paid) - Air conditioning or heating - Fitness center or gym - Restaurant or room service - Family rooms - Non-smoking rooms - Any other specific hotel features The tool returns facility IDs that MUST be used with the search-hotels tool's facilities parameter to properly filter hotels. Without using this tool first, searches will not correctly filter for user-requested amenities. Example workflow: 1. User asks for "pet-friendly hotels in Paris" 2. Call get-facilities to find the facility_id for "Pets allowed" 3. Use that facility_id in the search-hotels facilities parameter
该工具无需必填参数,直接调用即可
服务介绍
请提供需要翻译的英文技术文档内容。