Endpoint
| Environment | Endpoint |
|---|---|
| Production | https://mcp.builders.gojinko.com/mcp |
| Sandbox | https://mcp.builders.sandbox.gojinko.com/mcp |
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:Tool groups
Flights
Discover routes and dates, run a live search, then handle refunds and exchanges:
find_destination, flight_calendar, find_dates, lowest_fare, price_monitoring, flight_search, flight_refund, flight_exchange.Hotels
Search hotels and pull details; results drop into the same trip as flights:
hotel_search, hotel_details, hotel_cancel.Cart & Payment
Build a trip, check out, pay via a browser link or a Shared Payment Token, and look up the booking:
trip, checkout, submit_agent_payment, get_trip, get_booking.