@gojinko/plugin
v2.27.0
Published
Jinko Travel plugin for Claude Code and OpenAI Codex — flight search, booking, and trip management via MCP
Readme
Jinko Travel Plugin
Plugin for Claude Code and OpenAI Codex that enables flight search, trip booking, and booking management via the Jinko Travel API.
What's included
- 6 skills: search-flights, search-hotels, book-trip, manage-booking, account, cli
- MCP server config: connects to
mcp.builders.gojinko.com - Dual-platform support: works with both Claude Code and Codex CLI
Setup
1. Get an API key
Sign up at gojinko.com/dashboard and create an API key from the dashboard.
2. Set your API key
export JINKO_API_KEY=jnk_your_key_hereOr add it to your shell profile (~/.zshrc, ~/.bashrc).
3. Install the plugin
Claude Code:
claude plugin install @gojinko/pluginCodex CLI:
codex plugin install @gojinko/pluginAvailable skills
| Skill | Description | Example prompt |
|-------|-------------|---------------|
| jinko:search-flights | Find flights, explore destinations, compare prices | "Find flights from Paris to Tokyo in June" |
| jinko:search-hotels | Search live hotel inventory and rates by destination, dates, and occupancy — or look up a hotel by name | "Find hotels in Tokyo for 2 nights in June" |
| jinko:book-trip | Book flights, hotels, or both — travelers, ancillaries, and payment | "Book the cheapest flight and pay" |
| jinko:manage-booking | Check refund eligibility and process refunds | "Can I get a refund on booking ORD-123?" |
| jinko:account | Account setup guide — API keys, quotas, dashboard | "How do I set up my Jinko API key?" |
| jinko:cli | Run travel ops from the terminal — search flights/hotels, build trips, book, refund, look up bookings via the jinko CLI | "Search flights from the terminal with the jinko CLI" |
Authentication
Authenticate with a tenant API key (jnk_*) — get one from
dashboard.gojinko.com → Developers → API keys:
- Set the
JINKO_API_KEYenvironment variable with yourjnk_*key, or - Store it via the CLI:
jinko auth login --key jnk_...
OAuth sign-in is deprecated and no longer supported.
MCP server
The plugin connects to the Jinko MCP server at:
https://mcp.builders.gojinko.com/mcpThis is the same server used by the Jinko CLI (@gojinko/cli) and SDK (@gojinko/api-client).
