# Recall Kitchen (remote · app.recallkitchen.com)

US recalls MCP: free API key/signup or x402 $0.025 Base; some tools need key; verify↑limits

- Trust score: 74/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `app.recallkitchen.com`: 74/100 (this document), [markdown](https://verifymcp.io/servers/adamdecaf-recall-kitchen/app.md), [page](https://verifymcp.io/servers/adamdecaf-recall-kitchen/app)

## Channel facts

- Endpoint: `https://app.recallkitchen.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (remove_inventory_product).
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 84/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 2788 tokens (~132/item across 21 items; 19 tools + 2 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 57/100
  - Stability observed for 17 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - All 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 21 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the Recall Kitchen MCP server?

Recall Kitchen is a hosted endpoint at https://app.recallkitchen.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http adamdecaf-recall-kitchen 'https://app.recallkitchen.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "adamdecaf-recall-kitchen": {
      "url": "https://app.recallkitchen.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "adamdecaf-recall-kitchen": {
      "type": "http",
      "url": "https://app.recallkitchen.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.adamdecaf-recall-kitchen]
url = "https://app.recallkitchen.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "adamdecaf-recall-kitchen": {
      "type": "remote",
      "url": "https://app.recallkitchen.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add adamdecaf-recall-kitchen --url 'https://app.recallkitchen.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  adamdecaf-recall-kitchen:
    url: "https://app.recallkitchen.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "adamdecaf-recall-kitchen": {
      "Transport": "http",
      "Url": "https://app.recallkitchen.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add adamdecaf-recall-kitchen -t streamable-http -u 'https://app.recallkitchen.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "adamdecaf-recall-kitchen": {
      "type": "http",
      "url": "https://app.recallkitchen.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-17 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 72, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional] Server version: 61737c66 → unknown

### 2026-09-15 (score 72, +1)

- [functional] Server version: 28dde510 → 61737c66

### 2026-09-13 (score 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-12 (score 70, 0)

- [functional] Server version: 1ba2b12b → 28dde510

### 2026-09-11 (score 70, +1)

- [functional] Server version: 35e6da4b → 1ba2b12b

### 2026-09-10 (score 69, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “search_product_recalls” rewrote its description, which is the text the model reads
- [functional] Server version: 45030894 → 35e6da4b
- [cosmetic] “search_product_recalls” added an optional parameter “sources”
- [cosmetic] “search_product_recalls” added an optional parameter “years”
- [cosmetic] “search_product_recalls” reworded the description of “location”
- [cosmetic] “search_product_recalls” reworded the description of “source”

## MCP tools (19)

### `add_inventory_product` (~86 tokens)

Add a product to this API key's inventory. Requires a verified account (sign in at https://app.recallkitchen.com with the signup email). Unverified signup keys cannot add inventory.

Input parameters:

- `brand` (string): optional brand
- `category` (string): optional category
- `name` (string, required): product name
- `sku` (string): optional SKU or UPC

Output parameters:

- `brand` (string)
- `category` (string)
- `id` (integer)
- `name` (string)
- `sku` (string)

### `add_watch_pattern` (~92 tokens)

Add a recall watch pattern for this API key. Same websearch syntax as search_product_recalls (AND, OR, -exclude, quoted phrases). Requires an API key.

Input parameters:

- `pattern` (string, required): websearch pattern: unquoted words are AND, OR is or, -term excludes, quoted phrases match as a unit
- `weight` (integer): optional weight 0-8, default 4

Output parameters:

- `pattern` (string)
- `weight` (integer)

### `check_tracked_products` (~73 tokens)

Check this API key's watch patterns and inventory against current indexed recalls (including historical notices). Does not create notifications. Generic patterns such as food or hazard only match in titles. Requires an API key.

Input parameters:

- `limit` (integer): maximum matches to return
- `offset` (integer): number of matches to skip

Output parameters:

- `matches` (null|array)
- `message` (string)
- `nextOffset` (null|integer)
- `offset` (integer)

### `create_api_key` (~75 tokens)

Create an additional API key for this account. Requires an existing API key. Unverified accounts may have only one key; verified accounts may have three. Usage is counted per account, not per key.

Input parameters:

- `kind` (string): optional kind: user or agent, default agent
- `name` (string): optional key name

Output parameters:

- `api_key` (string)
- `key_id` (string)
- `kind` (string)
- `limits` (object)
- `message` (string)
- `name` (string)

### `get_product_recall` (~61 tokens)

Get a recall by id, including extracted lots, UPCs, model numbers, locations, contact info, and product photo URLs

Input parameters:

- `id` (string): alias for recall_id
- `recall_id` (string): recall id returned by search tools

Output parameters:

- `description` (string)
- `descriptionTruncated` (boolean)
- `extracted` (null|object)
- `id` (string)
- `publishedOn` (string)
- `source` (string)
- `status` (string)
- `title` (string)
- `url` (string)

### `list_api_keys` (~34 tokens)

List this account's API keys (id, name, prefix, created). Secrets are not shown. Requires an API key.

Output parameters:

- `keys` (null|array)
- `limits` (object)
- `message` (string)

### `list_inventory` (~56 tokens)

List this API key's tracked inventory products. Requires an API key.

Input parameters:

- `limit` (integer): number of products to return
- `offset` (integer): number of products to skip
- `query` (string): optional inventory search

Output parameters:

- `nextOffset` (null|integer)
- `offset` (integer)
- `products` (null|array)

### `list_recall_notifications` (~120 tokens)

List recall notifications for this API key. unread defaults to true (unread only); pass false for all. Empty for new accounts until a new matching recall is published; not a backfill of check_tracked_products. message is a short plain-text summary. Requires an API key.

Input parameters:

- `limit` (integer): number of notifications to return
- `offset` (integer): number of notifications to skip
- `unread` (null|boolean): if true, only unread notifications; if false, include read. Default: true (unread only)

Output parameters:

- `message` (string)
- `nextOffset` (null|integer)
- `notifications` (null|array)
- `offset` (integer)

### `list_watch_patterns` (~23 tokens)

List this API key's recall watch patterns. Requires an API key.

Output parameters:

- `patterns` (null|array)

### `lookup_product` (~42 tokens)

Look up a product by UPC/EAN. Returns found=false when unknown. Does not search recalls.

Input parameters:

- `upc` (string, required): UPC or EAN barcode digits

Output parameters:

- `branded_food` (null|object)
- `found` (boolean)
- `hint` (string)
- `product` (null|object)
- `upc` (string)

### `mark_notification_read` (~64 tokens)

Mark a recall notification as read (default) or unread. Requires an API key.

Input parameters:

- `read` (null|boolean): if true, mark read; if false, mark unread. Default true
- `recall_id` (string, required): recall id from list_recall_notifications

Output parameters:

- `read` (boolean)
- `recall_id` (string)
- `updated` (boolean)

### `remove_inventory_product` (~39 tokens)

Remove a product from this API key's inventory by id. Requires an API key.

Input parameters:

- `id` (integer, required): inventory product id from list_inventory

Output parameters:

- `id` (integer)
- `removed` (boolean)

### `remove_watch_pattern` (~35 tokens)

Remove a recall watch pattern for this API key. Requires an API key.

Input parameters:

- `pattern` (string, required): watch pattern to remove

Output parameters:

- `pattern` (string)
- `removed` (boolean)

### `revoke_api_key` (~51 tokens)

Revoke an API key by key_id from list_api_keys. Requires an API key. Revoking the current key will fail subsequent calls.

Input parameters:

- `key_id` (string, required): key_id from list_api_keys

Output parameters:

- `key_id` (string)
- `revoked` (boolean)

### `search_product_recalls` (~443 tokens)

Search product recalls by query. Query uses websearch syntax: unquoted words are AND, OR is or, -term excludes, quoted phrases match as a unit (example: Generac Generator -Portable). Optional filters: source (cpsc, fdafoodsafety, FDAMedWatch, usda, nhtsa, canada, costco, target, walmart, openfda), since/until (YYYY-MM-DD), location (country, region, or place, ANDed with the query), offset, limit. Descriptions are truncated and extracted products are capped; use get_product_recall for the full text.

Input parameters:

- `limit` (integer): number of recalls to return, 1-100, default 3
- `location` (string): optional country, region, or place; ANDed with the query. USA, Canada, Mexico, EU, and Europe match places in that region. CA is California, not Canada.
- `offset` (integer): number of recalls to skip
- `query` (string): websearch query: unquoted words are AND, OR is or, -term excludes, quoted phrases match as a unit. Example: Generac Generator -Portable
- `since` (string): optional published-on start date YYYY-MM-DD
- `source` (string): optional source filter: cpsc, fdafoodsafety, FDAMedWatch, usda, nhtsa, canada, costco, target, walmart, or openfda. Aliases: FDA and food map to fdafoodsafety; medwatch maps to FDAMedWatch; vehicle,…
- `sources` (array): optional sources to include (OR). Same values as source
- `until` (string): optional published-on end date YYYY-MM-DD
- `years` (integer): optional published window in years (1-50). Ignored when since is set

Output parameters:

- `nextOffset` (null|integer)
- `offset` (integer)
- `recalls` (null|array)

### `search_product_recalls_by_upc` (~139 tokens)

Search recalls by UPC/EAN or a barcode image URL/data URI/MCP image content. Matches extracted recall UPCs first. Returns found=false when the UPC is unknown.

Input parameters:

- `barcode` (string): alias for upc
- `image_url` (string): optional HTTPS URL or data:image/...;base64 URI of a barcode image
- `limit` (integer): number of recalls to return, 1-100, default 3
- `offset` (integer): number of recalls to skip
- `upc` (string): UPC or EAN barcode digits
- `url` (string): alias for image_url

Output parameters:

- `confidence` (number)
- `found` (boolean)
- `hint` (string)
- `match` (string)
- `nextOffset` (null|integer)
- `offset` (integer)
- `product` (null|object)
- `recalls` (null|array)
- `upc` (string)

### `search_product_recalls_from_image` (~174 tokens)

Identify products in a public HTTPS image URL, data:image/...;base64 URI, or MCP image content part. Local files are not supported. Each product includes match (upc, model, text, category) and confidence. Category matches omit recalls unless include_category_matches=true. Requires an API key or x402; not included in the free anonymous per-IP quota.

Input parameters:

- `image_url` (string): HTTPS URL or data:image/...;base64 URI of a photo containing products. Local file paths are not supported.
- `include_category_matches` (boolean): if true, attach keyword recalls for generic items such as cups; default false
- `limit` (integer): number of recalls to return per product, 1-100, default 3
- `url` (string): alias for image_url

Output parameters:

- `products` (null|array)
- `recalls` (null|array)

### `search_recalls_by_identifier` (~190 tokens)

Search recalls by extracted UPC, lot code, model number, product name, or VIN. VIN is decoded locally to year and make and matched against NHTSA campaigns (not a live NHTSA VIN API). Multiple identifiers are AND-matched on the same product.

Input parameters:

- `limit` (integer): number of recalls to return
- `lot_code` (string): lot or batch code as stored on the recall
- `model_number` (string): model number as stored on the recall
- `offset` (integer): number of recalls to skip
- `product_name` (string): extracted product name (exact match)
- `upc` (string): product UPC or EAN as stored on the recall
- `vin` (string): 17-character vehicle identification number. Decoded locally to year and make, then matched against NHTSA campaigns. Does not call NHTSA live.

Output parameters:

- `nextOffset` (null|integer)
- `offset` (integer)
- `recalls` (null|array)

### `signup` (~125 tokens)

Create a Recall Kitchen account and API key from an email. No API key or x402 payment required. The key is returned once. Unverified accounts have lower rate limits (60 tool calls/hour, 400/day, one key) and can add a few watch patterns. Sign in at https://app.recallkitchen.com with the same email to verify, raise limits, and add inventory. Does not re-issue a key if the email already has an account.

Input parameters:

- `email` (string, required): email address for the new account
- `name` (string): optional display name

Output parameters:

- `api_key` (string)
- `email` (string)
- `email_verified` (boolean)
- `key_id` (string)
- `limits` (object)
- `message` (string)
- `user_id` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/adamdecaf-recall-kitchen/app#diagnostics

## Score history

- 2026-09-20: 74
- 2026-09-19: 73
- 2026-09-18: 73
- 2026-09-17: 73
- 2026-09-16: 72
- 2026-09-15: 72
- 2026-09-14: 71
- 2026-09-13: 71
- 2026-09-12: 70
- 2026-09-11: 70
- 2026-09-10: 69
- 2026-09-09: 69
- 2026-09-08: 68
- 2026-09-07: 68
- 2026-09-06: 68
- 2026-09-05: 67
- 2026-09-04: 67
- 2026-09-03: 66

## Common questions

### What is the Recall Kitchen MCP server?

Recall Kitchen is an MCP server listed in the public MCP registry as io.github.adamdecaf/recall-kitchen. US recalls MCP: free API key/signup or x402 $0.025 Base; some tools need key; verify↑limits. This page covers its hosted endpoint (https://app.recallkitchen.com/mcp).

### Is the Recall Kitchen MCP server safe to use?

Recall Kitchen scores 74 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Recall Kitchen MCP server expose?

Recall Kitchen exposes 19 tools: add_inventory_product, add_watch_pattern, check_tracked_products, create_api_key, get_product_recall, and 14 more. Their descriptions and schemas cost roughly 1,922 tokens of context every time the server is loaded.

### Does the Recall Kitchen MCP server require authentication?

No. We connected to Recall Kitchen without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Recall Kitchen MCP server still maintained?

Recall Kitchen is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://app.recallkitchen.com/mcp
- Repository: https://github.com/Recall-Kitchen/rk-mcp
- Website: https://recallkitchen.com/docs/
- Changelog RSS feed: https://verifymcp.io/servers/adamdecaf-recall-kitchen/app.xml
- Changelog JSON feed: https://verifymcp.io/servers/adamdecaf-recall-kitchen/app.json
- HTML version of this page: https://verifymcp.io/servers/adamdecaf-recall-kitchen/app
