Skip to content
LangChain

Utilify for LangChain

io.github.utilify-io/utilify-mcp

AI agents compare and sign up for Texas utility plans: electricity, internet, gas, water, trash.

client:LangChain transport:streamable-http tools:8

Install Utilify in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "utilify-mcp": {
            "transport": "streamable_http",
            "url": "https://utilify.io/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

Utilify in other clients