mcp-marmiton
Related Servers
Alternatives to mcp-marmiton
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceAn MCP server that searches and reads recipes from multiple sources simultaneously, merges the results, and rescales ingredient quantities for any number of servings in French and English.491 npmMIT
- FlicenseNot gradedqualityCmaintenanceMCP server for cooking and recipe management powered by Spoonacular API. Enables natural-language recipe search, ingredient-based discovery, nutrition breakdowns, and ingredient substitutions.-
- FlicenseAqualityDmaintenanceMCP server that provides cooking recipe lookup, classification, and weekly meal planning based on dietary restrictions and allergies.5-
- AlicenseAqualityDmaintenanceAn MCP server that enables users to search for recipes and cooking instructions via the API Ninjas Recipe API. It supports querying specific dishes and provides paginated results for recipe discovery.1MIT
- FlicenseNot gradedqualityBmaintenanceMCP server for discovering and retrieving meal recipes from TheMealDB API, enabling search, random meals, category/ingredient filtering, and full recipe details.-
- AlicenseBqualityDmaintenanceAn MCP server that enables AI-powered recipe generation and transformation using natural language, supporting dietary restrictions, allergies, and nutritional goals.213 npmMIT
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: search_recipes finds recipe candidates, get_recipe retrieves full details for a single recipe, and scale_ingredients rescales arbitrary ingredient lists. There is no overlap or ambiguity in their functions.
All tool names follow a consistent verb_noun pattern in snake_case: search_recipes, get_recipe, scale_ingredients. The verbs are action-oriented and the nouns clarify the target, making the set predictable and easy to navigate.
With three tools, the server is tightly scoped to its purpose: searching recipes, reading them, and scaling ingredients. Each tool is necessary and none feels redundant or extraneous, fitting the typical 3-15 tool sweet spot.
The server covers the core workflow of discovering, reading, and adapting recipes. It provides search, retrieval, and a practical scaling utility, leaving no obvious dead ends for an agent tasked with recipe-related queries. The inclusion of scaling for user-supplied ingredient lists adds robustness beyond just Marmiton data.