flights-points-tool

andrew-demers/flights-points-tool
★ 3 stars Python AI/LLM Updated today
Tool to allow AI agents to search for flights in total points instead of dollars using the Google Flights MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "flights-points-tool": {
      "command": "uvx",
      "args": [
        "flights-points-tool"
      ]
    }
  }
}

Or install with pip: pip install flights-points-tool

README Excerpt

MCP server that looks up **real award availability** (points/miles) for flights via **seats.aero** or airline sites directly. Use it alongside the [Google Flights MCP](https://github.com/smamidipaka6/flights-mcp-server): search flights for cash prices, then call this server to see actual award costs.

Tools (1)

SEATS_AERO_API_KEY