Skip to content
LangChain

taivo for LangChain

eu.taivo/hosting

EU web hosting for sites built in chat: publish, own domains, mail, a Postgres database, Node apps.

client:LangChain transport:streamable-http

Install taivo in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "hosting": {
            "transport": "streamable_http",
            "url": "https://taivo.eu/mcp",
        }
})

tools = await client.get_tools()

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

taivo in other clients