Social Commerce Intelligence for LangChain
io.github.atul0016/social-commerce-intelligence
Creator ROI, video conversion, trends, affiliate, and social commerce intelligence.
client:LangChain
transport:stdio
runtime:pypi
Install Social Commerce Intelligence in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"social-commerce-intelligence": {
"transport": "stdio",
"command": "uvx",
"args": ["social-commerce-intelligence-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs