shop for LangChain
uk.co.diningco/shop
Dining Co: Tables for the UK, with the sizes, materials and colours that decide the choice —...
client:LangChain
transport:stdio
runtime:npm
Install shop in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"shop": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@ellul-estate/diningco-co-uk-shop-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs