# Flight Search MCP Server



## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get gvzq/flight-mcp search_flights

# Call a tool
npx -y @smithery/cli@latest tool call gvzq/flight-mcp search_flights '{}'
```

## Direct MCP Connection

Endpoint: `https://flight-mcp--gvzq.run.tools`

## Tools (4)

- `search_flights` — Search for flights between cities or airports. Provide city names or IATA codes (e.g., 'Austin', 'LAX') and departure d…
- `search_calendar` — Find the cheapest travel dates for a route. Provide origin/destination airports and target month/date. Returns price ca…
- `get_reference_data` — Get travel reference data - airports, cities, airlines, or countries. Use 'list' to get all data or 'search' with query…
- `discover_flights` — Discover flight deals and travel inspiration. Get popular routes, find alternative nearby airports for better deals, or…

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