CapzyCapzy / Data MCP Get API key

Platforms / hilton

hilton toolset

5 tools. Mount this server and your agent gets every hilton endpoint, fully typed.

https://mcp.capzy.ai/hilton/mcp
claude mcp add capzy-hilton --transport http https://mcp.capzy.ai/hilton/mcp \
  --header "Authorization: Bearer YOUR_KEY"

Hotels

hilton_directory 1 credit Property Directory

List Hilton properties in a location (US 'City, ST' like 'Orlando, FL') with brand, tier, address, coordinates, phone, amenities and guest rating. The catalog view across all Hilton brands for a place. We mint Akamai clearance and read the location page's server-rendered property list (no dates needed).

ParamTypeRequiredDescription
location string required US 'City, ST' (e.g. 'Orlando, FL'), or a Hilton locations path like 'united-kingdom/england/london'.
brand string optional Keep only one brand. Accepts a brand code (e.g. GU = Hilton Garden Inn) or a brand name (e.g. 'Hilton Garden Inn').
star_rating integer optional Minimum star class, 1 to 5. Approximated from the brand tier when a property has no explicit star value.
amenities string optional Keep only properties advertising all of these amenities, comma separated.
sort_by string optional Order the results (price sorts use the SEO lead rate).
page integer optional Page number (used with per_page). Default: 1
per_page integer optional Results per page, 1 to 100. Omit to return all matches on one page.
hilton_hotel 1 credit Hotel Details

Full details for one Hilton property by ctyhocn (7-char city-hotel code) or property URL: name, brand, address, coordinates, star + guest rating, phone, amenities, description, price range and photos. Parsed from the property page's schema.org Hotel data via our Akamai bypass.

ParamTypeRequiredDescription
ctyhocn string optional Hilton property code, e.g. NYCWAWA. Provide this or url.
url string optional Full hilton.com property URL (alternative to ctyhocn).
hilton_rooms 1 credit Room Rates & Availability

Live room types + nightly rates for one Hilton property over a stay. Returns each room type with its rate plans, price, currency, member points rate and beds. We mint a valid Akamai clearance for the booking flow, then request the shop-availability GraphQL directly (no browser).

ParamTypeRequiredDescription
ctyhocn string required Hilton property code, e.g. NYCWAWA.
arrival_date string optional Check-in YYYY-MM-DD (default ~30 days out).
departure_date string optional Check-out YYYY-MM-DD (default arrival + 1 night).
adults integer optional Adults per room. Default: 2
children integer optional Children per room. Default: 0
child_ages string optional Ages of the children, comma separated (e.g. '5,8'). Sets the child count when provided.
rooms integer optional Number of rooms. Default: 1
price_min number optional Only room offers priced at or above this nightly amount.
price_max number optional Only room offers priced at or below this nightly amount.
sort_by string optional Order the room offers.
hilton_search 1 credit Search Hotels

Find Hilton properties in a destination (US 'City, ST' like 'New York, NY') with brand, address, coordinates, guest rating and the lead nightly rate. Optional stay dates drive live per-property rates. We mint Akamai clearance, read the location page's property list, then price it with the shop-availability API.

ParamTypeRequiredDescription
query string required Destination as US 'City, ST' (e.g. 'New York, NY'), or a Hilton locations path (e.g. 'united-kingdom/england/london').
arrival_date string optional Check-in YYYY-MM-DD (default ~30 days out).
departure_date string optional Check-out YYYY-MM-DD (default arrival + 1 night).
adults integer optional Adults per room. Default: 2
children integer optional Children per room. Default: 0
child_ages string optional Ages of the children, comma separated (e.g. '5,8'). Sets the child count when provided.
rooms integer optional Number of rooms. Default: 1
brand string optional Keep only one brand. Accepts a brand code (e.g. GU) or a brand name (e.g. 'Hilton Garden Inn').
star_rating integer optional Minimum star class, 1 to 5. Approximated from the brand tier when a property has no explicit star value.
price_min number optional Only properties whose lead nightly rate is at or above this amount. Unpriced properties are kept.
price_max number optional Only properties whose lead nightly rate is at or below this amount. Unpriced properties are kept.
amenities string optional Keep only properties advertising all of these amenities, comma separated (matched against the property amenity list).
sort_by string optional Order the results.
page integer optional Page number (used with per_page). Default: 1
per_page integer optional Results per page, 1 to 100. Omit to return all matches on one page.

Reference

hilton_brands 1 credit Brand Directory

The Hilton brand portfolio (brand code, name and tier) spanning luxury, upper-upscale, upscale, midscale, economy and timeshare segments. No fetch — reference data.

ParamTypeRequiredDescription
tier string optional Keep only brands in this segment.
query string optional Keep only brands whose name contains this text.

Fewer tools?

The aggregate server at https://mcp.capzy.ai/mcp reaches this platform through 5 discovery meta-tools, and https://mcp.capzy.ai/search/mcp carries just each platform's primary search.