WebCake Storefront for LangChain
io.github.vuluu2k/webcake-storefront-mcp
Build pages and manage products, orders, and content on the WebCake/StoreCake storefront builder.
client:LangChain
transport:streamable-http
runtime:npm
Install WebCake Storefront in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"webcake-storefront-mcp": {
"transport": "streamable_http",
"url": "https://store.toolvn.io.vn/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs