The Official Award Flight MCP Server

Award Flight Daily is the industry-standard MCP for award flights, miles, and points. Give your AI agent real-time access to 12.3M+ award flight records across 48 airline loyalty programs.

Get Started Free

What is the Award Flight Daily MCP?

Real-Time Award Data

Search across 12.3M+ award flight records updated every 6 hours. From United to Singapore Airlines, we've got it all.

48 Loyalty Programs

Support for all major airlines: Star Alliance, OneWorld, SkyTeam, and independents. Plus 25+ banks and credit cards.

AI-Native Design

Built as an MCP server from day one. Perfect for Claude, ChatGPT, and any AI-powered travel assistant or chatbot.

Quick Start

Local (Claude Desktop)

Add this to your Claude Desktop config (~/.claude/claude.json on Mac/Linux, %APPDATA%\Claude\claude.json on Windows):

{ "mcpServers": { "awardflightdaily": { "command": "uvx", "args": ["awardflightdaily-mcp"] } } }

Claude will download and run the MCP server automatically. No installation needed.

Remote (HTTP Endpoint)

Configure your AI platform to connect via HTTP:

SSE Endpoint: https://awardflightdaily.com/mcp/sse API Key: (get from awardflightdaily.com/settings)

Available Tools (7 Core Functions)

The MCP exposes these tools to your AI agent:

1. afd_search_award_flights

Search award availability by route, date, cabin class, and loyalty program. Returns real-time availability with award chart details.

route: JFK-LHR, date: 2026-06-15, cabin: business, program: United

2. afd_list_programs

List all 48 supported airline loyalty programs with quick info (status, availability currency, transfers).

3. afd_get_program_details

Deep statistics for any program: total routes, average award cost, redemption trends, award chart.

4. afd_get_route_availability

Date calendar view for any route. See which dates have award availability across all cabins.

5. afd_find_sweet_spots

Find best-value redemptions based on your route and program. Identifies routes with the best award value.

6. afd_check_transfer_partners

Credit card transfer data for Chase Ultimate Rewards, Amex Membership Rewards, Capital One Venture, Citi, Bilt, Wells Fargo.

7. afd_get_market_stats

Industry-wide statistics: search volume trends, hottest routes, program popularity, redemption patterns.

Authentication & Pricing

Free Tier

  • 10 queries per day
  • No API key required
  • All 7 tools available
  • Perfect for learning and testing

Pro Tier

  • $0.01 per query (25,000 queries = $250/month)
  • API key authentication
  • All 7 tools available
  • Priority support

Enterprise

Unlimited queries with custom pricing. Contact partnerships@awardflightdaily.com for volume discounts and custom integrations.

Supported Loyalty Programs (25 Active)

We track real-time award availability for these programs:

Star Alliance

United Airlines, Lufthansa, SWISS, ANA, EVA Air, Singapore Airlines, Air Canada, Asiana

OneWorld

American Airlines, Cathay Pacific, Japan Airlines, Qantas, Royal Jordanian, S7

SkyTeam

Delta, Air France, KLM, Alitalia, Czech Airlines, Korean Air, Vietnam Airlines, Garuda

Independents

Turkish Airlines, Emirates, Qatar Airways, Etihad, Hawaiian, Alaska, JetBlue, Avianca

Coming Soon:

British Airways (Avios), Southwest (Rapid Rewards)

Example Agent Interaction

Here's what an AI agent can do with the MCP:

Agent: "Find me business class flights from New York to London on June 15th using United miles, and show me the award cost plus any transfer options from credit cards."

MCP Response:

{
  "route": "JFK-LHR",
  "date": "2026-06-15",
  "flights": [
    {
      "airline": "United",
      "cabin": "business",
      "award_cost": 90000,
      "availability": "open"
    }
  ],
  "transfer_partners": [
    {"bank": "Chase", "card": "Sapphire Reserve", "transfer_ratio": 1},
    {"bank": "Amex", "card": "Platinum", "transfer_ratio": 1}
  ]
}

Ready to Get Started?

Join developers, travel advisors, and AI agents using Award Flight Daily MCP to search millions of award flights.

Get Your Free API Key Full Documentation