# MCP Seeker

Search hotels by city, state, country, or geolocation and explore detailed property info. Check live availability, compare rates and room types, and review boards and promotions. Create ready-to-book…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list agonzalez/prueba-mcp-seeker

# Get full schema for a tool
npx -y @smithery/cli@latest tool get agonzalez/prueba-mcp-seeker get_availability

# Call a tool
npx -y @smithery/cli@latest tool call agonzalez/prueba-mcp-seeker get_availability '{}'
```

## Direct MCP Connection

Endpoint: `https://prueba-mcp-seeker--agonzalez.run.tools`

## Tools (9)

- `get_availability` — Search hotel room availability and pricing for specific dates and occupancy.
- `get_calendar` — Search hotel calendar availability and pricing.
- `get_booking_additional_services` — Get additional services available for a booking selection.
- `get_booking_url`
- `search_hotels_by_area` — Search for hotels in a specific area
- `search_hotels_by_geo_location` — Search for hotels near GPS coordinates within a specified radius, sorted by distance.
- `get_all_hotels` — Get paginated list of all hotels by the System
- `get_hotel_by_name` — Retrieve hotels based on distance-search algorithms
- `get_datetime` — Get current date and time

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