Skip to main content
This is the reference for every tool the Jinko MCP server exposes. Each tool page shows its input schema, parameters, and examples. New here? Start with Connect over MCP to wire up your client, then come back for the per-tool detail.

Endpoint

EnvironmentEndpoint
Productionhttps://mcp.builders.gojinko.com/mcp
Sandboxhttps://mcp.builders.sandbox.gojinko.com/mcp
Production is the default. Use sandbox to run the full flow against isolated data — it uses separate API keys / OAuth (see Sandbox keys). A production token will not authenticate against sandbox, and vice-versa.

Authentication

Most modern MCP clients connect over OAuth — give them the endpoint URL and approve the flow. When a client doesn’t support OAuth, attach your API key as a bearer token instead:
Authorization: Bearer jnk_your_key
See Connect over MCP for client-specific setup (Claude Code, Cursor, and more).

Tools by capability

Discovery

Cache-backed search — find_destination, flight_calendar, find_dates, lowest_fare, price_monitoring. Fast; stale-within-minutes prices.

Pricing & booking

Live pricing + trip building — flight_search, trip, book, get_trip. Returns bookable tokens.

Hotels

Live hotel search — hotel_search, hotel_details. Hotel tokens plug into the same trip as flights.

Post-booking

Manage an order — get_booking, flight refund / exchange, hotel_cancel.