# MealPulse Weekly Meal Plan Generator

> MealPulse Weekly Meal Plan Generator is a paid API for AI agents from mealpulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Generates a personalized 7-day meal plan (breakfast, lunch, dinner) with recipes, per-meal calories, daily macros, and estimated cost tailored to diet type, servings, and budget

## Facts

- Endpoint: GET https://mealpulse.theaslangroupllc.com/api/meal/plan
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mealpulse-weekly-meal-plan-generator-761a244f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OgFzV6gPSVMAqrbNVtFx4

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability mealpulse-weekly-meal-plan-generator-761a244f
```

Example prompt: Can you build me a full 7-day vegan meal plan for 2 people with breakfast, lunch, and dinner each day, keeping it under $80 for the week and showing the daily protein, carbs, fat, and calories for each meal?

## When to prefer this

Choose this endpoint when a user needs a structured, multi-day (7-day) meal plan with full recipe details, macro breakdowns, and cost estimates in a single call. It is ideal for diet-specific planning across keto, vegan, vegetarian, paleo, or gluten-free lifestyles. Prefer it over single-recipe or ingredient-based endpoints when the user wants a complete weekly eating strategy rather than one-off recipe lookups.

## Known failure modes

- Unsupported or conflicting diet type combinations may return an error or incomplete plan
- Budget too low for the requested number of servings may yield a warning or fallback plan
- Missing required parameters (diet type, servings) may result in a 400 bad request
- Service unavailability may return a 503 or timeout error
- Unusual dietary combinations (e.g. keto + vegan) may produce limited recipe variety

## How this service works

Meal plan generator / weekly meal planner / diet meal plan (keto, vegan, vegetarian, paleo, gluten-free) with macro and calorie planning. Builds a 7-day plan (breakfast/lunch/dinner) with recipes, per-meal calories, average daily protein/carbs/fat grams, and estimated cost, tailored to dietary needs, servings, and budget. Worldwide.

## Output

A complete 7-day meal plan with three meals per day (breakfast, lunch, dinner), each meal including a recipe and calorie count, plus average daily macros (protein, carbs, fat in grams) and an estimated total weekly cost, all tailored to the specified diet type, number of servings, and budget.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "budget": {
   "type": "string",
   "description": "budget"
  },
  "cuisine": {
   "type": "string",
   "description": "cuisine"
  },
  "dietary": {
   "type": "string",
   "description": "dietary"
  },
  "servings": {
   "type": "string",
   "description": "servings"
  },
  "preferences": {
   "type": "string",
   "description": "preferences"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mealpulse-weekly-meal-plan-generator-761a244f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mealpulse.theaslangroupllc.com](https://www.zero.xyz/host/mealpulse.theaslangroupllc.com/llms.txt)
