Skip to content
LangChain

weselltours for LangChain

io.github.jyswee/weselltours

Travel platform for coding agents: hotels, tours, bookings, 13 AI experts. 21 tools, stdio.

client:LangChain transport:stdio runtime:npm

Install weselltours in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "weselltours": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "weselltours"],
        }
})

tools = await client.get_tools()

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

weselltours in other clients