Roomza Hotel Intelligence
io.github.roomza-inc/roomzaThe room-level truth layer of hospitality. Verified scores for exact hotel rooms, not just hotels.
Tools · 12
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 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,…
List rooms for a hotel with individual Roomza scores, bed type, view, and floor. Pass room_number to look up a specific room.
Get verified guest reviews for a hotel, including comments and insider tips. Pass room_number to get reviews for a specific room.
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 places (restaurants, bars, attractions, parks) and upcoming events near a hotel. Optionally filter events to a travel window with start_date / end_date.
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…
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 …
Look up your upcoming and past hotel bookings/trips on Roomza. Requires connecting your Roomza account.
Get your saved room preferences, standing requests, and loyalty accounts on Roomza. Requires connecting your Roomza account.
Add a special request to one of your bookings (e.g. extra pillows, late checkout, anniversary celebration). Requires connecting your Roomza account.
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
ui://roomza/room-cards
ui://roomza/hotel-results
Similar MCP servers embedding-nearest
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"
}
}
}