award-travel

award-travel is a skill for Claude Code from AwardTravelFinder/mcp. It costs 164 tokens per session (1,457 once invoked), scanned A, original, MIT.

A travel-search skill for finding flights that can be booked with airline points or frequent-flyer miles. It checks award-seat availability across airlines and loyalty programs.

In plain words
What is it for?
Use it to search routes and dates, compare cabin availability and points costs, and find business- or first-class award seats, including monthly availability.
Why use it?
It removes the need to search many airline and loyalty-program websites separately. It can also help when travel dates are flexible.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the award-travel-finder plugin — 2 skills, 2 commands, 1 MCP server shipped together

Good fit Use it to search routes and dates, compare cabin availability and points costs, and find business- or first-class award seats, including monthly availability.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/awardtravelfinder/mcp/award-travel
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add AwardTravelFinder/mcp --skill award-travel
Clone the repo
git clone --depth 1 https://github.com/AwardTravelFinder/mcp

Made for: Claude Code.

Or install award-travel-finder, the plugin that ships this one along with the rest of its 2 skills, 2 commands, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for award-travel

README.md
[![agentmods](https://agentmods.dev/badge/skills/awardtravelfinder/mcp/award-travel/github.svg)](https://agentmods.dev/skills/awardtravelfinder/mcp/award-travel)
Your own site
<a href="https://agentmods.dev/skills/awardtravelfinder/mcp/award-travel"><img src="https://agentmods.dev/badge/skills/awardtravelfinder/mcp/award-travel/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for award-travel

Your own site · 80×15
<a href="https://agentmods.dev/skills/awardtravelfinder/mcp/award-travel"><img src="https://agentmods.dev/badge/skills/awardtravelfinder/mcp/award-travel.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 164 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,457 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00164 $0.01457
Opus 5 $0.00082 $0.00728
Sonnet 5 $0.00033 $0.00291
Haiku 4.5 $0.00016 $0.00146

Measured 8d ago against content hash 4d827545343f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

award-travel scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/award-travel/SKILL.md · 110 lines

How it starts

The opening of the file, as written. The whole thing — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Award Travel Finder

Search award flight availability across 28 airlines and 23 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 — call search_all_airlines if 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 slug
  • departure_code: 3-letter IATA code
  • arrival_code: 3-letter IATA code
  • date: 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 code
  • arrival_code: 3-letter IATA code
  • date: 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 code
  • destination: 3-letter IATA code
  • date: YYYY-MM-DD
  • cabin: 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 slug
  • departure_code: 3-letter IATA code
  • arrival_code: 3-letter IATA code

Read the full file on GitHub · 110 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago Changed 4d827545343f
  2. 12d ago First seen · 110 lines · 164 tokens per session scan A c18583c33e7d

Subscribe to this mod's changes

award-travel is a skill published in the GitHub repository AwardTravelFinder/mcp (7 stars, last pushed 10d ago), licensed MIT. It adds 164 tokens to every session and 1,457 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

alpha-arcade-interaction

Trade on Alpha Arcade prediction markets on Algorand — browse markets, read orderbooks, place limit/market orders, manage positions, cancel/amend orders, split/merge shares, and claim winnings. Use when user asks about prediction markets, event betting, YES/NO shares, orderbooks, or Alpha Arcade.

GoPlausible/algorand-mcp · 71 tokens

haystack-router-interaction

Route and execute optimal token swaps on Algorand using Haystack Router via Algorand MCP tools. Use when getting best-price quotes across multiple Algorand DEXes and LST protocols, executing atomic swaps, and checking asset opt-in — all through the Algorand MCP server.

GoPlausible/algorand-mcp · 65 tokens

algorand-x402-payment

Execute x402 payments at runtime using Algorand MCP tools. Use whenever an HTTP request returns 402 Payment Required (or a PAYMENT-REQUIRED header), the user needs to access a paid API or x402-protected resource, or the user mentions x402, micropayments, paying for an endpoint, or "payment required" — even if they…

GoPlausible/algorand-mcp · 84 tokens

blazemeter-usage-billing

Guide for BlazeMeter Usage & Billing, including credit types and charging. Use when working with usage and billing for (1) Understanding BlazeMeter credit types (VU, VUH, Tests), (2) Calculating credit consumption for different test types, or any other usage and billing tasks.

Blazemeter/bzm-mcp · 67 tokens

sec_edgar

US public company filings (10-K, 10-Q, 8-K) via SEC EDGAR full-text search — financial and regulatory disclosures for research.

0xmariowu/Autosearch · 35 tokens

xueqiu

Chinese stock market platform — stock search, trending posts, hot stock rankings. Use for financial/investment queries in Chinese.

0xmariowu/Autosearch · 30 tokens