Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.stayker/1stay

REMOTE · MCP.STAYKER.COM · SCANNED SEP 21

Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide.

Available components

+1 this week 82 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security74
Transport & Reachability100
Schema Quality & AI Usability70
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1620 tokens (~202/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management86
  • Stability check failed: schema churn in the 30 days we've observed: 0 tool removals, 2 breaking changes, 0 auth/transport breaks, 0 additions. See how to fix → Fail
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the com.stayker/1stay MCP server?

com.stayker/1stay is a hosted endpoint at https://mcp.stayker.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.stayker.com

# add to Claude Code
claude mcp add --transport http com-stayker-1stay 'https://mcp.stayker.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-stayker-1stay": {
      "url": "https://mcp.stayker.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-stayker-1stay": {
      "type": "http",
      "url": "https://mcp.stayker.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-stayker-1stay]
url = "https://mcp.stayker.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-stayker-1stay": {
      "type": "remote",
      "url": "https://mcp.stayker.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-stayker-1stay --url 'https://mcp.stayker.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-stayker-1stay:
    url: "https://mcp.stayker.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-stayker-1stay": {
      "Transport": "http",
      "Url": "https://mcp.stayker.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-stayker-1stay -t streamable-http -u 'https://mcp.stayker.com/mcp'
// mcp.json
{
  "mcpServers": {
    "com-stayker-1stay": {
      "type": "http",
      "url": "https://mcp.stayker.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 −2
    • Stability: pass → fail security
    • A breaking change shipped without a version bump: still 1.0.0 security
    • Tool “cancel_booking” rewrote its description, which is the text the model reads security
    • Tool “get_hotel_details” rewrote its description, which is the text the model reads security
    • Tool “lookup_booking” rewrote its description, which is the text the model reads security
    • Tool “search_hotels” rewrote its description, which is the text the model reads security
    • “get_hotel_details” changed the type of “rooms”: number → integer functional
    • “search_hotels” changed the type of “rooms”: number → integer functional
    • The server now declares the “resources” capability functional
    • MCP protocol: Implements a current MCP spec version (2026-07-28). functional
    • MCP protocol version: 2025-11-25 → 2026-07-28 functional
    • “book_hotel” reworded the description of “check_in” cosmetic
    • “get_hotel_details” reworded the description of “check_in” cosmetic
    • “lookup_booking” reworded the description of “check_in_date” cosmetic
    • “search_hotels” reworded the description of “max_results” cosmetic
  • 18 Sept 26 +3
    • Stability: fail → pass security
  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 73 to 80.

  • 26 Aug 26 −3
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 +4
    • Schema quality: 208 → 119 functional
    • The server now declares the “resources” capability functional
    • First check of Capabilities: pass functional
    • First check of Schema quality: 100 functional
    • MCP protocol: Implements a current MCP spec version (2026-07-28). functional
    • MCP protocol version: 2025-11-25 → 2026-07-28 functional
    • New resource “1Stay hotel details” functional
    • New resource “1Stay hotel details compatibility 1” functional
    • New resource “1Stay hotel results” functional
    • New resource “1Stay hotel results compatibility 1” functional
    • New resource “1Stay hotel results compatibility 2” functional
    • New resource “1Stay hotel results compatibility 3” functional
    • New resource “1Stay hotel results compatibility 4” functional
    • “search_hotels” reworded the description of “max_results” cosmetic
  • 24 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 67 to 70.

  • 20 Aug 26 0
    • Authorization: fail → partial security
    • Tool “cancel_booking” rewrote its description, which is the text the model reads security
    • Tool “search_hotels” rewrote its description, which is the text the model reads security
    • Tool “cancel_booking” no longer declares itself destructive security
    • “book_hotel” reworded the description of “check_in” cosmetic
    • “get_hotel_details” reworded the description of “check_in” cosmetic
    • “search_hotels” reworded the description of “check_in” cosmetic
    • “cancel_booking” dropped the optional parameter “cancellation_token” cosmetic
  • 19 Aug 26 0
    • A breaking change shipped without a version bump: still 1.0.0 security
    • Tool “book_hotel” rewrote its description, which is the text the model reads security
    • Tool “get_booking” rewrote its description, which is the text the model reads security
    • Tool “get_hotel_details” rewrote its description, which is the text the model reads security
    • Tool “resend_confirmation” rewrote its description, which is the text the model reads security
    • Tool “search_hotels” rewrote its description, which is the text the model reads security
    • Schema quality: 191 → 211 functional
    • “get_booking” added a required parameter “confirmation_number”, so existing callers break functional
    • “get_booking” dropped the required parameter “booking_id” functional
    • “get_hotel_details” changed the type of “rooms”: integer → number functional
    • “search_hotels” changed the type of “rooms”: integer → number functional
    • “resend_confirmation” added an optional parameter “email” cosmetic
    • “resend_confirmation” added an optional parameter “first_name” cosmetic
    • “resend_confirmation” added an optional parameter “last_name” cosmetic
    • “get_hotel_details” reworded the description of “rooms” cosmetic
    • “resend_confirmation” reworded the description of “confirmation_number” cosmetic
    • “search_hotels” reworded the description of “rooms” cosmetic
    • “resend_confirmation” made “confirmation_number” optional cosmetic
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Probed https://mcp.stayker.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mcp.stayker.com CN=WE1,O=Google Trust Services,C=US 14 Aug 2026 12 Nov 2026 ECDSA 256 ECDSA-SHA256 4b3732a8a44087680e97ab3e8d45e3c0
SANs: mcp.stayker.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.stayker.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
stayker.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.stayker.com/mcp Verified 200
http (plaintext) http://mcp.stayker.com/mcp HTTPS enforced 301 https://mcp.stayker.com/mcp
MCP tools · 8 exposed · ~1,620 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
book_hotel ~254

Book exactly one hotel room. The first 1Stay release does not support multi-room searches or reservations. Returns a secure checkout URL. This tool accepts no guest identity or payment fields. Name, email, phone, and payment details are collected on the secure checkout page. Guest pays the hotel directly. Their credit card statement shows the hotel name, not 1Stay. Hotel's own confirmation number. Loyalty points apply automatically. The displayed total includes taxes and any applicable, itemized 1Stay Booking Fee. Requires a rate_code from get_hotel_details, valid approximately 15 minutes. Expired codes are rejected.

NameTypeReqDescription
check_instringyesCheck-in date in YYYY-MM-DD format (e.g. 2026-05-06)
check_outstringyesCheck-out date in YYYY-MM-DD format (e.g. 2026-05-07)
external_reference_idstringCaller-defined unique reference ID for idempotency and retrieval
guestsintegeryesNumber of guests
hotel_idstringyesHotel ID from search or details
rate_codestringyesValid, unexpired rate code for the selected hotel, dates, and room
NameTypeReqDescription
avg_nightly_ratenumber
booking_feenumber
booking_fee_currencystring
booking_typestring
cancellation_policystring
check_instring
check_outstring
checkout_urlstring
confirmation_numberstring
currencystring
expires_in_minutesinteger
external_reference_id
hotel_namestring
idempotency_hitboolean
messagestringyes
nightsinteger
rate_planstring
reward_points_eligibleboolean
room_typestring
statusstringyes
subtotalnumber
taxesnumber
total_with_taxesnumber

No examples provided.

cancel_booking ~158

Prepare a hotel cancellation for completion on a secure 1Stay page. Verifies the guest's first name, last name, and hotel confirmation number, then returns the hotel policy classification and any cancellation deadline recorded with the reservation, plus a short-lived cancellation_url. 1Stay does not estimate a refund, credit, penalty, or hotel charge. Calling this tool never cancels the reservation. The guest must review the terms and select Cancel reservation on the secure page. Do not say the reservation was cancelled unless a later verified booking-status lookup reports status cancelled.

NameTypeReqDescription
confirmation_numberstringyesHotel confirmation number
first_namestringyesGuest first name on the reservation
last_namestringyesGuest last name on the reservation
NameTypeReqDescription
bookingobject
cancellation
cancellation_urlstring
cancellation_url_expires_atstring
messagestringyes
statusstringyes

No examples provided.

get_booking ~152

Look up a reservation exclusively by the hotel confirmation number shown in the guest's confirmation email. Internal Stayker booking IDs are never accepted or disclosed by MCP. Returns full booking details including hotel, dates, guest info, rate, and status. Anonymous access requires a verification_token issued by lookup_booking and scoped to a single booking. Without a valid token, no booking data is returned. Developers authenticated with their own API key do not need a token; their access is scoped to their own bookings.

NameTypeReqDescription
confirmation_numberstringyesHotel confirmation number shown in the guest's confirmation email
verification_tokenstringBooking-scoped verification token required for anonymous access. Developer API key-authenticated access does not require it.
NameTypeReqDescription
action_handoffstringyes
available_actionsobjectyes
booking_typestringyes
cancellation
check_in
check_out
confirmation_number
created_at
guestsarray
hotel
nightsinteger
pricingobject
reward_points_eligiblebooleanyes
room
statusstring

No examples provided.

get_hotel_details ~267

Get rates and room details for exactly one room at a specific hotel. Returns room types, live rates, amenities, cancellation policies, and rate_codes required by book_hotel. Guest pays the hotel directly. Displayed totals include taxes and any applicable, itemized 1Stay Booking Fee. Loyalty points eligible. Room type notes: "Run of house" means the hotel assigns the room at check-in. "Suite" at select-service brands usually means a larger room with a sofa, not a separate bedroom.

NameTypeReqDescription
accessiblebooleanWhen true, returns accessible (ADA) room types instead of standard ones. Default false because hotels list many near-identical accessible variants. The response always reports accessible_rooms_availa…
check_instringyesCheck-in date in YYYY-MM-DD format (e.g. 2026-05-06)
check_outstringyesCheck-out date in YYYY-MM-DD format (e.g. 2026-05-07)
guestsintegerNumber of guests (default 2)
hotel_idstringyesHotel ID from search results
roomsintegerNumber of rooms. 1Stay currently supports exactly one room per search and reservation; omit this field or set it to 1.
NameTypeReqDescription
accessible_rooms_availableintegeryes
accessible_rooms_note
availability_statusstring
hotelobjectyes
messagestring
next_stepstring
rate_quote_expires_at
rate_quote_ttl_seconds
roomsarrayyes
stayobject

No examples provided.

lookup_booking ~170

Look up a reservation by verifying the guest's identity. Returns the confirmation number and booking summary in conversation. Requires the guest's full name plus either the hotel confirmation number, or the booking email together with the last 4 digits of the card used to book. An email address alone is not enough. An optional check-in date can narrow repeat stays.

NameTypeReqDescription
check_in_datestringOptional check-in date (YYYY-MM-DD) to narrow repeat stays
confirmation_numberstringHotel confirmation number
emailstringEmail address used when booking
first_namestringyesGuest first name on the reservation
last_four_cardstringLast 4 digits of the card used to book
last_namestringyesGuest last name on the reservation
NameTypeReqDescription
action_handoffstringyes
available_actionsobject
booking_statusstring
check_instring
check_outstring
confirmation_numberyes
confirmation_number_statusstring
guest_namestring
hotelstring
statusstringyes
verification_tokenstringyes
verification_token_expires_atstringyes
verification_token_notestring

No examples provided.

resend_confirmation ~211

Resend a hotel reservation confirmation email. Use either the confirmation number from a successful lookup_booking call, or the guest's full name and email address when they do not know their confirmation number, card last four, or check-in date. The email contains the hotel confirmation number the guest can then use with lookup_booking or cancel_booking. Recovery requests never reveal whether a reservation matched. The confirmation is sent only to the email address already on the booking record; there is no recipient override. Email changes are handled at https://stayker.com/service.

NameTypeReqDescription
confirmation_numberstringHotel confirmation number. Use this after a verified lookup.
emailstringGuest email address. Used only to find a match; confirmation is sent only to the email address already on file.
first_namestringGuest first name. Required with last_name and email when the confirmation number is unavailable.
last_namestringGuest last name. Required with first_name and email when the confirmation number is unavailable.
NameTypeReqDescription
messagestringyes
statusstringyes

No examples provided.

search_hotels ~347

Search hotels by location and dates for exactly one room. Returns available properties with nightly rates across major brands, boutique, and independent hotels. The first 1Stay release supports one room per search and reservation. Guest pays the hotel directly. Hotel's own confirmation number. Loyalty points apply.

NameTypeReqDescription
check_instringyesCheck-in date in YYYY-MM-DD format (e.g. 2026-05-06). Must be today through 340 days from today.
check_outstringyesCheck-out date in YYYY-MM-DD format (e.g. 2026-05-07). Must be after check_in.
currencystringCurrency code (default USD)
cursorstringPagination cursor from previous search response
guests_per_roomintegerGuests per room (default 2)
latitudenumberLatitude — must be provided together with longitude
locationstringCity, address, venue, or landmark (e.g. 'Nashville, TN' or 'Times Square, NYC'). Required unless latitude and longitude are both provided.
longitudenumberLongitude — must be provided together with latitude
max_resultsintegerMax hotels to return, max 4 (default 4). Use the returned cursor to load more pages.
radiusintegerSearch radius in miles (default 25, max 100)
roomsintegerNumber of rooms. 1Stay currently supports exactly one room per search and reservation; omit this field or set it to 1.
search_idstringSearch ID paired with a pagination cursor from previous results
NameTypeReqDescription
check_instringyes
check_outstringyes
conversion_appliedboolean
cursoryes
guests_per_roominteger
has_morebooleanyes
requested_currencystring
resolution_typestring
resolved_locationstring
resultsarrayyes
returned_currenciesarray
roomsinteger
search_idstring
total_resultsintegeryes

No examples provided.

search_tools ~61

List available 1Stay hotel booking tools. An optional keyword filters by search, book, cancel, or details; absence of a keyword returns all tools.

NameTypeReqDescription
keywordstringOptional tool filter keyword, such as book, search, cancel, or details
NameTypeReqDescription
toolsarrayyes
totalintegeryes

No examples provided.

Common questions

What is the com.stayker/1stay MCP server?

com.stayker/1stay is an MCP server listed in the public MCP registry as com.stayker/1stay. Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide. This page covers its hosted endpoint (https://mcp.stayker.com/mcp).

Is the com.stayker/1stay MCP server safe to use?

com.stayker/1stay scores 82 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the com.stayker/1stay MCP server expose?

com.stayker/1stay exposes 8 tools: search_hotels, get_hotel_details, book_hotel, lookup_booking, resend_confirmation, and 3 more. Their descriptions and schemas cost roughly 1,620 tokens of context every time the server is loaded.

Does the com.stayker/1stay MCP server require authentication?

No. We connected to com.stayker/1stay without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the com.stayker/1stay MCP server still maintained?

com.stayker/1stay is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.