Flight & Hotel Price Research
Researches flight and hotel prices via Brave Search, compares options across booking sites, and generates a comparison table with direct booking links. Prerequisites: brave-search MCP.
MCP get_skill({ skillId: "flight-hotel-price-research-31b65bf6" })Use this skill with your agent
Create a free account and connect via MCP
# Flight & Hotel Price Research
Research flights and hotels across booking platforms using Brave Search, then generate comparison tables with direct booking links.
## When to Use
- "Find flights from NYC to London in April"
- "Compare hotels in downtown Barcelona for next week"
- "What's the cheapest way to get to Tokyo from LA?"
## Requirements
- **Brave Search MCP** for price research
- Filesystem for comparison storage
## Workflow
### Step 1 ā Collect Search Parameters
For flights:
- **Origin** and **destination** (city or airport code)
- **Dates** (outbound + return, or flexible)
- **Passengers** (adults, children)
- **Class** (economy, premium economy, business)
- **Preferences** (direct flights, specific airline, carry-on only)
For hotels:
- **City/neighborhood**
- **Check-in/check-out dates**
- **Guests/rooms**
- **Budget range**
- **Preferences** (pool, parking, breakfast, near metro)
### Step 2 ā Research via Brave Search
Flights:
```
brave_web_search: "flights {ORIGIN} to {DESTINATION} {DATES} cheapest"
brave_web_search: "Google Flights {ORIGIN} {DESTINATION} {MONTH} {YEAR}"
brave_web_search: "{ORIGIN} to {DESTINATION} flight deals {MONTH} {YEAR}"
brave_web_search: "Skyscanner {ORIGIN} {DESTINATION} {DATES}"
```
Hotels:
```
brave_web_search: "best hotels {NEIGHBORHOOD} {CITY} {DATES} from ${BUDGET}"
brave_web_search: "Booking.com {CITY} hotels {DATES} {STAR_RATING}"
brave_web_search: "{CITY} hotel comparison {STYLE} {YEAR}"
```
### Step 3 ā Build Comparison Table
Flights:
```markdown
# Flight Comparison: {ORIGIN} ā {DESTINATION}
š
{OUTBOUND_DATE} ā {RETURN_DATE} | š¤ {PASSENGERS}
| Airline | Route | Depart | Arrive | Stops | Duration | Price | Book |
|---------|-------|--------|--------|-------|----------|-------|------|
| {Airline 1} | {Route} | {Time} | {Time} | Direct | {Xh Ym} | ${Price} | [Book](URL) |
| {Airline 2} | {Route} | {Time} | {Time} | 1 stop | {Xh Ym} | ${Price} | [Book](URL) |
š” **Best value**: {Airline} ā direct, ${Price}
š” **Cheapest**: {Airline} ā 1 stop, saves ${Amount}
š” **Best times**: {Airline} ā departs {time}, arrives {time}
```
Hotels:
```markdown
# Hotel Comparison: {CITY} ({DATES})
| Hotel | Stars | Location | Per Night | Total | Rating | Features | Book |
|-------|-------|----------|-----------|-------|--------|----------|------|
| {Hotel 1} | āāāā | {Area} | ${X} | ${Y} | {X}/10 | Pool, breakfast | [Book](URL) |
| {Hotel 2} | āāā | {Area} | ${X} | ${Y} | {X}/10 | Metro nearby | [Book](URL) |
š” **Best overall**: {Hotel} ā great location + value
š” **Budget pick**: {Hotel} ā clean, well-rated, saves ${Amount}
```
### Step 4 ā Save Comparison
```bash
mkdir -p outputs/travel
cat > "outputs/travel/comparison-{origin}-{destination}-{dates}.md" << 'EOF'
{COMPARISON}
EOF
```
## Important Rules
- Always use Brave Search for current prices ā never use training data for pricing
- Note that prices found via search are approximate ā may differ at booking
- Include direct links to booking sites (Google Flights, Skyscanner, Booking.com)
- Clearly state the currency for all prices
- Note cancellation policies when visible
- Flag hidden fees (resort fees, baggage fees) when mentioned
## Example Prompts
- "Find flights from SFO to London Heathrow in April, economy"
- "Compare 4-star hotels in Barcelona Gothic Quarter for next weekend"
- "What's the cheapest direct flight from NYC to Tokyo?"Related Skills
More skills in Travel & Logistics
Restaurant & Activity Finder
Searches for restaurants, cafes, and activities near a location using Brave Search and local search. Returns curated recommendations with ratings, prices, and map links. Prerequisites: brave-search MCP.
Smart Packing List Generator
Researches weather forecasts and destination requirements via Brave Search, then generates a context-aware packing checklist stored as a trackable markdown file. Prerequisites: brave-search MCP.
Travel Budget Calculator & Tracker
Researches real costs at your destination via Brave Search, builds a detailed budget estimate with currency conversion, and creates a trackable expense spreadsheet. Prerequisites: brave-search MCP, python3.
Trip Research & Itinerary Planner
Researches destinations via Brave Search, builds day-by-day itineraries with real venues, and generates a shareable travel plan with maps links and booking URLs. Prerequisites: brave-search MCP, jq.
Explore Other Categories
Skills from other categories with shared topics
Alliances
Airline alliance membership (Star Alliance, oneworld, SkyTeam) and cross-alliance booking relationships. Maps which loyalty programs book which airlines, including bilateral partnerships outside alliances.
American Airlines
Check American Airlines AAdvantage balance, elite status, and loyalty points via Patchright. Handles email 2FA with 6-box code entry. Uses persistent browser profiles to skip 2FA on subsequent runs.
Amex Travel
Search Amex travel portal for cash prices, MR points pricing, IAP discounts, and FHR/THC hotel benefits via Patchright. Use when comparing pay-with-points portal pricing to award alternatives.