Skip to content
LangChain

FabTally Utility Belt for LangChain

io.github.zvmzaretsky/utility-belt

13 deterministic agent utilities: timezone, cron, RRULE, currency, regex, diff, hashing & more.

client:LangChain transport:streamable-http tools:13

Install FabTally Utility Belt in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "utility-belt": {
            "transport": "streamable_http",
            "url": "https://belt.fabtally.com/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

FabTally Utility Belt in other clients