freight pulse for LangChain
io.github.baneado98/freight-pulse
Ocean & multimodal freight intelligence: rates, landed cost, transit, customs, risk, ship decisions
client:LangChain
transport:streamable-http
Install freight pulse in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"freight-pulse": {
"transport": "streamable_http",
"url": "https://freight-pulse-mcp.vercel.app/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs