Skip to content
LangChain

DeployIt Product Expert for LangChain

ai.deployit/product-expert

AI product expert answering from live source code, with sources and a verification status.

client:LangChain transport:streamable-http tools:3

Install DeployIt Product Expert in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "product-expert": {
            "transport": "streamable_http",
            "url": "https://mcp.deployit.ai/demo",
        }
})

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

DeployIt Product Expert in other clients