streamable-httpMITupdated 1mo ago
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.
What can you do with BreckenWander Travel?
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
Install
Add BreckenWander Travel to your client. Pick the one you use.
claude mcp add --transport http breckenwander-travel https://mcp.breckenwander.com/mcpcodex mcp add breckenwander-travel --url https://mcp.breckenwander.com/mcp{
"mcpServers": {
"breckenwander-travel": {
"url": "https://mcp.breckenwander.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"breckenwander-travel": {
"type": "http",
"url": "https://mcp.breckenwander.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"breckenwander-travel": {
"url": "https://mcp.breckenwander.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"breckenwander-travel": {
"serverUrl": "https://mcp.breckenwander.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 49 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint β no local install
Version history
| Versions | Published |
|---|---|
| 0.2.1Latest | Jul 13, 2026 |
| 0.2.0 | Jul 12, 2026 |