A
licenseB
qualityD
maintenanceAn MCP server that enables AI-powered recipe generation and transformation using natural language, supporting dietary restrictions, allergies, and nutritional goals.
2
8 npm
MIT
No user-submitted related servers found.
Scored across 2 tools
generate_recipe creates a new recipe, while transform_recipe modifies an existing one. The semantic boundary is clear, with no overlap in purpose.
Both tools follow a consistent verb_noun pattern: generate_recipe and transform_recipe. The verbs are distinct and the object is uniform.
With only two tools, the server feels thin for a recipe domain. While the scope could be narrowly focused on generation, the count is borderline.
transform_recipe requires an existing recipe, but there is no tool to retrieve or list recipes. This is a significant gap that leaves agents unable to obtain the input needed for transformation.