Skip to content
LangChain

Custom Blinds Shop for LangChain

io.github.customblinds/cb-shop

South Africa's first AI-transactable blinds, shutters and awnings catalogue with live ZAR pricing.

client:LangChain transport:streamable-http tools:26

Install Custom Blinds Shop in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "cb-shop": {
            "transport": "streamable_http",
            "url": "https://shop.customblinds.co.za/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

All 26 tools →

Custom Blinds Shop in other clients