BreckenWander Travel
com.breckenwander/travel-connectorSearch flights, hotels & experiences at all-in prices, then build a trip on breckenwander.com.
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…
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 …
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-onl…
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 th…
Resources · 4
Rich flights cards for BreckenWander search results.
ui://breckenwander/flights-v2.html
Rich hotels cards for BreckenWander search results.
ui://breckenwander/hotels-v2.html
Rich experiences cards for BreckenWander search results.
ui://breckenwander/activities-v2.html
A single summary card for the assembled trip (flight + hotel + experiences) with one View-trip link.
ui://breckenwander/trip-v1.html
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"breckenwander_travel": {
"url": "https://mcp.breckenwander.com/mcp",
"transport": "streamable-http"
}
}
}