Skip to content
LangChain

hovhannes.io for LangChain

io.hovhannes/site

Yerevan Product Coffee: table dates, remaining seats, seat requests, and the field notes behind it.

client:LangChain transport:streamable-http tools:6

Install hovhannes.io in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "site": {
            "transport": "streamable_http",
            "url": "https://hovhannes.io/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

hovhannes.io in other clients