# BreckenWander Travel [Health: Active]

**Category:** 💰 Finance & Fintech  
**Repository:** https://github.com/durwardjohnson/breckenwander-travel-connector  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/breckenwander-travel-2

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

## Tools
Capabilities this server exposes over MCP:

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

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "breckenwander-travel": {
    "url": "https://breckenwander.com"
  }
}
```

## Documentation & README

<!-- mcp-name: com.breckenwander/travel-connector -->

# 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](https://breckenwander.com).

This is a **read-only** [Model Context Protocol](https://modelcontextprotocol.io) 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`](https://registry.modelcontextprotocol.io/v0/servers?search=com.breckenwander) |
| **Docs / Privacy / Support** | [docs](https://mcp.breckenwander.com/) · [privacy](https://mcp.breckenwander.com/privacy) · support@breckenwander.com |

## Add the connector

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

**Claude Code:**

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

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

```json
{
  "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](https://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](LICENSE)

