# SAVORDISH

AI-powered recipe MCP server with 18 tools for comprehensive cooking assistance. Search recipes by keyword, ingredient, cuisine, or dietary preference. Get full recipe details, nutrition info, and in…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add savordish/savor-dish

# Browse available tools
npx -y @smithery/cli@latest tool list savordish/savor-dish

# Get full schema for a tool
npx -y @smithery/cli@latest tool get savordish/savor-dish recipes_search

# Call a tool
npx -y @smithery/cli@latest tool call savordish/savor-dish recipes_search '{}'
```

## Direct MCP Connection

Endpoint: `https://savor-dish--savordish.run.tools`

## Tools (31)

- `recipes_search` — Search and filter recipes with advanced options. Handles keyword, ingredient, cuisine, meal type, and dietary filters i…
- `recipes_get` — Get full details of a specific recipe including ingredients, step-by-step instructions, nutrition, tips, and photo.
- `recipes_list_by_cuisine` — Browse recipes filtered by world cuisine type. Returns public recipes from a specific culinary tradition.
- `recipes_get_trending` — Get the most popular and recently published recipes on SAVOR Dish. Returns trending recipes with photos, ordered by new…
- `cooking_get_tips` — Get practical cooking tips and expert techniques for any topic. Covers ingredients, methods, equipment, and cuisines.
- `platform_get_info` — Get comprehensive information about the SAVOR Dish platform. Returns features, pricing tiers, supported platforms, and …
- `shopping_generate_grocery_list` — Generate a grocery shopping list from recipe ingredients. Collects ingredients across multiple recipes and provides an …
- `shopping_instacart` — Get Instacart delivery information for recipe ingredients. Returns a direct link to order groceries from a recipe throu…
- `meals_plan` — Create a meal plan suggestion for a specified number of days with cuisine and dietary preferences. Returns breakfast, l…
- `recipes_get_nutrition` — Get detailed nutrition information for a specific recipe. Returns calories, macros, and dietary labels.
- `recipes_find_by_ingredient` — Find recipes that use specific ingredients you have on hand. Great for reducing food waste and using up what's in your …
- `cooking_get_substitutions` — Get ingredient substitutions and alternatives for dietary needs, allergies, or when you're missing an ingredient.
- `cuisines_explore` — List all available cuisines on SAVOR Dish with recipe counts. Discover world cuisines and how many recipes are availabl…
- `recipes_get_random` — Get a random recipe suggestion. Perfect for when you can't decide what to cook. Optionally filter by cuisine or meal ty…
- `recipes_compare` — Compare two or more recipes side-by-side. Shows prep time, cook time, servings, difficulty, and ingredients for easy co…
- `recipes_get_quick` — Find quick recipes that can be made within a specified time limit. Perfect for busy weeknights or quick meals.
- `recipes_get_dietary` — Find recipes matching specific dietary requirements. Filters by tags, categories, and recipe metadata for dietary needs.
- `recipes_scale` — Scale a recipe for different serving sizes. Returns the original ingredients with a scaling multiplier to adjust quanti…
- `nutrition_analyze` — Get a deep nutritional analysis for a recipe — full macros (protein, carbs, fat, fiber), micros (sodium, cholesterol, p…
- `nutrition_compare` — Compare nutrition facts across 2-5 recipes side-by-side. Shows calories, protein, carbs, fat, fiber for each recipe in …
- `nutrition_find_by_macros` — Find recipes that match specific nutritional targets. Filter by max calories, minimum protein, max carbs, max fat — per…
- `nutrition_daily_plan` — Build a single-day meal plan optimized for specific calorie and macro goals. Returns breakfast, lunch, dinner, and opti…
- `nutrition_healthier_swap` — Get AI-powered suggestions to make a recipe healthier — ingredient swaps, cooking technique changes, and portion adjust…
- `nutrition_ingredient_info` — Get nutrition facts, health benefits, and culinary uses for any cooking ingredient. Comprehensive reference for common …
- `nutrition_meal_score` — Rate the nutritional quality of a meal plan or set of recipes on a 0-100 health score. Evaluates balance of protein, fi…
- `recipes_seasonal` — Find recipes perfect for a specific season or month. Returns seasonal dishes with fresh, in-season ingredients.
- `recipes_collections` — Browse curated recipe collections by theme — date night, comfort food, quick weeknight, party appetizers, and more.
- `cooking_pair_beverages` — Get wine, beer, cocktail, or non-alcoholic drink pairings for a recipe or cuisine.
- `cooking_meal_prep_guide` — Get a meal prep guide — how to batch cook, store, and reheat recipes for the week. Saves time and reduces food waste.
- `cooking_convert_units` — Convert between cooking measurement units — cups, tablespoons, grams, ounces, milliliters, and more.
- `account_api_key_status` — Check the status of the API key you're using right now — see call count, rate limit, and creation date. Useful for moni…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get savordish/savor-dish <tool-name>
```

## Resources

- `savordish://trending-recipes` — Currently trending and popular recipes on SAVOR Dish with photos, updated in real-time
- `savordish://platform-info` — SAVOR Dish platform information including features, pricing, Instacart integration, and contact details
- `savordish://available-cuisines` — List of all available cuisines on SAVOR Dish with recipe counts
- `savordish://cooking-tips` — Index of all available cooking tip topics on SAVOR Dish
- `savordish://substitutions` — Index of available ingredient substitution guides for dietary needs and missing ingredients
- `savordish://nutrition` — Overview of SAVOR Dish nutrition capabilities — analysis tools, macro tracking, health scoring, and ingredient database
- `savordish://instacart-integration` — Information about SAVOR Dish's Instacart grocery delivery integration for same-day ingredient delivery
- `savordish://getting-started` — Step-by-step guide to set up and use the SAVOR Dish MCP server — authentication, tool overview, and client configuration

## Prompts (14)

- `recipeSearch` (criteria) — Find recipes matching specific criteria — cuisine, ingredients, dietary needs, or meal type. Use this prompt when you w…
- `mealPlanSuggestion` (days, preferences) — Get a personalized meal plan for a specific number of days with your dietary preferences. The plan includes real SAVOR …
- `cookingHelp` (question) — Get cooking guidance, technique tips, ingredient substitutions, or help with a specific recipe. Expert advice powered b…
- `exploreCuisine` (cuisine) — Discover recipes, techniques, and flavors from a specific world cuisine. Get an overview of the culinary tradition with…
- `groceryShopping` (recipes) — Generate a grocery list from recipes and get Instacart delivery options. Combine ingredients from multiple recipes into…
- `nutritionAnalysis` (subject) — Analyze the nutritional profile of a recipe or ingredient. Get detailed macros, micros, health indicators, and suggesti…
- `fitnessEating` (goal) — Build a nutrition-optimized meal plan for fitness goals — cutting, bulking, maintenance, or specific macro targets.
- `healthySwap` (recipe) — Get expert suggestions to make any recipe healthier — ingredient swaps, technique changes, and estimated calorie saving…
- `weeknightDinner` (people, restrictions) — Get quick weeknight dinner ideas that take 30 minutes or less. Perfect for busy families who want real, home-cooked mea…
- `budgetMeals` (budget, days) — Plan budget-friendly meals for a week. Focus on affordable ingredients, batch cooking, and minimizing food waste.

---
*Response truncated. Use `npx -y @smithery/cli@latest` for complete data.*
