Skip to content
LangChain

SendaMeal Storefront for LangChain

com.sendameal/storefront

Search gift meals and send them as gifts. Live catalog, cart, and guest checkout for SendaMeal.

client:LangChain transport:streamable-http tools:6

Install SendaMeal Storefront in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "storefront": {
            "transport": "streamable_http",
            "url": "https://store-odebi8ye4k-1.mybigcommerce.com/api/mcp",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

SendaMeal Storefront in other clients