Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. BreckenWander Travel
BreckenWander Travel logo
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:19:26 PM

BreckenWander Travel

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "breckenwander-travel-2": {
      "command": "npx",
      "args": [
        "-y",
        "https://breckenwander.com"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Tool Schemas (4) Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Capabilities & Tool Schemas (4) ~171 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by BreckenWander Travel.

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.

Documentation Overview

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.

Endpointhttps://mcp.breckenwander.com/mcp (Streamable HTTP)
AuthNone β€” keyless. No API key, no sign-in required to connect.
Official MCP Registrycom.breckenwander/travel-connector
Docs / Privacy / Supportdocs Β· privacy Β· support@breckenwander.com

Add the connector

Claude (web / desktop): Settings β†’ Connectors β†’ Add custom connector β†’ paste https://mcp.breckenwander.com/mcp.

Claude Code:

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

Any MCP client (generic config β€” the exact key names vary by client):

config.json
{
  "mcpServers": {
    "breckenwander": {
      "type": "streamable-http",
      "url": "https://mcp.breckenwander.com/mcp"
    }
  }
}

No token or headers are needed β€” the server is keyless.

Tools

ToolWhat it does
search_flightsRound-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_hotelsHotels 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_experiencesTours, activities, and experiences for a destination. Returns the all-in "from" price (USD), plus a link that opens that exact experience.
build_tripCombines 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

MIT

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • B
    BreckenWander Travel

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

    πŸ’° Finance & Fintech0 views
    Compare vs BreckenWander Travel β†’
  • Alpha Vantage Mcp logoAlpha Vantage Mcp

    Alpha Vantage API integration to fetch both stock and crypto information

    πŸ’° Finance & Fintech3 views
    Compare vs Alpha Vantage Mcp β†’
  • Rug Check Mcp logoRug Check Mcp

    An MCP server that detects potential risks in Solana meme tokens.

    πŸ’° Finance & Fintech0 views
    Compare vs Rug Check Mcp β†’
  • Server logoServer

    Search UK electronics products across retailers. Real-time prices, stock, and specs.

    πŸ’° Finance & Fintech0 views
    Compare vs Server β†’

Frequently Asked Questions about BreckenWander Travel

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "breckenwander-travel": { "command": "npx", "args": ["-y", "BreckenWander Travel"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBreckenWander Travel AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/breckenwander-travel-2?style=directory)](https://allmcps.com/mcp/breckenwander-travel-2)
HTML Embed
<a href="https://allmcps.com/mcp/breckenwander-travel-2"><img src="https://allmcps.com/api/badge/breckenwander-travel-2?style=directory" alt="BreckenWander Travel on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
5/5 checks healthy over the last 7h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit28d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 13, 2026
51Quality signal: Good Β· 51/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to BreckenWander Travel β†’Install in Claude DesktopInstall in CursorInstall in VS Code