Award travel
Skill AwardTravelFinder/award-travel-finder-plugin/skills/award-travel
Claude Code plugin & MCP server for searching award flights, comparing loyalty programs, and finding the best points redemptions. Works with Claude Code, Claude Desktop, and any MCP client.
npx -y skills add AwardTravelFinder/award-travel-finder-plugin --skill award-travelAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
This skill should be used when the user asks about "award flights", "points", "miles", "avios", "asia miles", "loyalty programs", "flight availability", "award search", "redemptions", "business class availability", "first class availability", "hybrid flights", "cash and points", "split ticket", "positioning flights", "mix cash and miles", mentions specific airlines (British Airways, Qatar Airways, Cathay Pacific, Virgin Atlantic, Aeroplan, Iberia, Emirates, Etihad, Turkish, ANA, JetBlue, Singapore, Qantas, Alaska, American, Frontier, Japan Airlines, Air France, Korean Air), or discusses using points/miles for flights or hotels. Provides guidance for using the Award Travel Finder MCP tools.
SKILL.md
5.5 KB, as published. Nobody here has run it
Award Travel Finder
Search award flight availability across 19 airlines and 14 loyalty programs using points and miles. Powered by the Award Travel Finder MCP server.
Available MCP Tools
search_availability
Search award seats for a specific route and date.
Parameters:
airline: airline slug (e.g.british_airways,qatar_airways,cathay_pacific,virgin_atlantic,iberia,emirates,qantas,alaska_airlines,american_airlines,jetblue,etihad,frontier— callsearch_all_airlinesif unsure)departure_code: 3-letter IATA code (e.g. LHR)arrival_code: 3-letter IATA code (e.g. JFK)date: YYYY-MM-DD
Returns cabin-by-cabin availability with points costs.
search_monthly_availability
Search an entire month for availability. Best for finding flexible dates. Can take up to 90 seconds.
Parameters:
airline: airline slugdeparture_code: 3-letter IATA codearrival_code: 3-letter IATA codedate: YYYY-MM or YYYY-MM-DD (uses the month)
search_all_airlines
Fan out a single date across every supported airline at once. Use when the user doesn't specify an airline.
Parameters:
departure_code: 3-letter IATA codearrival_code: 3-letter IATA codedate: YYYY-MM-DD
search_hybrid
Find the cheapest way to fly by combining cash tickets with award redemptions into one split-ticket journey. Best for premium cabins on long-haul routes.
Parameters:
origin: 3-letter IATA codedestination: 3-letter IATA codedate: YYYY-MM-DDcabin:economy|business|first(default: business)points_value_cents: How you value points in cents per point (default: 1.5)
Returns: direct cash price, best full-award option, and hybrid split options ranked by effective cost.
get_pricing
Get the award chart for a route. Shows points per cabin class, off-peak and peak. No date needed.
Parameters:
airline: airline slugdeparture_code: 3-letter IATA codearrival_code: 3-letter IATA code
get_program_rates
Get full award chart for a loyalty program (zones, cabin pricing, partner rules).
Parameters:
program: Program slug — one ofbritish-airways,iberia,qatar-airways,aer-lingus,virgin-atlantic,aeroplan,flying-blue,cathay-pacific,singapore-airlines,emirates,etihad,turkish-airlines,ana,jetblue
get_buy_points_pricing
Current "buy miles" promotions, in case it's cheaper than redeeming.
get_status_matches
Which programs will status-match a given tier, and how long it lasts.
Hotels
search_hotels— Find hotels by city/area for a date range.get_hotel_availability— Award nights at a specific property.monitor_hotel_price— Watch a property and ping you on price drops.list_hotel_bookings/get_hotel_booking— Track hotel award reservations.
Trip portfolio (per user)
add_flight_booking/list_flight_bookings/get_flight_booking/update_flight_booking/delete_flight_bookingupdate_points_balance/list_points_balances/get_portfolio
Workflow: Hybrid Search (Cash + Points)
- Use
search_hybridwith origin, destination, date, and cabin class. - Review the comparison: direct cash vs full award vs hybrid options.
- The best hybrid often uses cheap short-haul award positioning (e.g. 16,500 Avios LHR→DUB) combined with a cheaper cash long-haul from the hub.
- Warn the user about split-ticket risks: no IRROPS protection, carry-on only.
Workflow: Finding Award Flights
- Confirm route and airline. Convert city names to IATA codes. If unsure which airline, use
search_all_airlinesto fan out across every supported airline. - Check pricing first with
get_pricingto show what the route costs in points per cabin class. - Search availability with
search_availabilityfor a specific date, orsearch_monthly_availabilityfor flexible dates. - Present results clearly. Format as a table showing date, cabin class, seats available, and points required.
Workflow: Comparing Programs
- Use
get_program_ratesfor each program the user wants to compare. - Focus comparison on the route/region they care about.
- Highlight which program offers the best value per cabin class. Note fuel surcharge differences (BA, Virgin = high; Aeroplan, Asia Miles, Flying Blue = lower or none on partners).
Authentication
The MCP server uses OAuth 2.1 by default. On first tool call, the client redirects the user to awardtravelfinder.com to sign up (or sign in) and approve access — about 30 seconds, free, no credit card. Tokens auto-refresh.
Free tier: 50 searches/month per account. Paid tiers (150/month and up) at https://awardtravelfinder.com/pricing for power users.
X-API-Key headers are still supported for legacy clients and server-to-server agents.