MenuFresh for LangChain
jp.menufresh/menufresh
The brain for restaurant costs, pricing, and true profit (read/edit menu, recipes, costs).
client:LangChain
transport:streamable-http
Install MenuFresh in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"menufresh": {
"transport": "streamable_http",
"url": "https://admin.menufresh.jp/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs