Skip to content
Back to search
100
MCP live v0.0.1 streamable-http

Jinko MCP

com.gojinko.mcp/jinko

Turn your ChatGPT to a super travel agent

Uptime
11.1%
27 probes
Response
1148ms
last probe
Tools
7
callable

Tools · 7

flight_calendar

Search flights between a known origin and destination using cached pricing. Use this tool whenever the user specifies BOTH where they are flying FROM and where they are flying TO. WHEN TO USE THIS TO…

find_destination

Discover travel destinations when the user does NOT know where to go. This is a destination EXPLORATION tool. WHEN TO USE THIS TOOL (CRITICAL): - The user does NOT specify a destination: "Where shoul…

flight_search

Live flight tool with two modes. EACH CALL HITS LIVE PRICING — not for loose or flexible date queries (use flight_calendar for those). MODE 1 — search: route + exact single dates + optional filters (…

hotel_search

Search live hotel inventory and rates worldwide. REQUIRED: - destination: object — two distinct modes. Mode A (rate lookup): { hotel_name (+ optional country_code, city_name) } or { hotel_ids }. Mode…

hotel_details

Rich metadata (gallery, facilities, policies, per-room details) for a single hotel — called by the hotel widget on fullscreen open. **Cost: 1 credit per call.**

trip

Unified tool for managing a trip (shopping cart). Supports flights and hotels in the same cart. Actions are determined by which objects you provide. SCHEMA: { trip_id?: string, // Existin…

book

Unified tool for booking a trip. Actions are determined by which object you provide. SCHEMA: { create?: { // Initiate booking trip_id: string, // Required: ID …

Similar MCP servers embedding-nearest

mcp-chatbot
Add your description here
0 tools
Komodo MCP Server
Manage Komodo through AI assistants
0 tools
Komodo MCP Server
Manage Komodo through AI assistants
0 tools
ask-human-mcp
MCP server that lets AI agents escalate questions to humans
0 tools
huuh-mcp
collaborative AI
0 tools
Jwt
JWT decoder MCP.
0 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "jinko_mcp": {
      "url": "https://mcp.gojinko.com",
      "transport": "streamable-http"
    }
  }
}