io.tooloracle/hoteloracle
Official8 toolsHotel Intelligence MCP — search, price compare, area guides, price calendars via Google Hotels
Searches and compares hotel prices with area guides and price calendars.
Captured live from the server via tools/list.
hotel_search
Search hotels in a city or area. Returns names, ratings, prices, amenities, and deals. Sortable by price, rating, or reviews.
Parameters (10)
- querystring
City, area, or landmark (e.g., 'Hotels in Paris', 'Manhattan New York')
- check_instring
Check-in date YYYY-MM-DD
- check_outstring
Check-out date YYYY-MM-DD
- adultsinteger
Guests (default: 2)
- sort_byinteger
3=lowest price, 8=highest rating, 13=most reviewed (default: 3)
- min_priceinteger
Min price per night
- max_priceinteger
Max price per night
- hotel_classinteger
Min star rating (2-5)
- currencystring
Currency (default: USD)
- countrystring
Country (default: us)
cheapest_hotels
Find the cheapest hotels, sorted by lowest price.
Parameters (7)
- querystring
City or area
- check_instring
Check-in YYYY-MM-DD
- check_outstring
Check-out YYYY-MM-DD
- max_priceinteger
Max price per night
- hotel_classinteger
Min star rating (2-5)
- currencystring
Currency (default: USD)
- countrystring
Country (default: us)
hotel_details
Deep details for a specific hotel: all amenities, reviews breakdown, images, eco-certification, nearby places.
Parameters (5)
- querystring
Hotel name + city (e.g., 'Ritz Paris')
- check_instring
Check-in YYYY-MM-DD
- check_outstring
Check-out YYYY-MM-DD
- currencystring
Currency (default: USD)
- countrystring
Country (default: us)
price_compare
Compare prices for one hotel across booking sites (Booking.com, Hotels.com, Expedia, etc.).
Parameters (5)
- querystring
Specific hotel name + city
- check_instring
Check-in YYYY-MM-DD
- check_outstring
Check-out YYYY-MM-DD
- currencystring
Currency (default: USD)
- countrystring
Country (default: us)
nearby_attractions
What is near a hotel: restaurants, landmarks, transit stations, distances.
Parameters (3)
- querystring
Hotel name + city
- check_instring
Check-in YYYY-MM-DD
- check_outstring
Check-out YYYY-MM-DD
area_guide
Best neighborhoods to stay in a city. Compares areas by price, rating, and popular hotels.
Parameters (6)
- citystring
City name (e.g., 'Tokyo', 'Barcelona', 'New York')
- check_instring
Check-in YYYY-MM-DD
- check_outstring
Check-out YYYY-MM-DD
- budgetstring
budget, mid, or luxury (default: mid)
- currencystring
Currency (default: USD)
- countrystring
Country (default: us)
hotel_prices_calendar
Price trend for a specific hotel across different check-in dates. Find the cheapest week.
Parameters (6)
- querystring
Hotel name + city
- start_datestring
Start date YYYY-MM-DD
- nightsinteger
Stay duration (default: 2)
- weeksinteger
Weeks to scan (1-6, default: 4)
- currencystring
Currency (default: USD)
- countrystring
Country (default: us)
health_check
Server status, API connectivity, supported features.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"hoteloracle": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://tooloracle.io/hotel/mcp/"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.