meal_plan_week
ActiveTool of mcp-spoonacular
declared in 0.1.0
Generate a Spoonacular 7-day meal plan matching `targetCalories`, `diet`, and comma-separated `exclude` ingredients. Returns meals per day with recipe ids, titles, images, and per-day nutrition totals.
Parameters schema
{
"type": "object",
"examples": [
{
"targetCalories": 2000
},
{
"diet": "keto",
"exclude": "dairy",
"targetCalories": 2200
}
],
"properties": {
"diet": {
"type": "string"
},
"exclude": {
"type": "string"
},
"targetCalories": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-spoonacular
https://github.com/pipeworx-io/mcp-spoonacular
2/7 registries