MCP.so
Sign In

BreckenWander Travel

@durwardjohnson

About BreckenWander Travel

Keyless travel MCP connector — search flights, hotels & experiences at all-in prices, then book on breckenwander.com

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

4

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 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 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.

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.

Overview

What is Breckenwander Travel Connector?

Keyless travel MCP connector — search flights, hotels & experiences at all-in prices, then book on breckenwander.com. com.breckenwander/travel-connector

How to use Breckenwander Travel Connector?

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

Key features of Breckenwander Travel Connector

  • "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

Use cases of Breckenwander Travel Connector

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Breckenwander Travel Connector

Where is the source code for Breckenwander Travel Connector?

The source code is linked from the repository URL on this page.

Does Breckenwander Travel Connector include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Frequently asked questions

Where is the source code for Breckenwander Travel Connector?

The source code is linked from the repository URL on this page.

Does Breckenwander Travel Connector include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More Other MCP servers