# Flight and Stay Search Server

Provide comprehensive flight and accommodation search capabilities using the Duffel API. Search for one-way, round-trip, and multi-city flights, get detailed flight offer information, and find travel…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list AkekaratP/flights-mcp-ts

# Get full schema for a tool
npx -y @smithery/cli@latest tool get AkekaratP/flights-mcp-ts search_flights

# Call a tool
npx -y @smithery/cli@latest tool call AkekaratP/flights-mcp-ts search_flights '{}'
```

## Tools (5)

- `search_flights`
- `get_offer_details`
- `search_multi_city`
- `search_stays`
- `get_stay_reviews`

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

---

Source: https://github.com/AkekaratP/flights-mcp-ts
