Skip to content
LangChain

Rialto Travel - Direct Hotel Bookings with VIP Rate Programs for LangChain

travel.rialto/hotels

Hotel direct booking for VIP and corporate rates - upgrades and loyalty eligible, 100K+ hotels

client:LangChain transport:streamable-http

Install Rialto Travel - Direct Hotel Bookings with VIP Rate Programs in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "hotels": {
            "transport": "streamable_http",
            "url": "https://rialto.travel/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Rialto Travel - Direct Hotel Bookings with VIP Rate Programs in other clients