Skip to content
LangChain

Referral Flooring for LangChain

com.referralflooring/business-card

Referral Flooring, Hamilton ON flooring installer: business facts, site search, quote requests.

client:LangChain transport:streamable-http tools:4

Install Referral Flooring in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

Referral Flooring in other clients