Skip to content
LangChain

SmartAPIs Products Watch for LangChain

net.smartapis/products-watch

Testing-phase Products Watch endpoint; public discovery remains while new onboarding is paused.

client:LangChain transport:streamable-http

Install SmartAPIs Products Watch in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "products-watch": {
            "transport": "streamable_http",
            "url": "https://smartapis.net/mcp",
        }
})

tools = await client.get_tools()

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

SmartAPIs Products Watch in other clients