travel.kismet/mcp-server
travel.kismet/mcp-serverSemantic hotel search with real-time availability and price comparison for Kismet Travel
Tools · 13
Search the Kismet network for vacation-rental collections (property managers). Returns ranked collections with their slug (`collection_id`), regions, property count, and supported tools. Use this when…
Get the signed-in user / guest Kismet account profile, identity, preferences, and account-level signals. Returns the currently authenticated user's (the logged-in guest's) Kismet profile: identity (fi…
Trigger the Kismet OAuth sign-in flow for the current guest. Call this whenever the user explicitly asks to sign in, log in, authenticate, or connect their Kismet account — common queries: "sign me in…
Load READ-ONLY context from a Kismet guest token — e.g. a "continue in your AI assistant" link a property manager handed the guest. Returns the manager and the draft/considered itinerary the token car…
Returns collection-level content for a VRM. Sections: "about" (collection info), "reviews" (guest reviews with ratings). Use for guest questions about the company, area, or review quality.
Get guest reviews for a specific vacation rental property or for the entire collection. Returns a summary and individual review texts that can be used to answer questions about guest experiences.
Primary search tool — use this whenever the guest specifies ANY filter: location, dates, budget, bedrooms, pets, or persona. Returns a ranked list of candidate properties as plain text with each prope…
Show the guest's saved/shortlisted vacation rental properties for this collection. Call this when the user wants to see their saved properties or review their shortlist.
Visually discover bookable-stay managers (collections) and their properties as an interactive carousel. OMIT `collections` to discover across the whole network (the widget shows manager filter cards p…
Returns a booking link for a specific vacation rental property. Use when a guest is ready to book. When dates are provided they are validated against the property's booking rules (availability, minimu…
Present a curated set of specific properties as an interactive visual carousel. Pass `propertySlugs` in your chosen order, plus the collection_id(s) those properties belong to in `collections` — you g…
Returns full details for a specific vacation rental property: description, bedrooms, bathrooms, kitchen, outdoor spaces, features, policies, and recent reviews. Use when a guest wants to know more abo…
Save or remove a vacation rental property from the guest's shortlist. Reversible. Anonymous guests are tracked via the MCP session ID; signed-in guests via their guest ID — the tool reads the current …
Resources · 6
Interactive carousel of hotel room cards with images, pricing, and booking actions.
ui://widget/room-carousel.html
Booking confirmation card with hotel, room, rate, and pricing summary plus a Book Now CTA.
ui://widget/booking-button.html
Visual hotel overview with dimension-matched expandable cards showing rooms, spaces, events, stories, and member rate teasers.
ui://widget/discover-hotel.html
Visual vacation rental collection overview with property carousel, pricing, and detail drawer.
ui://widget/discover-vrm.html
Guest shortlist view showing saved/favorited vacation rental properties with pricing and booking links.
ui://widget/shortlist-vrm.html
Collection membership join card with inline sign-in, one-tap join, explicit marketing-consent toggle, and member benefits summary.
ui://widget/membership-card.html
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"travel.kismet/mcp-server": {
"url": "https://mcp.kismet.travel/mcp",
"transport": "streamable-http"
}
}
}