Upsalt Booking for LangChain
io.github.everyways/upsalt-booking
Search Upsalt venues, check availability, and book, view, or cancel a reservation.
client:LangChain
transport:streamable-http
tools:5
Install Upsalt Booking in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"upsalt-booking": {
"transport": "streamable_http",
"url": "https://ai.upsalt.io/mcp/booking",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs