Skip to content
LangChain

StoreRadar: Shopify store database for LangChain

io.storeradar/shopify-store-database

Search, count and inspect 2.6M+ live Shopify stores by apps, tech stack, theme and country.

client:LangChain transport:streamable-http

Install StoreRadar: Shopify store database in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "shopify-store-database": {
            "transport": "streamable_http",
            "url": "https://www.storeradar.io/mcp",
        }
})

tools = await client.get_tools()

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

StoreRadar: Shopify store database in other clients