You're viewing a demo portfolio

Join the waitlist
PRSM

meal_plan_week

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-spoonacular

https://github.com/pipeworx-io/mcp-spoonacular

2/7 registries
View full server →