SAVORDISH for LangChain
io.github.rodeldoria/savor-dish
AI-powered recipe platform: 18 MCP tools for meal planning, grocery lists & Instacart.
client:LangChain
transport:streamable-http
tools:31
Install SAVORDISH in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"savor-dish": {
"transport": "streamable_http",
"url": "https://savordish.com/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
- recipes_search
- recipes_get
- recipes_list_by_cuisine
- recipes_get_trending
- cooking_get_tips
- platform_get_info
- shopping_generate_grocery_list
- shopping_instacart
- meals_plan
- recipes_get_nutrition
- recipes_find_by_ingredient
- cooking_get_substitutions
- cuisines_explore
- recipes_get_random
- recipes_compare
- recipes_get_quick
- recipes_get_dietary
- recipes_scale
- nutrition_analyze
- nutrition_compare
- nutrition_find_by_macros
- nutrition_daily_plan
- nutrition_healthier_swap
- nutrition_ingredient_info