Skip to content
LangChain

Reqo Supply Quote Desk for LangChain

com.reqosupply/quote

Get wholesale quotes and order industrial, MRO, and operational supplies from a US B2B distributor.

client:LangChain transport:streamable-http tools:5

Install Reqo Supply Quote Desk in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

Reqo Supply Quote Desk in other clients