# toolcall.click Product & Vehicle Recall Checker

> toolcall.click Product & Vehicle Recall Checker is a paid API for AI agents from toolcall.click, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Checks product recalls and safety alerts across US federal agencies (NHTSA, CPSC, FDA) by VIN, UPC, product name, or brand name

## Facts

- Endpoint: GET https://toolcall.click/t/recall/check
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/toolcall-click-product-vehicle-recall-checker-6c92bfcb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U4XcXzYExKWwZVlRyafH-

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 toolcall-click-product-vehicle-recall-checker-6c92bfcb
```

Example prompt: Can you check if there are any open recalls or safety alerts on my car — the VIN is 1HGCM82633A004352 — and also look up any CPSC recalls for the brand Graco?

## When to prefer this

Use this endpoint when you need a single unified recall check spanning NHTSA vehicle recalls, CPSC consumer product recalls, and FDA food/drug/device enforcement in one call. Prefer it over scraping agency websites individually or using separate APIs for each agency. Ideal when the user provides a VIN, UPC barcode, product name, or brand name and wants consolidated safety information without managing multiple data sources or API keys.

## Known failure modes

- No recalls found — returns empty list, not an error
- Invalid VIN format — NHTSA decode fails, returns error
- Unknown UPC — no matching product found in recall databases
- Malformed query parameters — returns 400-level error
- Payment not completed via x402 — returns 402 Payment Required
- Agency data temporarily unavailable — upstream fetch error

## How this service works

Keyless pay-per-call APIs for AI agents: 30 tools across compliance, trade, safety, web and data. Pay per call with USDC on Base via x402. No account, no API key.

## Output

A unified JSON list of all matching recall and safety alert records across NHTSA, CPSC, and FDA, each containing hazard description, recommended remedy, recall date, affected product or vehicle details, and a link to the official agency notice.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "total": 3,
  "counts": {
   "CPSC": 2,
   "FDA-food": 1
  },
  "recalls": [
   {
    "id": "26561",
    "url": "https://www.cpsc.gov/...",
    "date": "2026-06-18",
    "hazard": "Choking hazard",
    "remedy": "Refund",
    "source": "CPSC",
    "product": "Example Swing"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/toolcall-click-product-vehicle-recall-checker-6c92bfcb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from toolcall.click](https://www.zero.xyz/host/toolcall.click/llms.txt)
