Channel3 Shopping for LangChain
com.trychannel3/shopping
Shopping search across 100M+ products, with every retailer's offer and live price in one place.
client:LangChain
transport:streamable-http
tools:6
Install Channel3 Shopping in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"shopping": {
"transport": "streamable_http",
"url": "https://mcp.trychannel3.com/",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs