trvl-mcp 1.8.2 → 1.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # trvl-mcp
2
2
 
3
- AI travel agent MCP server. **1 smart tool, not 64** — advertises a single `travel` router (~378 tokens of context) instead of 64 separate tools (~33,500 tokens), a **98.9% smaller context footprint**. Covers flights, hotels, ground transport, price alerts, and more, dispatched by natural language. No API keys required.
3
+ AI travel agent MCP server. **1 smart tool, not 66** — advertises a single `travel` router (~378 tokens of context) instead of 66 separate tools (~33,500 tokens), a **98.9% smaller context footprint**. Covers flights, hotels, ground transport, price alerts, and more, dispatched by natural language. No API keys required for default discovery.
4
+
5
+ Hotel trust rule: use `search_accommodations` for traveller-facing stay recommendations. Raw `search_hotels` prices are lead-in discovery prices. Before ranking a final trip cost or telling a user what to book, use criteria-matched room/apartment offers from `search_accommodations` or verify shortlisted hotels with room/detail/provider totals (`search_hotels_with_details`, `hotel_rooms`, or `trvl serpapi` when `SERPAPI_KEY` is configured). trvl provides booking handoff links; it does not book, hold, or guarantee hotel rates.
4
6
 
5
7
  ## Usage
6
8
 
@@ -25,9 +27,9 @@ Add to `claude_desktop_config.json`:
25
27
 
26
28
  ## What's included
27
29
 
28
- - **1 smart `travel` MCP tool** — natural-language router; advertises one tool (~378 tokens) instead of 64 (~33,500), so your AI's context window stays lean. 64 legacy tool names remain callable as compatibility aliases via the `intent` field (set `TRVL_MCP_TOOL_MODE=legacy` to advertise all 64 for clients that require it).
30
+ - **1 smart `travel` MCP tool** — natural-language router; advertises one tool (~378 tokens) instead of 66 (~33,500), so your AI's context window stays lean. 66 legacy tool names remain callable as compatibility aliases via the `intent` field (set `TRVL_MCP_TOOL_MODE=legacy` to advertise all 66 for clients that require it).
29
31
  - Flight search (Google Flights, Kiwi)
30
- - Hotel search (Google Hotels, Booking.com, Airbnb, Hostelworld, Trivago)
32
+ - Criteria-first accommodation search plus hotel discovery (Google Hotels, Booking.com, Airbnb, Hostelworld, Trivago) and verified room/detail flows for shortlisted candidates
31
33
  - Ground transport (buses, trains, ferries — 20 providers)
32
34
  - Destination intelligence (weather, safety, holidays, events)
33
35
  - Trip planning and price alerts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "trvl-mcp",
3
- "version": "1.8.2",
4
- "description": "AI travel agent — 1 smart MCP tool plus 65 compatibility aliases for flights, hotels, rental cars, ground transport, price alerts. No API keys required.",
3
+ "version": "1.9.1",
4
+ "description": "AI travel agent — 1 smart MCP tool plus 66 compatibility aliases for flights, hotels, rental cars, ground transport, price alerts. No API keys required.",
5
5
  "license": "PolyForm-Noncommercial-1.0.0",
6
6
  "repository": {
7
7
  "type": "git",