Skip to content
LangChain

Shoptera Product Intelligence for LangChain

io.github.shoptera-ai/product-intelligence

Search ~8.5M products from 2,500+ Central European e-shops. Semantic, keyword, GTIN lookup.

client:LangChain transport:streamable-http

Install Shoptera Product Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "product-intelligence": {
            "transport": "streamable_http",
            "url": "https://shoptera.ai/mcp/",
        }
})

tools = await client.get_tools()

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

Shoptera Product Intelligence in other clients