Travel Hacking Toolkit
MCP skills for finding award flights and hotel points deals with AI
Travel Hacking Toolkit is an MCP-based skills layer that teaches AI assistants how to search award flights, compare loyalty program valuations, and surface hotel points deals in natural language. Built by Michael Borohovski and posted as a Show HN, it connects Claude Code and OpenCode to live travel APIs including Seats.aero, SerpAPI, Duffel, and AwardWallet through structured markdown "skills" files that teach the AI how to call each service. The toolkit includes MCP servers for Skiplagged, Kiwi.com, Trivago, Ferryhopper, and Airbnb, enabling queries like "find me a 60,000-mile business class flight to Tokyo and compare it to cash prices." Static data files encode airline alliance structures, hotel chain partner awards, historical sweet spots, and community-sourced valuations—giving the AI grounded knowledge rather than hallucinated redemption values. The project is deliberately low-abstraction: skills are readable markdown files you can edit to add new programs or APIs, and it requires no persistent backend. With 205 stars from a Show HN debut, it's a small but focused tool for the travel hacking community that finally gives the "ask your AI for deals" fantasy some real API teeth.
Panel Reviews
The Builder
Developer Perspective
“The MCP architecture is exactly right for this problem—travel APIs are diverse and constantly changing, and skills-as-markdown-files means any developer can add a new loyalty program or airline API in 30 minutes without touching a codebase. The Seats.aero integration alone makes this worth setting up.”
The Skeptic
Reality Check
“Most of these APIs require paid keys or have aggressive rate limits, and the 'sweet spots' data will go stale quickly as airlines devalue programs. This solves a real problem but requires significant manual maintenance to stay useful—you're essentially signing up to maintain your own travel hacking research infrastructure.”
The Futurist
Big Picture
“This is an early template for domain-specific MCP skill sets—curated API knowledge plus structured data that turns a general AI assistant into a specialist. As MCP adoption grows, we'll see these skill bundles for every vertical from legal research to healthcare, and travel hacking is a natural first mover.”
The Creator
Content & Design
“Finally something that makes the 'just ask your AI to book travel' promise real rather than theoretical. The alliance and partner award data files are the kind of curated, hard-to-find knowledge that normally lives in obscure blog posts—having it structured for AI consumption is genuinely useful.”
Community Sentiment
“award flight search via MCP”
“points valuation data”
“Claude Code integration”