Hilton MCP Server
Hilton Model Context Protocol

Get Hilton hotel data by chatting with AI.

Paste one prompt into Claude Code, Cursor, or your agent and it installs itself. Your agent then pulls Hilton data from plain-English prompts. Same API key, same billing as the REST API.

50 free requests on signup No credit card Any language, no code

Trusted by hospitality teams at

What you can ask

Ask in plain English.
Get real Hilton answers.

Whatever you'd ask a junior analyst about a hotel, ask your agent. No syntax to learn.

>

Find Hilton hotels in London and include opening status.

>

Extract the hotel code from this Hilton hotel URL.

>

Get dated Hilton room types and starting cash offers for one room and three adults in GBP.

Behind the scenes

You type plain English. Your agent calls the right Hilton tool.

Real examples. You ask, the agent picks a tool and fills the parameters, you read the answer. These outputs are illustrative.

01 Rooms
You ask

Get Hilton starting cash rates for three adults in London for my dates.

Behind the scenes hilton_rooms(hotel_code="LONHITW", check_in="2026-11-12", check_out="2026-11-15", adults=3, currency="GBP")
You see

Available room types, one starting cash offer each, and exact GBP stay totals. One room, no children.

02 Search
You ask

Find Hilton hotels in London and include opening status.

Behind the scenes hilton_search(query="London", limit=20)
You see

Hotel codes, addresses, photos, amenities, and opening status. No prices or stay availability.

03 URL to ID
You ask

Extract the hotel code from this Hilton URL.

Behind the scenes hilton_hotel_url_to_id(url="https://www.hilton.com/en/hotels/lonhitw-london-hilton-on-park-lane/")
You see

The uppercase hotel_code and normalized URL; existence is not checked.

Connect it

Paste one sentence. Your agent does the rest.

Copy the prompt into the agent you already have open. It reads our setup page and wires up the connector itself.

Paste into Claude Code
Read https://stayapi.com/install and set up the StayAPI MCP server for me.

Then open a new session and run claude mcp liststayapi should read ✓ Connected.

No key yet? Sign up for 50 free requests — the agent asks you for it.

Claude Desktop and ChatGPT can't self-install — no shell, and connectors need OAuth. Manual setup below.

Manual setup — paste the config yourself
01

Claude Code

One terminal command.

bash
claude mcp add --scope user --transport http stayapi https://api.stayapi.com/mcp --header "X-API-Key: YOUR_API_KEY"
  1. Run the command in any terminal.
  2. Open a new Claude Code session.
  3. Confirm with claude mcp list.
02

Cursor

Edit ~/.cursor/mcp.json.

json
{
  "mcpServers": {
    "stayapi": {
      "type": "http",
      "url": "https://api.stayapi.com/mcp",
      "headers": { "X-API-Key": "YOUR_API_KEY" }
    }
  }
}
  1. Open or create the file.
  2. Paste, swap YOUR_API_KEY, save.
  3. Restart Cursor.
03

Claude Desktop

Edit claude_desktop_config.json.

json
{
  "mcpServers": {
    "stayapi": {
      "command": "npx",
      "args": [
        "-y", "mcp-remote@0.1.18",
        "https://api.stayapi.com/mcp",
        "--header", "X-API-Key:YOUR_API_KEY"
      ]
    }
  }
}
  1. Open the config file in your OS.
  2. Paste, swap the key, save.
  3. Quit Claude with ⌘ Q, relaunch.

On Windows, a bare npx can fail with spawn npx ENOENT. Use the absolute path to npx.cmd. Windows setup notes →

Full reference — every tool, error shapes, Windows notes: MCP documentation →

Tools for Hilton

The Hilton tools your agent can call.

Most agents pick the right tool from your prompt, so you never name it. One tool call counts as one request, the same as a REST request.

hilton_search

Search undated Hilton hotel metadata in English by query or coordinates. Returns hotel_code, photos, amenities, and opening status, without prices or stay availability.

hilton_rooms

Get dated Hilton room types with one starting cash offer each. Use hotel_code, dates, 1–4 adults, and USD or GBP; one room with no children. No full rate plans or points offers.

hilton_hotel_url_to_id

Extract the seven-character Hilton hotel_code (ctyhocn) from a canonical HTTPS Hilton hotel or reservation rooms URL without checking existence.

Full parameters and response shapes live in the MCP docs. For the same data over REST, see the Hilton API hub.

Point your agent at Hilton.

Sign up, paste one prompt, let your agent install itself. Both paths end with your agent answering Hilton questions in plain English.

01 · the fast path

Get your key

50 free requests on signup. Paste one prompt into your agent, then start asking it for Hilton data.

Start free Read the MCP docs
  • 50 free requests, no credit card
  • Same key as the REST API
  • Any language, no code
02 · talk to us

Talk through your use case

15 minutes. We screen-share and wire Claude or Cursor to your real properties. Free of charge.

Book a demo
  • Working setup on the call
  • Your properties, your prompts
  • Engineering, not sales