Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_login_statusA

Check current authentication and VIP/Member reward status on hotel platforms.

Inspects active session cookies loaded from Chrome for Agoda (VIP tiers, cashbacks), Booking.com (Genius membership), and Hotels.com (OneKey rewards).

interactive_loginA

Launch Chrome browser to sign in to a hotel booking provider.

Opens the official authentication portal for the requested provider (Agoda, Booking.com, or Hotels.com) so the user can complete login and capture member rates.

suggest_locationsA

Autocomplete search query for destinations, cities, districts, landmarks, and properties.

Queries platform typeahead endpoints in parallel to resolve destination IDs, geo-coordinates, and candidate property identifiers.

search_hotelsA

Search hotels across Agoda, Booking.com, and Hotels.com in parallel.

Retrieves live property rates, room categories, review scores, discounts, and booking links. Preserves rich platform-specific data such as room sizes (m²/ft²), crossed-out original prices, included perks (free cancellation, breakfast), and star ratings.

compare_hotel_pricesA

Perform a cross-platform parallel price check across all providers to find the absolute cheapest booking rate.

Queries Agoda, Booking.com, and Hotels.com simultaneously for the specified hotel, extracts lowest available nightly rates, perks, and direct URLs, and highlights the winning platform.

get_property_detailsB

Get full property overview, address, star classification, amenities, and room rate options.

get_room_gridB

Inspect detailed room grid, bed setups, room dimensions, breakfast inclusion, and cancellation terms.

get_hotel_reviewsB

Fetch verified traveler reviews, category ratings (cleanliness, location, service), and review comments.

get_hotel_faqB

Fetch verified property FAQs regarding check-in policies, parking, breakfast, airport shuttle, and deposits.

search_restaurantsA

Search top-rated restaurants, cafes, and gourmet dining spots (via Tabelog Japan and global dining providers).

Includes verified Bayesian rating scores (>=3.50 is top ~3% in Japan, >=4.00 is legendary Michelin tier), The Tabelog Award winners (Gold, Silver, Bronze), 100 Famous Stores (Hyakumeiten), lunch vs. dinner budgets, multilingual menu indicators, and direct online reservation status.

search_tabelogA

Direct shortcut to search restaurants across Japan on Tabelog (tabelog.com).

Equivalent to search_restaurants(..., provider='tabelog').

get_restaurant_detailsB

Fetch full restaurant & cafe profile, award history, address, coordinates, budget, and amenities.

get_tabelog_restaurant_detailsA

Direct shortcut to fetch full Tabelog restaurant profile, address, coordinates, budget, and amenities.

Equivalent to get_restaurant_details(restaurant_id_or_url, provider='tabelog').

suggest_diningA

Autocomplete search query for restaurants, cafes, stations, areas, and food genres.

suggest_tabelogA

Direct shortcut to autocomplete keywords on Tabelog Japan.

Equivalent to suggest_dining(query, provider='tabelog', limit=limit).

check_restaurant_reservationB

Check live upcoming online booking vacancy calendar and available reservation dates for a restaurant.

check_tabelog_reservationA

Direct shortcut to check upcoming reservation availability on Tabelog Japan.

Equivalent to check_restaurant_reservation(restaurant_id, provider='tabelog').

get_transit_and_directionsA

Calculate travel routes, turn-by-turn walking steps, public transit (subway/bus), and driving taxi fares between ANY two travel entities (hotels, restaurants, cafes, stations, airports, landmarks).

Supports automatic English & local language place name resolution (e.g., 'Sotetsu Hotels The Splaisir Seoul Myeongdong' -> 'N Seoul Tower', 'Incheon Airport T1' -> 'Myeongdong Station').

get_hotel_distance_and_transitB

Calculate travel distance and transit options between a hotel and a target destination.

Alias of get_transit_and_directions(...).

get_place_reviewsA

Fetch verified local user reviews, star ratings, category strengths (cleanliness, price, location), and reviewer photos from dedicated review platforms (Kakao Maps, Google Reviews, Tabelog Japan, etc.).

Accepts hotel/place name, platform place ID (e.g. '2040574326', '13294162'), or review URL (e.g. 'https://place.map.kakao.com/2040574326#review', 'https://tabelog.com/en/tokyo/A1301/A130103/13294162/').

Prompts

Interactive templates invoked by user choice

NameDescription
plan_trip_itineraryPrompt template to plan a complete multi-day travel itinerary with hotels, dining, and transit routes.
search_japan_diningPrompt template to discover top-ranked restaurants and award winners in Japan using Tabelog.
compare_hotel_dealsPrompt template to perform a comprehensive 3-way hotel price comparison and perk evaluation.
search_destination_hotelsPrompt template to search and rank the top hotel accommodations in a destination.

Resources

Contextual data attached and managed by the client

NameDescription
get_providers_metadataExpose registered travel providers across accommodations, dining, transit, and review platforms.
get_providers_metadataExpose registered travel providers across accommodations, dining, transit, and review platforms.
get_travel_capabilitiesExpose full domain and capability breakdown for the Travel MCP server.
get_system_statusExpose live authentication status and loaded Chrome cookies across accommodation and travel providers.
get_system_statusExpose live authentication status and loaded Chrome cookies across accommodation and travel providers.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Skyline-9/hotels-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server