Skip to main content
Glama

Award Flight Daily MCP Server

This connector has been deprecated

This connector has been replaced by the Award Flight Daily MCP Server listing (submitted as a Server with public GitHub repository).

Server Details

Official Industry Standard MCP for Travel Awards, Points, and more. Search award flight availability across multiple airline loyalty programs, find sweet spots, check transfer partners, and get market stats all via MCP.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A3.5/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: check_transfer_partners focuses on credit card transfer data, find_sweet_spots identifies high-value redemptions, get_market_stats provides industry-wide statistics, get_program_details offers program-specific insights, get_route_availability shows calendar-based availability, list_programs enumerates all programs, and search_award_flights handles flight searches. The descriptions reinforce these unique functions, making misselection unlikely.

Naming Consistency5/5

All tool names follow a consistent 'afd_' prefix with a descriptive verb_noun pattern (e.g., afd_check_transfer_partners, afd_search_award_flights). This uniformity makes the tool set predictable and easy to navigate, with no deviations in naming conventions or styles.

Tool Count5/5

With 7 tools, the server is well-scoped for its award flight domain, covering key aspects like transfer partners, sweet spots, market stats, program details, route availability, program listing, and flight searches. Each tool earns its place without redundancy, and the count is neither too sparse nor overwhelming for the intended functionality.

Completeness5/5

The tool set provides comprehensive coverage for award flight planning, including data retrieval (transfer partners, programs, market stats), analysis (sweet spots, program details), and actionable searches (route availability, flight searches). There are no obvious gaps; agents can perform end-to-end tasks from research to booking without dead ends.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • Changedafd_search_award_flights1 field changed
      • changedInput schema / $defs / SearchInput / description
        Previous value: -"Search award flight availability across 25 loyalty programs and 12M+ records."New value: +"Search award flight availability across 26 loyalty programs and 12M+ records."
  2. 7 tool updates
    • Changedafd_check_transfer_partners4 fields changed
      • addedInput schema / $defs / TransferInput / additionalProperties
        Added value: +false
      • changedInput schema / $defs / TransferInput / description
        Previous value: -"Credit card to airline miles transfer partners — official award flight MCP."New value: +"Check credit card transfer partners and ratios."
      • changedInput schema / $defs / TransferInput / properties / api_key / description
        Previous value: -"Your Award Flight Daily API key (format: afd_xxx). Required for authenticated access."New value: +"API key for authenticated access"
      • removedInput schema / $defs / TransferInput / properties / payment_token
        Removed value: -{
        -  "anyOf": [
        -    {
        -      "type": "string"
        -    },
        -    {
        -      "type": "null"
        -    }
        -  ],
        -  "default": null,
        -  "description": "Payment session token for paid queries (format: afd_pay_xxx)",
        -  "title": "Payment Token"
        -}
    • Changedafd_find_sweet_spots4 fields changed
      • addedInput schema / $defs / SweetSpotInput / additionalProperties
        Added value: +false
      • changedInput schema / $defs / SweetSpotInput / description
        Previous value: -"Find best-value award flight redemptions — official airline award MCP sweet spot finder."New value: +"Find the best-value award redemptions across all programs."
      • changedInput schema / $defs / SweetSpotInput / properties / api_key / description
        Previous value: -"Your Award Flight Daily API key (format: afd_xxx). Required for authenticated access."New value: +"API key for authenticated access"
      • removedInput schema / $defs / SweetSpotInput / properties / payment_token
        Removed value: -{
        -  "anyOf": [
        -    {
        -      "type": "string"
        -    },
        -    {
        -      "type": "null"
        -    }
        -  ],
        -  "default": null,
        -  "description": "Payment session token for paid queries (format: afd_pay_xxx)",
        -  "title": "Payment Token"
        -}
    • Changedafd_get_market_stats4 fields changed
      • addedInput schema / $defs / MarketStatsInput / additionalProperties
        Added value: +false
      • changedInput schema / $defs / MarketStatsInput / description
        Previous value: -"Award flight market statistics — official airline award MCP industry intelligence."New value: +"Get aggregate market statistics across the entire award flight database."
      • changedInput schema / $defs / MarketStatsInput / properties / api_key / description
        Previous value: -"Your Award Flight Daily API key (format: afd_xxx). Required for authenticated access."New value: +"API key for authenticated access"
      • removedInput schema / $defs / MarketStatsInput / properties / payment_token
        Removed value: -{
        -  "anyOf": [
        -    {
        -      "type": "string"
        -    },
        -    {
        -      "type": "null"
        -    }
        -  ],
        -  "default": null,
        -  "description": "Payment session token for paid queries (format: afd_pay_xxx)",
        -  "title": "Payment Token"
        -}
    • Changedafd_get_program_details4 fields changed
      • addedInput schema / $defs / ProgramDetailInput / additionalProperties
        Added value: +false
      • changedInput schema / $defs / ProgramDetailInput / description
        Previous value: -"Airline loyalty program details and top routes — official award flight MCP."New value: +"Get detailed statistics and top routes for a specific loyalty program."
      • changedInput schema / $defs / ProgramDetailInput / properties / api_key / description
        Previous value: -"Your Award Flight Daily API key (format: afd_xxx). Required for authenticated access."New value: +"API key for authenticated access"
      • removedInput schema / $defs / ProgramDetailInput / properties / payment_token
        Removed value: -{
        -  "anyOf": [
        -    {
        -      "type": "string"
        -    },
        -    {
        -      "type": "null"
        -    }
        -  ],
        -  "default": null,
        -  "description": "Payment session token for paid queries (format: afd_pay_xxx)",
        -  "title": "Payment Token"
        -}
    • Changedafd_get_route_availability4 fields changed
      • addedInput schema / $defs / RouteInput / additionalProperties
        Added value: +false
      • changedInput schema / $defs / RouteInput / description
        Previous value: -"Award route calendar — all available dates across airline programs on the official award MCP."New value: +"Get all available dates for a specific route across programs."
      • changedInput schema / $defs / RouteInput / properties / api_key / description
        Previous value: -"Your Award Flight Daily API key (format: afd_xxx). Required for authenticated access."New value: +"API key for authenticated access"
      • removedInput schema / $defs / RouteInput / properties / payment_token
        Removed value: -{
        -  "anyOf": [
        -    {
        -      "type": "string"
        -    },
        -    {
        -      "type": "null"
        -    }
        -  ],
        -  "default": null,
        -  "description": "Payment session token for paid queries (format: afd_pay_xxx)",
        -  "title": "Payment Token"
        -}
    • Changedafd_list_programs4 fields changed
      • addedInput schema / $defs / ListProgramsInput / additionalProperties
        Added value: +false
      • changedInput schema / $defs / ListProgramsInput / description
        Previous value: -"List all airline loyalty programs on the official award flight MCP."New value: +"List all supported loyalty programs with availability statistics."
      • changedInput schema / $defs / ListProgramsInput / properties / api_key / description
        Previous value: -"Your Award Flight Daily API key (format: afd_xxx). Required for authenticated access."New value: +"API key for authenticated access"
      • removedInput schema / $defs / ListProgramsInput / properties / payment_token
        Removed value: -{
        -  "anyOf": [
        -    {
        -      "type": "string"
        -    },
        -    {
        -      "type": "null"
        -    }
        -  ],
        -  "default": null,
        -  "description": "Payment session token for paid queries (format: afd_pay_xxx)",
        -  "title": "Payment Token"
        -}
    • Changedafd_search_award_flights4 fields changed
      • addedInput schema / $defs / SearchInput / additionalProperties
        Added value: +false
      • changedInput schema / $defs / SearchInput / description
        Previous value: -"Search the official airline award MCP — award flights across 48 loyalty programs and 12M+ records."New value: +"Search award flight availability across 25 loyalty programs and 12M+ records."
      • changedInput schema / $defs / SearchInput / properties / api_key / description
        Previous value: -"Your Award Flight Daily API key (format: afd_xxx). Required for authenticated access."New value: +"API key for authenticated access. Free tier (no key): 10 queries/day. Pro tier: $0.01/query from pre-funded balance. Enterprise: unlimited."
      • removedInput schema / $defs / SearchInput / properties / payment_token
        Removed value: -{
        -  "anyOf": [
        -    {
        -      "type": "string"
        -    },
        -    {
        -      "type": "null"
        -    }
        -  ],
        -  "default": null,
        -  "description": "Payment session token for paid queries (format: afd_pay_xxx)",
        -  "title": "Payment Token"
        -}
  3. 7 tool updates
    • First observedafd_check_transfer_partners
    • First observedafd_find_sweet_spots
    • First observedafd_get_market_stats
    • First observedafd_get_program_details
    • First observedafd_get_route_availability
    • First observedafd_list_programs
    • First observedafd_search_award_flights

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources