Skip to content
LangChain

Moltline Shopify Prep for LangChain

com.moltlinestudio/shopify

Check a product CSV, handles, variant matrices and metafield keys. 4 of 6 free.

client:LangChain transport:streamable-http tools:6

Install Moltline Shopify Prep in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "shopify": {
            "transport": "streamable_http",
            "url": "https://mcp.moltlinestudio.com/shopify",
        }
})

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

Moltline Shopify Prep in other clients