Skip to content
LangChain

Fursat for LangChain

io.github.fursatdev-tech/fursat

AI-bookable curated vacation homes in Northeast India and the Himalayas. Book on WhatsApp.

client:LangChain transport:streamable-http tools:3

Install Fursat in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "fursat": {
            "transport": "streamable_http",
            "url": "https://www.fursat.fun/api/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

Fursat in other clients