Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

travel.kismet/mcp-server

travel.kismet/mcp-server

Semantic hotel search with real-time availability and price comparison for Kismet Travel

Uptime
100.0%
1 direct probes · 30d
Response
1882ms
last probe
Tools
13
callable
Resources
6
readable
Prompts
0
available

Tools · 13

list_collections

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_guest_profile

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…

sign_in

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…

use_guest_token

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…

get_collection_content

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_bookable_reviews

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.

search_bookables

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…

get_shortlist

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.

discover_collections

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…

get_booking_link

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…

build_bookable_carousel

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…

get_bookable_detail

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…

shortlist_bookable

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

Room Carousel

Interactive carousel of hotel room cards with images, pricing, and booking actions.

ui://widget/room-carousel.html
Booking Button

Booking confirmation card with hotel, room, rate, and pricing summary plus a Book Now CTA.

ui://widget/booking-button.html
Discover Hotel

Visual hotel overview with dimension-matched expandable cards showing rooms, spaces, events, stories, and member rate teasers.

ui://widget/discover-hotel.html
Discover VRM

Visual vacation rental collection overview with property carousel, pricing, and detail drawer.

ui://widget/discover-vrm.html
Shortlist VRM

Guest shortlist view showing saved/favorited vacation rental properties with pricing and booking links.

ui://widget/shortlist-vrm.html
Membership Join Card

Collection membership join card with inline sign-in, one-tap join, explicit marketing-consent toggle, and member benefits summary.

ui://widget/membership-card.html

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"
    }
  }
}