meal_plan_generate
ActiveTool of mcp-spoonacular
Generate a Spoonacular meal plan for a given `timeFrame` ("day" or "week") matching `targetCalories`, `diet` (e.g. vegetarian/vegan/paleo), and comma-separated `exclude` ingredients. Returns meals with recipe ids, titles, images, and nutrition summary.
Parameters schema
{
"type": "object",
"examples": [
{
"timeFrame": "week",
"targetCalories": 2000
},
{
"diet": "paleo",
"exclude": "gluten",
"timeFrame": "day",
"targetCalories": 2500
}
],
"properties": {
"diet": {
"type": "string"
},
"exclude": {
"type": "string"
},
"timeFrame": {
"type": "string"
},
"targetCalories": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-spoonacular
https://github.com/pipeworx-io/mcp-spoonacular
2/7 registries