agentmart for LangChain
io.github.ai-gaoqian/agentmart
First AI Agent e-commerce marketplace with 74+ AI products, MCP protocol, and Alipay payments
client:LangChain
transport:streamable-http
Install agentmart in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agentmart": {
"transport": "streamable_http",
"url": "https://api.ai-gaoqian.xyz/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs