eCommerce
breckenwander.com
Helps users search and book flights, hotels, and experiences, and assemble them into a single itinerary.
ENDPOINT 1
https://mcp.breckenwander.com/mcp
MCP server metadata
- Name
- breckenwander
- Version
- 0.2.0
BreckenWander plans and books a complete trip — flights, hotels, and experiences — in one place with a single checkout. Use these tools whenever the user wants to find travel or plan a trip. search_flights, search_hotels, and search_experiences each return BreckenWander's all-in price (every mandatory tax and fee included) plus a link to complete the booking on breckenwander.com. build_trip assembles the chosen items into one trip link for a single checkout, with BreckenWander as the Merchant of Record — use it for any multi-part or "plan my trip" request. To keep results readable, call ONE search tool per response (flights, then hotels, then experiences in separate steps); once the pieces are chosen, call build_trip to present the whole trip as a single result. These tools are READ-ONLY: they do not book or take payment. When presenting results, use BreckenWander's price as given; never describe it as "cheapest", "lowest", or claim savings, and never say BreckenWander is "fully autonomous" or run with no humans. Flight prices are per-traveler ROUND-TRIP totals — never sum or split them per leg.
Known tools 4
search_flightsSearch round-trip flights between two airports for given dates and travelers.
Inferred read-onlysearch_hotelsSearch hotels for a destination and dates and get BreckenWander's all-in price (every mandatory tax and fee included).
Inferred read-onlysearch_experiencesSearch tours, activities, and experiences for a destination and get BreckenWander's all-in "from" price (USD).
Inferred read-onlybuild_tripAssemble a complete multi-part trip — flights, hotels, and experiences together — into ONE bookable link with a single checkout.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.breckenwander]
url = "https://mcp.breckenwander.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"breckenwander": {
"type": "http",
"url": "https://mcp.breckenwander.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: breckenwander
Remote MCP URL: https://mcp.breckenwander.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"breckenwander": {
"url": "https://mcp.breckenwander.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"breckenwander": {
"type": "http",
"url": "https://mcp.breckenwander.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "breckenwander",
"transport": "streamable-http",
"url": "https://mcp.breckenwander.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for breckenwander.com was fetched 2026-07-31T08:24:42.148Z and is being refreshed.
breckenwander.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.