Skip to content
LangChain

Agent Utilities Hosted for LangChain

dev.workers.agent-utilities.agent-utilities/agent-utilities

Product identity, pack sizes and feed/page checks. Free small trials; paid calls from $0.0003.

client:LangChain transport:streamable-http tools:48

Install Agent Utilities Hosted in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "agent-utilities": {
            "transport": "streamable_http",
            "url": "https://agent-utilities.agent-utilities.workers.dev/mcp/remote",
        }
})

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 48 tools →

Agent Utilities Hosted in other clients