# Google Hotels Search

Find the lowest direct and 3P price for your hotel.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list InfoseekAI/google-hotels-search

# Get full schema for a tool
npx -y @smithery/cli@latest tool get InfoseekAI/google-hotels-search get_hotel_prices

# Call a tool
npx -y @smithery/cli@latest tool call InfoseekAI/google-hotels-search get_hotel_prices '{}'
```

## Direct MCP Connection

Endpoint: `https://google-hotels-search--infoseekai.run.tools`

## Tools (2)

- `get_hotel_prices` — Get hotel prices from a final Google Maps or Google Hotels hotel URL. A properly formatted final hotel link is a prereq…
- `lookup_hotel_link` — Look up the final Google Maps or Google Hotels hotel URL for a hotel by name and location. Use this first when you do n…

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