Skip to content
LangChain

shopbuddy for LangChain

io.github.tmill313/shopbuddy

Safe Shopify theme changes for AI agents: staging, validation, visual review, approval, rollback.

client:LangChain transport:streamable-http runtime:npm

Install shopbuddy in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "shopbuddy": {
            "transport": "streamable_http",
            "url": "https://getshopbuddy.vercel.app/api/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

shopbuddy in other clients