Skip to content
LangChain

Utility Matrix for LangChain

io.github.helphub369/utility-matrix

Free browser-based calculators and analyzers for cloud cost, DevOps, security, and data governance.

client:LangChain transport:streamable-http

Install Utility Matrix in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "utility-matrix": {
            "transport": "streamable_http",
            "url": "https://utility-matrix.com/mcp",
        }
})

tools = await client.get_tools()

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

Utility Matrix in other clients