# Kiwi.com (verified)

Search flights, compare prices, and manage travel bookings. Find the best routes, check availability, and track itineraries.

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get kiwi search-flight

# Call a tool
npx -y @smithery/cli@latest tool call kiwi search-flight '{}'
```

## Direct MCP Connection

Endpoint: `https://kiwi.run.tools`

## Tools (2)

- `search-flight`
- `feedback-to-devs` — Send feedback to the dev of the Kiwi MCP server.

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