← catalogue · rank #64

travel connector

Offer a bookable tour

third party activities-tours 7/100 simple

Search flights, hotels & experiences at all-in prices, then build a trip on breckenwander.com.

Job
Offer a bookable tour
Why this rank
registry row
Provider
com.breckenwander
Money path
List / affiliate later — do not build this ourselves
Pricing model
unknown
Transport
unknown
Verification
official registry listing
Technical name
com.breckenwander/travel-connector

Usability

Skill: BreckenWander plans and books a complete trip — flights, hotels, and experiences — in one place with a single checkout. Use these tools whenever the user wants to find travel or plan a trip. search_flights, search_hotels, and search_experiences each return BreckenWander's all-in … Docs: https://github.com/durwardjohnson/breckenwander-travel-connector Tools: search_flights, search_hotels, search_experiences, build_trip. Best live test 5/5 — Usable priced result. Weakest 3/5 — Thin but ran. Partially usable — works, but inventory or schema is picky.

usefulness 3.7/5 tours / activities https://mcp.breckenwander.com/mcp

How to use it (server skill)

BreckenWander plans and books a complete trip — flights, hotels, and experiences — in one place with a single checkout. Use these tools whenever the user wants to find travel or plan a trip. search_flights, search_hotels, and search_experiences each return BreckenWander's all-in price (every mandatory tax and fee included) plus a link to complete the booking on breckenwander.com. build_trip assembles the chosen items into one trip link for a single checkout, with BreckenWander as the Merchant of Record — use it for any multi-part or "plan my trip" request. To keep results readable, call ONE se…

docs · https://github.com/durwardjohnson/breckenwander-travel-connector

What it is for

Multi-vertical travel search (flights/hotels/activities).

Example interactions

Asks chosen for this MCP’s job — not a generic flight search. Score is from the live reply.

1. Search round-trip flights between two airports for given dates and travelers

score 5/5 · Usable priced result. · live · search_flights

call

{
  "tool": "search_flights",
  "arguments": {
    "origin": "BTS",
    "destination": "CDG",
    "depart_date": "2026-10-15",
    "return_date": "2026-10-22",
    "adults": 2
  }
}

reply

{ "query": { "origin": "BTS", "destination": "CDG", "depart_date": "2026-10-15", "return_date": "2026-10-22", "adults": 2, "children": 0, "infants": 0, "cabin": "economy", "sort": "best" }, "count": 0, "note": "Each price is the FULL round-trip total per traveler (taxes and carrier-imposed fees included), paired with the least expensive compatible return for that departure — picking a different return on breckenwander.com may change the total. Checked bags and seat selection can cost extra. Results marked package_only require adding a hotel or experience to the same trip. Non-binding until the booking is completed on breckenwander.com via the link.", "results": [] }

2. Search hotels for a destination and dates and get BreckenWander's all-in price (every mandatory tax and fee included)

score 3/5 · Thin but ran. · live · search_hotels

call

{
  "tool": "search_hotels",
  "arguments": {
    "destination": "CDG",
    "check_in": "2026-11-10",
    "check_out": "2026-11-13",
    "adults": 2
  }
}

reply

Could not resolve "CDG" to a location. Try a city name like "Rome" or "Cancun".

3. Search tours, activities, and experiences for a destination and get BreckenWander's all-in "from" price (USD)

score 3/5 · Thin but ran. · live · search_experiences

call

{
  "tool": "search_experiences",
  "arguments": {
    "destination": "CDG",
    "adults": 2
  }
}

reply

booking-api GET /api/viator/search 500: {"success":false,"error":"Unknown destination: \"CDG\". Try major cities like Paris, Tokyo, New York, or country names."}

Open source / endpoint Business model

Verified means the listing passed the checks named above on the dates shown. It is not a guarantee of booking success.