# Recall Kitchen

> Recall Kitchen is a paid API for AI agents from app.recallkitchen.com, paid per call via x402, $0.025/call, status unknown (last checked 2026-09-14).

Searches U.S. product and food recall notices across CPSC, FDA food, FDA MedWatch, and USDA databases

## Facts

- Endpoint: POST https://app.recallkitchen.com/mcp
- Price: $0.025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/recall-kitchen-4a858e8d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MWj9XalfSS_YWGn_bmLHp

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 recall-kitchen-4a858e8d -d '<json body>'
```

Example prompt: Can you check if there are any active recalls for Jif peanut butter — search across FDA food, USDA, and CPSC notices and tell me what you find?

## When to prefer this

Choose Recall Kitchen when you need to search U.S. government recall data across multiple agencies (CPSC, FDA, USDA) in a single call, rather than querying each agency's website individually. Especially useful for consumer safety checks, food safety verification, and medical device alerts within a unified API.

## Known failure modes

- No results found for a valid product — recall may not exist or keyword may be too specific
- Ambiguous product name returns too many or irrelevant results
- Agency database temporarily unavailable or not indexed
- Query parameter missing or malformed JSON-RPC request

## How this service works

Food, product, and NHTSA vehicle recall search for U.S. CPSC, FDA food, FDA MedWatch, USDA, and NHTSA notices.

## Output

Returns matching recall notices from one or more of the covered agencies (CPSC, FDA food, FDA MedWatch, USDA), including recall details such as product name, reason for recall, affected lots or date ranges, and the issuing agency.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "id": {},
  "method": {
   "type": "string"
  },
  "params": {
   "type": "object",
   "properties": {
    "name": {
     "type": "string"
    },
    "arguments": {
     "type": "object"
    }
   }
  },
  "jsonrpc": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/recall-kitchen-4a858e8d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from app.recallkitchen.com](https://www.zero.xyz/host/app.recallkitchen.com/llms.txt)
