# Flight & Stay Search Server (Duffel API)

A TypeScript implementation of a flight & stay search MCP server that uses the Duffel API to search for flights. This MCP server provides tools to search for one-way, round-trip, and multi-city fligh…

## Quick Start

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

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

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

# Call a tool
npx -y @smithery/cli@latest tool call clockworked247/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 clockworked247/flights-mcp-ts <tool-name>
```

---

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