Skip to content
LangChain

Booking Request for LangChain

com.bonissystems/booking-request

Self-authenticating booking-request receipt anchored to the Knox chain; never represents a person.

client:LangChain transport:streamable-http tools:3

Install Booking Request in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "booking-request": {
            "transport": "streamable_http",
            "url": "https://bonissystems.com/api/knox/agents/booking-request/mcp",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

Booking Request in other clients