Skip to content
LangChain

plumbing booking for LangChain

com.thejohnsonbros/plumbing-booking

Johnson Bros. Plumbing: check coverage, services, pricing, availability, and book by SMS.

client:LangChain transport:streamable-http tools:15

Install plumbing booking in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "plumbing-booking": {
            "transport": "streamable_http",
            "url": "https://thejohnsonbros.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

plumbing booking in other clients