Skip to content
LangChain

SuperTours.ru Tour Search for LangChain

ru.supertours/tours

Search tours and excursions on supertours.ru by destination, price, duration, and rating.

client:LangChain transport:sse

Install SuperTours.ru Tour Search in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "tours": {
            "transport": "streamable_http",
            "url": "https://mcp.supertours.ru/sse",
        }
})

tools = await client.get_tools()

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

SuperTours.ru Tour Search in other clients