# Roomza Hotel Intelligence MCP server

Hotel and room intelligence from Roomza: scores, reviews, and room details.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-roomza-inc-roomza
- Repository: https://github.com/roomza-inc/Roomza

## Install
- Endpoint: https://www.roomza.com/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://www.roomza.com/api/mcp

## Tools
- search_hotels (Search hotels) - Search Roomza's hotel database by name, city, keyword, or natural language query. Understands hotel types (boutique, resort, luxury), vibes (romantic, trendy, quiet), traveler types (couples, families, solo), neighborhoods, and nearby landmarks. Example queries: 'boutique hotels in SoHo', 'romantic resort near the Eiffel Tower', 'pet-friendly hotel in Seattle'. Returns hotels with Roomza scores, tags, and landmark distances, rendered for the user as a map with a hotel list (so do not repeat the list in prose). Endpoint: https://www.roomza.com/api/mcp
- get_hotel (Get hotel details) - 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, and review highlights from the open web. Use hotel name, slug, or UUID as the identifier. Endpoint: https://www.roomza.com/api/mcp
- get_hotel_rooms (List 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. Endpoint: https://www.roomza.com/api/mcp
- get_recent_reviews (Get guest reviews) - Get verified guest reviews for a hotel, including comments and insider tips. Pass room_number to get reviews for a specific room. Endpoint: https://www.roomza.com/api/mcp
- get_hotel_pricing (Get room rates) - 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 dates, returns the hotel's typical nightly from-price. No booking links; to price and book an exact room, use secure_room. Endpoint: https://www.roomza.com/api/mcp
- get_nearby (Get nearby places and events) - 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. Endpoint: https://www.roomza.com/api/mcp
- ask_about_hotel (Ask about a 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?', 'How far is it from the airport?'. Try get_hotel first; use this only when that data doesn't answer the question. Endpoint: https://www.roomza.com/api/mcp
- show_rooms (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 the rooms in text. This is mandatory even when there is only ONE matching room — show it as a single hero card, never describe a lone room in prose. Call this BEFORE writing any prose about the rooms; the cards must appear first, then a brief summary. Pass room UUIDs (from get_hotel_rooms or search results) in ranked order, best first, 1 to 8 rooms. ALWAYS pass check_in and check_out when you know the user's dates: card prices are then for those exact dates. Without dates, cards show a typical from-price that can differ a lot from any specific dates. Each card shows photo, Roomza score, view, bed, and price. NEVER ask the user whether they want to see cards or images — just call this tool. Endpoint: https://www.roomza.com/api/mcp
- get_my_trips (Your trips) - Look up your upcoming and past hotel bookings/trips on Roomza. Requires connecting your Roomza account. Endpoint: https://www.roomza.com/api/mcp
- get_my_preferences (Your preferences) - Get your saved room preferences, standing requests, and loyalty accounts on Roomza. Requires connecting your Roomza account. Endpoint: https://www.roomza.com/api/mcp
- add_special_request (Add a special request) - Add a special request to one of your bookings (e.g. extra pillows, late checkout, anniversary celebration). Requires connecting your Roomza account. Endpoint: https://www.roomza.com/api/mcp
- secure_room (Price and lock a 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 account. Endpoint: https://www.roomza.com/api/mcp

## Resources
- ui://roomza/room-cards - MIME type: text/html;profile=mcp-app
- ui://roomza/hotel-results - MIME type: text/html;profile=mcp-app

## Prompts
Not captured

## Metadata
- Owner: io.github.roomza-inc
- Version: 1.0.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Mar 24, 2026
- Source: https://registry.modelcontextprotocol.io
