# MealPulse Kitchen Equipment Advisor

> MealPulse Kitchen Equipment Advisor is a paid API for AI agents from mealpulse.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns kitchen equipment recommendations by cooking style, including budget picks, upgrade options, and sourcing links

## Facts

- Endpoint: GET https://mealpulse.vercel.app/api/meal/kitchen
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mealpulse-kitchen-equipment-advisor-db1148eb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_t_zAsJhc3DQ1Mrv7HSw1X

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-kitchen-equipment-advisor-db1148eb
```

Example prompt: I cook a lot of Asian stir-fry dishes and some baking on weekends — what kitchen equipment should I prioritize, and what are the best budget and upgrade options I can actually buy online?

## When to prefer this

Use this endpoint when a user wants personalized kitchen equipment advice tied to a specific cooking style or cuisine type, especially when budget tiers and buy-now sourcing links are needed rather than generic product lists

## Known failure modes

- Unrecognized cooking style returns empty or generic recommendations
- Missing required query parameters may return a 400 error
- Sourcing links may become stale if product listings change
- Endpoint may return a 402 if payment is not included or fails

## How this service works

Kitchen equipment guide / cookware and appliance recommendations / what gear to buy. Takes cooking style, budget, and experience level and returns equipment picks by cooking style, with budget and upgrade options plus sourcing links. Worldwide.

## Output

A structured response containing equipment recommendations tailored to the specified cooking style, with separate budget-friendly and upgrade-tier picks for each category, plus sourcing links to purchase the recommended items

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "budget": {
   "type": "string",
   "description": "budget"
  },
  "experience": {
   "type": "string",
   "description": "experience"
  },
  "cooking_style": {
   "type": "string",
   "description": "cooking_style"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mealpulse-kitchen-equipment-advisor-db1148eb/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)
