Skip to content
LangChain

engineering for LangChain

tech.novtriq/engineering

27 engineering compliance and calculation tools for the built environment (UK, EU, UAE).

client:LangChain transport:streamable-http tools:27

Install engineering in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "engineering": {
            "transport": "streamable_http",
            "url": "https://api.novtriq.tech/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

All 27 tools →

engineering in other clients