Skip to content
LangChain

Zenarion — Thai massage booking for LangChain

ch.zenarion/booking

Find and book Thai-massage salons in Switzerland with live availability.

client:LangChain transport:streamable-http

Install Zenarion — Thai massage booking in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "booking": {
            "transport": "streamable_http",
            "url": "https://zenarion.ch/api/mcp",
        }
})

tools = await client.get_tools()

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

Zenarion — Thai massage booking in other clients