Skip to content
LangChain

FreightUtils MCP Server for LangChain

io.github.soapyred/freightutils

Neutral freight reference + validation layer for AI agents: ADR, HS, UN/LOCODE, freight math

client:LangChain transport:streamable-http runtime:npm tools:25

Install FreightUtils MCP Server in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "freightutils": {
            "transport": "streamable_http",
            "url": "https://www.freightutils.com/api/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

All 25 tools →

FreightUtils MCP Server in other clients