Search and book from over 2 million hotels with shopping and booking capabilities.
We are the first MCP server to give access to 2 millions of hotels with shopping and booking capabilities. You can integrate our MCP and start to sell within minutes in your agents. The prod version is available on request by requesting it on our website https://www.jinko.so/. Feel free to reach out!
MCP (Model Context Protocol) is an open protocol that standardizes how applications provide context to LLMs - think of it as a USB-C port for AI applications, connecting models to external data sources and tools.
You can install the package globally:
npm install -g jinko-mcp-dev
Or run it directly with npx:
npx jinko-mcp-dev
npm run start
npx jinko-mcp-dev
The MCP server uses stdio transport, which means it can be used directly with MCP clients that support this transport type.
You can install our MCP locally for now. Remote support is coming. For developers that want access to the production environment and earn commission on sales, please contact us via our website https://www.jinko.so/.
{
"mcpServers": {
"jinko-travel": {
"command": "npx",
"args": [
"jinko-mcp-dev@latest"
]
}
}
}
Convert a user's location query into standardized place information with coordinates.
Parameters:
query
: User's input for place search (e.g., 'New York', 'Paris', 'Tokyo')language
(optional): Language for the place search, default: 'en'This tool is essential when you need latitude and longitude for hotel searches but only have a text description. It accepts city names, hotel names, landmarks, or other location identifiers and returns a list of matching places with their details and precise coordinates.
Search for available hotels based on location coordinates and booking requirements.
Parameters:
latitude
: Latitude of the locationlongitude
: Longitude of the locationcheck_in_date
: Check-in date (YYYY-MM-DD), default: '2025-06-25'check_out_date
: Check-out date (YYYY-MM-DD), default: '2025-06-26'adults
: Number of adults, default: 2children
: Number of children, default: 0facilities
(optional): Facility IDs to filter hotels by, the IDs can be inferred with facilities resourceThis 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.
Retrieve additional hotel results from a previous search using the session_id.
Parameters:
session_id
: Session ID from a previous search-hotels or load-more-hotels responseThis 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.
Retrieve comprehensive details about a specific hotel identified by its ID.
Parameters:
session_id
: The session ID from a previous searchhotel_id
: ID of the hotel to get details forThis 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.
Initiate a hotel booking process for a specific hotel and rate option.
Parameters:
session_id
: The session ID from a previous searchhotel_id
: ID of the hotel to bookrate_id
: ID of the specific rate option the user has selectedThis tool creates a booking quote for the specified hotel and room, and returns a payment link for the user to complete the booking.
Retrieve a list of hotel facilities in the specified language.
Parameters:
language
: Language code for facility names (en, es, it, he, ar, de), default: 'en'This tool must be called before search-hotels whenever the user mentions specific hotel amenities or requirements. It returns facility IDs that must be used with the search-hotels tool's facilities parameter to properly filter hotels.
The standard server provides hotel facilities data as resources in multiple languages:
These resources can be accessed using the hotel://facilities/{language}
URI pattern, where {language}
is one of the supported language codes.
The server includes built-in facilities data to provide information about hotel amenities. This data is used to filter hotel searches based on specific amenities requested by users.
Each facility includes:
facility_id
: Unique identifier for the facilityfacility
: Name of the facility in Englishsort
: Sort order for displaytranslation
: Array of translations in different languagesWhen using the get-facilities
tool, the available facilities are returned as part of the response, allowing LLMs to use the appropriate facility IDs when filtering hotel searches with the search-hotels
tool.
A typical workflow for using the standard server would be:
find-place
to convert a user's location query into coordinatesget-facilities
to identify facility IDs for any amenities the user requestedsearch-hotels
with the coordinates and facility IDs to find matching hotelsload-more-hotels
if more results are needed beyond the initial 50get-hotel-details
to retrieve comprehensive information about a specific hotelbook-hotel
to initiate the booking process and generate a payment linkTo publish this package to npm, follow these steps:
Make sure you have an npm account and are logged in:
npm login
Update the version number in package.json:
npm version patch # or minor or major
Build the project:
npm run build
Publish to npm:
npm publish
After publishing, users can install and run the package using npm or npx as described in the Installation section.
Search the web using Kagi's search API
Interact with the Haloscan SEO API for search engine optimization tasks.
Query and analyze Portuguese companies using the NIF.PT public API. Supports search by NIF, company name, and city.
Self-hosted Websearch API
All-in-One SEO & Web Intelligence Toolkit API from FetchSERP.
A Model Context Protocol (MCP) server for the Open Library API that enables AI assistants to search for book and author information.
Interact with the French government's open data platform (data.gouv.fr) to search for company information.
Best people search engine that reduces the time spent on talent discovery.
Web search server that integrates Perplexity Sonar models via OpenRouter API for real-time, context-aware search with citations
Search for npm packages