Skip to content
LangChain

Be Sew Bizzy for LangChain

com.besewbizzy/shop

Search Be Sew Bizzy's quilt fabrics and sewing supplies: prices, sales, stock, classes and hours.

client:LangChain transport:streamable-http tools:6

Install Be Sew Bizzy in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "shop": {
            "transport": "streamable_http",
            "url": "https://besewbizzy.com/api/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

Be Sew Bizzy in other clients