Claude Code
One terminal command.
claude mcp add --scope user --transport http stayapi https://api.stayapi.com/mcp --header "X-API-Key: YOUR_API_KEY"
- Run the command in any terminal.
- Open a new Claude Code session.
- Confirm with
claude mcp list.
A quick demo might save your team weeks of engineering work.
Resources
Free Tools
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.
Trusted by hospitality teams at
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.
Real examples. You ask, the agent picks a tool and fills the parameters, you read the answer. These outputs are illustrative.
Get Hilton starting cash rates for three adults in London for my dates.
hilton_rooms(hotel_code="LONHITW", check_in="2026-11-12", check_out="2026-11-15", adults=3, currency="GBP")
Available room types, one starting cash offer each, and exact GBP stay totals. One room, no children.
Find Hilton hotels in London and include opening status.
hilton_search(query="London", limit=20)
Hotel codes, addresses, photos, amenities, and opening status. No prices or stay availability.
Extract the hotel code from this Hilton URL.
hilton_hotel_url_to_id(url="https://www.hilton.com/en/hotels/lonhitw-london-hilton-on-park-lane/")
The uppercase hotel_code and normalized URL; existence is not checked.
Copy the prompt into the agent you already have open. It reads our setup page and wires up the connector itself.
Read https://stayapi.com/install and set up the StayAPI MCP server for me.
Then open a new session and run claude mcp list — stayapi should read ✓ Connected.
Add to Cursor in one click
Installs with a YOUR_API_KEY placeholder you swap in Cursor.
Read https://stayapi.com/install and set up the StayAPI MCP server for me.
The agent writes ~/.cursor/mcp.json, then asks you to restart Cursor.
Read https://stayapi.com/install and set up the StayAPI MCP server for me.
Codex reads the page and writes its own MCP config.
Read https://stayapi.com/install and set up the StayAPI MCP server for me.
Gemini CLI, Windsurf, or anything else that speaks MCP — the agent adds a remote HTTP server with the X-API-Key header to that client's own config.
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.
One terminal command.
claude mcp add --scope user --transport http stayapi https://api.stayapi.com/mcp --header "X-API-Key: YOUR_API_KEY"
claude mcp list.Edit ~/.cursor/mcp.json.
{
"mcpServers": {
"stayapi": {
"type": "http",
"url": "https://api.stayapi.com/mcp",
"headers": { "X-API-Key": "YOUR_API_KEY" }
}
}
}
YOUR_API_KEY, save.Edit claude_desktop_config.json.
{
"mcpServers": {
"stayapi": {
"command": "npx",
"args": [
"-y", "mcp-remote@0.1.18",
"https://api.stayapi.com/mcp",
"--header", "X-API-Key:YOUR_API_KEY"
]
}
}
}
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 →
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.
Sign up, paste one prompt, let your agent install itself. Both paths end with your agent answering Hilton questions in plain English.
50 free requests on signup. Paste one prompt into your agent, then start asking it for Hilton data.
Start free Read the MCP docs15 minutes. We screen-share and wire Claude or Cursor to your real properties. Free of charge.
Book a demo