BreckenWander Travel

by durwardjohnson

304 downloads
Not rated
GitHub Website

About

Keyless remote MCP connector to search flights, hotels, and experiences at all-in prices (every mandatory tax and fee included) and book on breckenwander.com.

Details

Author
durwardjohnson
Downloads
304
Categories
Other, Search, Knowledge Base, Remote MCP

- "Find round-trip flights from JFK to LAX, August 14–21, for 2 adults."
- "Find a 4-star hotel in Cancún, August 14–17, for 2 adults, with the all-in price."
- "What food tours can I book in Rome in September?"
- "Build me one trip link from that flight and hotel."
- Read-only — searching and quoting only; booking always completes on breckenwander.com

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name BreckenWander Travel
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Follow the repository README to install the server and add its MCP configuration to your client.

search_flights

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.

search_hotels

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.

search_experiences

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.

build_trip

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "breckenwander travel": {
            "breckenwander": {
                "type": "streamable-http",
                "url": "https://mcp.breckenwander.com/mcp"
            }
        }
    }
}

McpServers

{
    "breckenwander": {
        "type": "streamable-http",
        "url": "https://mcp.breckenwander.com/mcp"
    }
}

BreckenWander Travel — MCP Connector

Search real flights, hotels, and experiences at all-in prices — every mandatory tax and fee
included in the first price you see — then complete the booking on
breckenwander.com.

This is a read-only Model Context Protocol connector: your AI
assistant searches and quotes, and every result links back to breckenwander.com to book. It never
books and never takes payment.

| | |
|---|---|
| Endpoint | https://mcp.breckenwander.com/mcp (Streamable HTTP) |
| Auth | None — keyless. No API key, no sign-in required to connect. |
| Official MCP Registry | com.breckenwander/travel-connector |
| Docs / Privacy / Support | docs · privacy · support@breckenwander.com |

Add the connector

Claude (web / desktop): Settings → Connectors → Add custom connector → paste
https://mcp.breckenwander.com/mcp.

Claude Code:

claude mcp add --transport http breckenwander https://mcp.breckenwander.com/mcp

Any MCP client (generic config — the exact key names vary by client):

{
  "mcpServers": {
    "breckenwander": {
      "type": "streamable-http",
      "url": "https://mcp.breckenwander.com/mcp"
    }
  }
}

No token or headers are needed — the server is keyless.

Tools

| Tool | What it does |
|------|--------------|
| search_flights | Round-trip flights between two airports for given dates and travelers. Returns the per-traveler round-trip price with taxes and carrier-imposed fees included, plus a link to book. |
| search_hotels | Hotels for a destination and dates. Returns the all-in total (every mandatory tax and fee included), plus a link that opens that exact property. |
| search_experiences | Tours, activities, and experiences for a destination. Returns the all-in "from" price (USD), plus a link that opens that exact experience. |
| build_trip | Combines chosen flight / hotel / experience results into one trip link that opens breckenwander.com with the whole trip pre-loaded for a single checkout. |

Try these prompts

- "Find round-trip flights from JFK to LAX, August 14–21, for 2 adults."
- "Find a 4-star hotel in Cancún, August 14–17, for 2 adults, with the all-in price."
- "What food tours can I book in Rome in September?"
- "Build me one trip link from that flight and hotel."

Known limitations

- Read-only — searching and quoting only; booking always completes on breckenwander.com.
- Flights are round-trip only for now; flight links open the search prefilled (re-quoted live at checkout).
- Prices are in USD and non-binding until checkout; they can change with live availability.
- Hotel and experience coverage is strongest in popular leisure destinations.

Privacy & support

The connector only ever receives the search parameters your assistant sends (airports or
destination, dates, number of travelers, cabin class, result limit) — never your conversation, and
never payment or identity details. It does not book or take payment. Full policy:
mcp.breckenwander.com/privacy · Support:
support@breckenwander.com

About

BreckenWander is an independent travel platform built around all-in pricing — the first price you
see includes every mandatory tax and fee. Operated by BreckenWander, Inc. BreckenWander is the
Merchant of Record on completed bookings.

License

MIT

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.