utility grid for LangChain
link.obfus/utility-grid
31 deterministic tools: JSON→Zod, regex, JWT, curl→fetch, hashing, encoding, UUIDs, encrypted links
client:LangChain
transport:streamable-http
Install utility grid in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"utility-grid": {
"transport": "streamable_http",
"url": "https://obfus.link/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs