Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Roomza Hotel Intelligence

io.github.roomza-inc/roomza

The room-level truth layer of hospitality. Verified scores for exact hotel rooms, not just hotels.

Uptime
100.0%
2 direct probes · 30d
Response
1239ms
last probe
Tools
12
callable
Resources
2
readable
Prompts
0
available

Tools · 12

search_hotels

DISCOVERY ONLY: search Roomza's hotel database by city, keyword, or natural language query when the user has NOT named a specific hotel. Understands hotel types (boutique, resort, luxury), vibes (roma…

get_hotel

Get full details for a hotel including: Roomza Truth summary, score breakdown, top strengths, hotel character (type, vibes, best-for), nearby landmarks with distances, neighborhood, awards, amenities,…

get_hotel_rooms

List rooms for a hotel with individual Roomza scores, bed type, view, and floor. Pass room_number to look up a specific room.

get_recent_reviews

Get verified guest reviews for a hotel, including comments and insider tips. Pass room_number to get reviews for a specific room.

get_hotel_pricing

Get public room rates for a hotel (the hotel's own public rate; booking on Roomza never costs more). Pass check_in and check_out dates (YYYY-MM-DD) to get nightly from-prices per room type. Without da…

get_nearby

Get nearby places (restaurants, bars, attractions, parks) and upcoming events near a hotel. Optionally filter events to a travel window with start_date / end_date.

ask_about_hotel

Ask a specific question about a hotel that standard data may not answer. Uses AI with web search to find the answer. Examples: 'Does this hotel have Eiffel Tower views?', 'Is there a rooftop bar?', 'H…

show_rooms

REQUIRED whenever you present rooms. Whenever you are about to mention, recommend, or describe one or more specific rooms to the user, you MUST call this tool with those room UUIDs INSTEAD of writing …

get_my_trips

Look up your upcoming and past hotel bookings/trips on Roomza. Requires connecting your Roomza account.

get_my_preferences

Get your saved room preferences, standing requests, and loyalty accounts on Roomza. Requires connecting your Roomza account.

add_special_request

Add a special request to one of your bookings (e.g. extra pillows, late checkout, anniversary celebration). Requires connecting your Roomza account.

secure_room

Price and lock an exact room for specific dates with Room Lock. Returns the live price, cancellation policy, and a secure booking link with the room preselected. Requires connecting your Roomza accoun…

Resources · 2

Roomza Rooms ui://roomza/room-cards
Roomza Hotels ui://roomza/hotel-results

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "roomza_hotel_intelligence": {
      "url": "https://www.roomza.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}