Remode - Visual Fashion Shopping for LangChain
io.github.deviljin17/remode
Visual fashion search across retailers and resale, with localized prices and app handoffs.
client:LangChain
transport:streamable-http
tools:7
Install Remode - Visual Fashion Shopping in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"remode": {
"transport": "streamable_http",
"url": "https://remode-assistant-mcp.onrender.com/mcp?platform=mcp_registry",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs