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.
npx skills add AwardTravelFinder/mcp --skill openclawgit clone --depth 1 https://github.com/AwardTravelFinder/mcpWrote 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.
[](https://agentmods.dev/skills/awardtravelfinder/mcp/openclaw)<a href="https://agentmods.dev/skills/awardtravelfinder/mcp/openclaw"><img src="https://agentmods.dev/badge/skills/awardtravelfinder/mcp/openclaw/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.
<a href="https://agentmods.dev/skills/awardtravelfinder/mcp/openclaw"><img src="https://agentmods.dev/badge/skills/awardtravelfinder/mcp/openclaw.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00086 | $0.01310 |
| Opus 5 | $0.00043 | $0.00655 |
| Sonnet 5 | $0.00017 | $0.00262 |
| Haiku 4.5 | $0.00009 | $0.00131 |
Grade A, and why
award-travel-finder 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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 138 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Award Travel Finder
Search award flight availability and compare loyalty program award charts via the Award Travel Finder MCP server. 28 airlines, 23 loyalty programs, one prompt.
Setup
Free with a free awardtravelfinder.com account — 50 searches/month. On first tool call the client opens your browser to sign up via OAuth (~30 seconds). Paid tiers (150/month and up) at awardtravelfinder.com/pricing.
Claude Code (recommended)
/plugin marketplace add jackculpan/award-travel-finder-plugin
/plugin install award-travel-finder
Claude Desktop / Cursor
Add to your MCP config:
{
"mcpServers": {
"awardtravelfinder": {
"type": "url",
"url": "https://mcp.awardtravelfinder.com/mcp"
}
}
}
OAuth-aware clients sign you in on first call automatically. For clients without native OAuth, use npx mcp-remote https://mcp.awardtravelfinder.com/mcp.
Do not send an API key
There is no API key. API-key authentication was retired on 2026-06-07. A static Authorization or X-API-Key header overrides the OAuth token the client obtained, so every request 401s even though sign-in appeared to succeed.
Available Tools (21)
Flight search
| Tool | Description |
|---|---|
search_availability |
Award seats for a specific route and date. Returns cabin-by-cabin availability. |
search_monthly_availability |
Calendar view for a whole month, one airline. Up to 90s. |
search_all_airlines |
Fan out a single date across every supported airline at once. |
search_hybrid |
Cash + points side-by-side, with hub/connection logic for split-ticket journeys. |
get_pricing |
Award chart for a route. Points per cabin class, off-peak and peak. |
Loyalty programs
| Tool | Description |
|---|---|
get_program_rates |
Full award chart for a specific program — zones, cabin pricing, partner rules. |
get_buy_points_pricing |
Current "buy miles" promotions. |
get_status_matches |
Programs that status-match a given tier, and how long it lasts. |
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.
- 7d ago Changed bc727607705d
- 11d ago First seen · 138 lines · 86 tokens per session scan A 161f03a1334b
award-travel-finder is a skill published in the GitHub repository AwardTravelFinder/mcp (7 stars, last pushed 9d ago), licensed MIT. It adds 86 tokens to every session and 1,310 once invoked, about $0.0004 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.
Other skills, from other repositories
opik-diagnose
Surface the Opik traces worth a developer's attention, ranked by signal — Diagnostics issues first, then errors, failed tool calls, latency, regressions, and low online-eval scores. With the Opik MCP connected it lists the project's agentinsightsissue entities, offers to turn Diagnostics on when the project has it…
video-perception
Use when the user mentions a video file (.mp4, .mov, .avi, .mkv, .webm), a YouTube URL, asks to watch/analyze/review a video, or references video content in conversation.
cortex-explore-memory
Explore the memory system's state, find gaps in knowledge, assess coverage, and get diagnostic information. Use when the user asks 'what does my memory look like', 'show me memory stats', 'what am I missing', 'how good is my knowledge', 'memory health', 'show coverage', 'find gaps', 'what topics are weak', or when you…
autosearch:trace-harvest
Distill reusable knowledge from successful session tool-call traces. Reads runtime tool-call logs + Evidence outputs + user acceptance signals, filters successful paths, and writes compact patterns to per-skill experience/patterns.jsonl. Differs from outcome-tracker (which only records downstream acceptance) by…
fetch-crawl4ai
Deep URL fetch using crawl4ai (Playwright-powered) for JS-rendered pages, anti-bot sites, and dynamic content. Slower than fetch-jina but handles sites that block simple fetchers. Requires user-installed crawl4ai package.
quick-capture
Use this skill to drop a new task into GSD Task Manager from any AI assistant that has the gsd-mcp-server connected.