
Award Travel Finder
Give your AI assistant live award-flight search, points pricing, and status-match data when you build travel or loyalty tools.
Overview
Award Travel Finder is a MCP server for the Build phase that lets AI assistants search award flight availability, points pricing, and status matches via streamable HTTP.
What is this MCP server?
- Search award flight availability from natural language in your MCP client
- Surface points pricing and program pricing context for itinerary planning
- Status match discovery to compare loyalty program opportunities
- Streamable HTTP MCP at mcp.awardtravelfinder.com with no secret header in server manifest
- Open-source mcp-server subfolder in jackculpan/awardtravelfinder on GitHub
- Server manifest version 0.1.0
- Single streamable-http remote at mcp.awardtravelfinder.com/mcp
What problem does it solve?
Award seat hunting spans many programs and tools, which breaks flow when you want an agent to answer “is there space?” or “how many points?” in one thread.
Who is it for?
Builders creating travel agents, loyalty dashboards, or personal award-trip workflows inside Claude Code or Cursor.
Skip if: Cash-fare-only booking flows or production apps that need airline-direct ticketing without a separate compliance and payments layer.
What do I get? / Deliverables
After adding the remote MCP URL, your assistant can query award availability and points pricing through structured tools instead of manual website checks.
- Agent-queryable award availability and points pricing
- Status-match oriented search results in chat
- Registered MCP remote for travel tooling prototypes
Recommended MCP Servers
Journey fit
Travel and points APIs are integrated during Build when you connect external data to your agent or product backend. Integrations is the right shelf for an MCP bridge that queries award availability and pricing from a hosted remote.
How it compares
Award-travel data MCP integration, not a full GDS or consumer booking skill.
Common Questions / FAQ
Who is Award Travel Finder for?
Developers and power travelers who want MCP-backed award flight and points search inside an AI assistant while building or planning travel tooling.
When should I use Award Travel Finder?
Use it in Build when you integrate award availability and points pricing into an agent demo, travel SaaS feature, or research workflow for loyalty programs.
How do I add Award Travel Finder to my agent?
Register the streamable HTTP MCP endpoint https://mcp.awardtravelfinder.com/mcp in your client’s MCP server list per awardtravelfinder.com documentation.