# kismet-travel

Kismet is the leader in AI driven hotel search. Find live hotel data for any of our listed hotels.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list nate/kismet-travel

# Get full schema for a tool
npx -y @smithery/cli@latest tool get nate/kismet-travel semantic_search_hotels

# Call a tool
npx -y @smithery/cli@latest tool call nate/kismet-travel semantic_search_hotels '{}'
```

## Direct MCP Connection

Endpoint: `https://kismet-travel--nate.run.tools`

## Tools (5)

- `semantic_search_hotels` — Search for hotels using natural language queries
- `get_availability_rate_inventory` — Get real-time availability, rates, and inventory for a specific hotel
- `compare_hotel_prices` — Compare real-time prices across multiple hotels for the same dates and guest count
- `search` — Search for hotels and return results in OpenAI MCP format
- `fetch` — Fetch full details for a specific hotel by ID

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