integrations.sh
← all integrations

BE-A

MCP server openai

BE-A enables to search for available hotels in your target area for real-time availability and prices. And you book directly with the hotel where you can leverage loyalty rates, discount for registered members and much more.

With direct connection to hotel's Availability and Rates systems, and in near future also to their Concierge and Booking systems, this is a very powerful all-round Hotel Booking Assistant.

Homepage
https://flaerobotics.ai
Remote URL
https://beamcpserverprod.flaerobotics.ai/mcp
Auth
NONE

Tools (2)

Extracted live via the executor SDK.

  • list_hotels

    List available hotels, optionally filtered by country/city and/or a geographic bounding box. All filters are optional and combinable.

    Returns a text summary of matching hotels for discovery purposes. Use get_availability to display results with the interactive widget.

    IMPORTANT: Use English names only (e.g., "Prague" not "Praha", "Vienna" not "Wien").

  • get_availability

    Get available room offers from one or more hotels and display them in an interactive comparison widget with booking buttons.

    Pass a list of hotel objects, each with hotel_name and city. All hotels are queried in parallel with the same dates and guest configuration. Optionally specify a currency to convert all prices.

    The server automatically tries four strategies per hotel to maximise the chance of finding availability:

    1. Single room, exact dates requested
    2. Multiple rooms, exact dates (when no single room fits all guests)
    3. Single room, extended checkout (when a minimum-stay restriction applies)
    4. Multiple rooms, extended checkout (last resort)

    IMPORTANT: Use English city names (e.g., "Prague" not "Praha", "Vienna" not "Wien").