# MealPulse Grocery List Builder

> MealPulse Grocery List Builder is a paid API for AI agents from mealpulse.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-16).

Generates an organized grocery shopping list from a meal plan, broken down by store section with cost estimates and money-saving tips.

## Facts

- Endpoint: GET https://mealpulse.vercel.app/api/meal/grocery
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mealpulse-grocery-list-builder-b3435454
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ErfOPZV0pJ0r_90yRX4Sh

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-grocery-list-builder-b3435454
```

Example prompt: Can you build me a grocery list for a week of Mediterranean dinners for 3 people on a $100 budget — organized by store section and with tips on where I can save money?

## When to prefer this

Use this endpoint when a user has a meal plan or set of recipes and needs a ready-to-use, aisle-organized grocery list with cost awareness — especially when budget guidance or money-saving tips are desired alongside the shopping list.

## Known failure modes

- Missing meal plan or recipe inputs returns an error or empty list
- Unrecognized dietary restrictions may not be reflected in the list
- Cost estimates may be inaccurate for specific regions or stores
- Overly complex or large meal plans may produce incomplete results
- Payment failure (402) if USDC balance is insufficient

## How this service works

Grocery list generator / shopping list from meals / ingredient list builder. Turns a set of meals plus servings and budget into an organized shopping list grouped by store section, with quantity and cost estimates and money-saving tips. Worldwide.

## Output

Returns a structured shopping list grouped by store section (produce, dairy, meat, pantry, etc.), with estimated costs per item and total, plus actionable money-saving tips like substitutions or bulk-buying suggestions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "meals"
 ],
 "properties": {
  "meals": {
   "type": "string",
   "description": "meals"
  },
  "store": {
   "type": "string",
   "description": "store"
  },
  "budget": {
   "type": "string",
   "description": "budget"
  },
  "servings": {
   "type": "string",
   "description": "servings"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mealpulse-grocery-list-builder-b3435454/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mealpulse.vercel.app](https://www.zero.xyz/host/mealpulse.vercel.app/llms.txt)
