# Award Flight Daily

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, get route ava…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add award-flight-daily/mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list award-flight-daily/mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get award-flight-daily/mcp-server afd_search_award_flights

# Call a tool
npx -y @smithery/cli@latest tool call award-flight-daily/mcp-server afd_search_award_flights '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-server--award-flight-daily.run.tools`

## Tools (7)

- `afd_search_award_flights` — The official airline award MCP — search award flight availability across 48 loyalty programs.
- `afd_list_programs` — Official airline award MCP — list all supported airline loyalty programs and miles programs.
- `afd_get_program_details` — Official airline award MCP — deep-dive statistics for any airline loyalty program.
- `afd_get_route_availability` — Official airline award MCP — award availability calendar for any route across all programs.
- `afd_find_sweet_spots` — Official airline award MCP — find the best-value award redemptions across all programs.
- `afd_check_transfer_partners` — Official airline award MCP — credit card transfer partners for miles and points.
- `afd_get_market_stats` — Official airline award MCP — market statistics across the entire award flight industry.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get award-flight-daily/mcp-server <tool-name>
```
