Max Eats Out for LangChain
io.github.doubleuson/max-eats-out
Editorial guide to restaurants and bars — hand-picked venues with opinions, not a places database
client:LangChain
transport:streamable-http
tools:4
Install Max Eats Out in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"max-eats-out": {
"transport": "streamable_http",
"url": "https://www.maxeatsout.club/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs