# Search Google Flights

Search for Flights on Google Flights.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list punitarani/fli

# Get full schema for a tool
npx -y @smithery/cli@latest tool get punitarani/fli search_flights

# Call a tool
npx -y @smithery/cli@latest tool call punitarani/fli search_flights '{}'
```

## Direct MCP Connection

Endpoint: `https://fli--punitarani.run.tools`

## Tools (2)

- `search_flights` — Search for flights with flexible filtering options.
- `search_cheap_flights` — Find the cheapest dates to fly between two airports over a date range.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get punitarani/fli <tool-name>
```
