Skip to content
LangChain

techmanual.ai for LangChain

io.github.techmanual-ai/techmanual

Search technical manuals for T&M, industrial automation, and power electronics equipment.

client:LangChain transport:streamable-http runtime:pypi

Install techmanual.ai in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "techmanual": {
            "transport": "streamable_http",
            "url": "https://mcp.techmanual.ai/mcp/",
        }
})

tools = await client.get_tools()

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

techmanual.ai in other clients