mcpbeat

BreckenWander Travel MCP Server

com.breckenwander/travel-connector
answering

BreckenWander Travel is answering right now. Last checked 15 min ago. It exposes 4 tools. Last commit 13 Jul 2026.

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

Uptime history 42 hours of history
42 hours agonow
100.0%
Uptime 24h
91 of 91 checks
4
Tools
read from the server
385 ms
Response time
average over 24h
0
Stars
last commit 13 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add travel-connector --transport http https://mcp.breckenwander.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "travel-connector": {
      "url": "https://mcp.breckenwander.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.travel-connector]
url = "https://mcp.breckenwander.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "travel-connector": {
      "url": "https://mcp.breckenwander.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "travel-connector": {
      "url": "https://mcp.breckenwander.com/mcp"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

build
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.
experiences
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.
flights
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.
hotels
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.

Endpoints

URLTransportStateLatencyChecked
https://mcp.breckenwander.com/mcp streamable-http answering 397 ms 15 min ago

BreckenWander Travel — questions

Answers built from our own checks of this server.

What can BreckenWander Travel do?
It exposes 4 tools, read directly from the server on our last check. Among them: build_trip, search_experiences, search_flights, search_hotels. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is BreckenWander Travel working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 385 ms. The bar chart above shows every period we have measured.
How do I connect BreckenWander Travel?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does BreckenWander Travel need an API key?
No. BreckenWander Travel completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is BreckenWander Travel?
It answers our handshake in 385 ms on average, which is faster than 36% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is BreckenWander Travel open source?
Yes — it is published under the MIT licence, written in Dockerfile and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.