integrations.sh
← all integrations

Hotel Moderno

MCP server openai

Hotel Moderno Assistant helps guests find hotel information and complete common reservation tasks through chat. Users can ask questions about Hotel Moderno, including rooms, amenities, hotel services, policies, and check-in/check-out times. The assistant can also check room availability and list optional room extras. If a guest already has a reservation, the assistant can retrieve reservation details and help modify or cancel an existing booking when the required reservation information is provided. The assistant can also help create a new booking and send support requests to the hotel if a guest needs assistance. Example questions you can ask: “What time is check-in at Hotel Moderno?” “Do you have rooms available next weekend?” “Show me available room types.” “Modify my reservation dates.” “Cancel my booking.” “Contact the hotel for help with my reservation.”

Note: Some reservation actions may require providing booking details such as reservation code or guest information.

Homepage
https://www.hotel-moderno.com/
Remote URL
https://api.mirai.com/synapse/mcp?hotelId=10030559
Auth
NONE

Tools (9)

Extracted live via the executor SDK.

  • contact_hotel_support

    Request human support from the hotel team for the current conversation.

  • get_hotel_profile

    Retrieve amenities, policies, contact details, and description for the hotel.

  • list_room_profiles

    Retrieve room-level details such as name, description, capacity, size, bed distribution, amenities, and images.

  • cancel_booking

    Cancel an existing reservation using booking credentials or the authenticated session after explicit guest confirmation. This tool cancels the full reservation, never a single room.

  • modify_booking

    Modify reservation dates directly in two steps: first get a proposal (confirm=false), then confirm it (confirm=true with totalPrice).

  • list_available_rooms

    Retrieve available rooms with their boards and prices so the guest can choose options and pass boardIds into checkout; uses accessToken automatically when provided.

  • list_room_extras

    Retrieve available extras for the selected boards and stay details so the guest can add them before checkout.

  • submit_conversation_rating

    Capture a 1–5 guest rating with optional comment at the end of the conversation to monitor service quality.

  • create_booking

    Create a booking directly using the exact selected boardId or boardIds copied verbatim from availability results and the guest details.