# BreckenWander Travel MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-breckenwander-travel-connector
- Repository: https://github.com/durwardjohnson/breckenwander-travel-connector
- Website: https://breckenwander.com

## Install
- Endpoint: https://mcp.breckenwander.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.breckenwander.com/mcp

## Tools
- search_flights (Search flights on BreckenWander) - Search round-trip flights between two airports for given dates and travelers. Returns BreckenWander's per-traveler round-trip price with taxes and carrier-imposed fees included, plus a link that opens the same search on breckenwander.com to complete the booking. Read-only: does not book or take payment. Combine with hotels and experiences into one trip using build_trip. Endpoint: https://mcp.breckenwander.com/mcp
- search_hotels (Search hotels on BreckenWander) - Search hotels for a destination and dates and get BreckenWander's all-in price (every mandatory tax and fee included). Returns a link to complete the booking on breckenwander.com. Read-only: does not book or take payment. Combine with flights and experiences into one trip using build_trip. Endpoint: https://mcp.breckenwander.com/mcp
- search_experiences (Search experiences & activities on BreckenWander) - Search tours, activities, and experiences for a destination and get BreckenWander's all-in "from" price (USD). Returns a link that opens that specific experience to book on breckenwander.com. Read-only: does not book or take payment. Combine with flights and hotels into one trip using build_trip. Endpoint: https://mcp.breckenwander.com/mcp
- build_trip (Build a one-link trip on BreckenWander) - Assemble a complete multi-part trip — flights, hotels, and experiences together — into ONE bookable link with a single checkout. Use this whenever the user wants to plan or book a whole trip rather than a single item. Pass the url values of the chosen flight, hotel, and/or experiences (1-8 items) from fresh search results. Returns trip_url — a single link that opens breckenwander.com with the whole trip pre-loaded for one checkout (plus trip_page_url, a plain summary fallback). Package-only flight fares become bookable when the trip includes a hotel or experience. Endpoint: https://mcp.breckenwander.com/mcp

## Resources
- ui://breckenwander/flights-v2.html - Rich flights cards for BreckenWander search results. MIME type: text/html;profile=mcp-app
- ui://breckenwander/hotels-v2.html - Rich hotels cards for BreckenWander search results. MIME type: text/html;profile=mcp-app
- ui://breckenwander/activities-v2.html - Rich experiences cards for BreckenWander search results. MIME type: text/html;profile=mcp-app
- ui://breckenwander/trip-v1.html - A single summary card for the assembled trip (flight + hotel + experiences) with one View-trip link. MIME type: text/html;profile=mcp-app

## Prompts
Not captured

## Metadata
- Owner: com.breckenwander
- Version: 0.2.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 13, 2026
- Source: https://registry.modelcontextprotocol.io
