Skip to content
LangChain

Western Container Sales for LangChain

com.westerncontainersales/wcs

Shipping-container sale and rental pricing, availability, delivery, and product discovery.

client:LangChain transport:streamable-http tools:4

Install Western Container Sales in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

Western Container Sales in other clients