← Registry

Data Collection

recallkitchen.com

Provides access to product recall data, inventory tracking, and watch pattern monitoring for safety recalls.

1 endpoint19 known toolsFirst detected September 4, 2026Last detected September 4, 2026

ENDPOINT 1

https://app.recallkitchen.com/mcp

No auth detected

MCP server metadata

Name
recall-kitchen-mcp
Version
c3be0eba
Capabilities
loggingprompts.listChangedresources.listChangedtools.listChanged
Server instructions

Recall Kitchen searches U.S. CPSC, FDA food, FDA MedWatch, USDA, NHTSA vehicle, Costco, Target, and Walmart/Sam's Club recalls. Query syntax for search_product_recalls and watch patterns: unquoted words are AND, OR is or, -term excludes, "quoted words" are a phrase. Example: Generac Generator -Portable. Access: - Free (no key): initialize, tools/list, resources, prompts, and signup. A few search calls per IP (5/hour, 15/day): search_product_recalls, search_recalls_by_identifier, search_product_recalls_by_upc, lookup_product, get_product_recall. - Paid (x402, USDC on Base): anonymous search after the IP quota, and search_product_recalls_from_image without a key. Account tools do not work with x402. - Signup (email, no key): mints one API key, shown once. Unverified: 60 tool calls/hour, 400/day, 1 key, up to 3 watch patterns, no inventory. Send X-API-Key: rk_... (Grok) or Authorization: Bearer rk_... (Claude/Cursor). - API key (signup is enough): all search including image, watch patterns, check_tracked_products, notifications, list/create/revoke keys. - Verification (sign in at https://app.recallkitchen.com with the same email): inventory, and higher limits (600/hour, 3,000/day, 3 keys, 20 patterns, 50 inventory products). Which tool to use: - search_product_recalls: keyword search with that query syntax. Optional source, dates (YYYY-MM-DD), and location (country, region, or place; ANDed with the query). Descriptions are truncated; call get_product_recall for the full text. - search_recalls_by_identifier: exact UPC, lot, model, product name, or VIN from extracted recall data. Prefer this for barcodes, lot codes, and VINs. VIN is decoded locally to year and make (no live NHTSA API). - search_product_recalls_by_upc: look up a UPC and search extracted recall UPCs. Returns found=false if the UPC is unknown. - lookup_product: catalog/USDA branded-food info only; does not search recalls. - search_product_recalls_from_image: public HTTPS image URL, data:image/...;base64 URI, or MCP image content. Local file paths are not supported. Results include confidence and match (upc, model, text, category). Category matches omit recalls unless include_category_matches=true. Requires an API key or x402 (not in the free anonymous quota). - get_product_recall: full description plus extracted lots, UPCs, models, locations, contacts, and product photo URLs. - Account: signup (email, no key required; returns an API key once), create_api_key / list_api_keys / revoke_api_key (require an existing key), list/add/remove_watch_pattern, list/add/remove_inventory_product, check_tracked_products (live search of current recalls vs watches/inventory; does not write alerts), list_recall_notifications (inbox of alerts sent when new matching recalls were published; empty for new accounts until the next matching ingest), mark_notification_read. Unverified signup accounts have lower rate limits (60 tool calls/hour) and can add a few watch patterns. Inventory requires verification (sign in at https://app.recallkitchen.com with the same email). Prompts: check_product, check_upc, scan_image. Resources: recall://docs/tools, recall://docs/sources.

Known tools 19

add_inventory_product

Add a product to this API key's inventory.

Inferred read-only
add_watch_pattern

Add a recall watch pattern for this API key.

Inferred read-only
check_tracked_products

Check this API key's watch patterns and inventory against current indexed recalls (including historical notices).

Inferred read-only
create_api_key

Create an additional API key for this account.

Potential side effects
get_product_recall

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

Inferred read-only
list_api_keys

List this account's API keys (id, name, prefix, created).

Inferred read-only
list_inventory

List this API key's tracked inventory products.

Inferred read-only
list_recall_notifications

List recall notifications for this API key.

Inferred read-only
list_watch_patterns

List this API key's recall watch patterns.

Inferred read-only
lookup_product

Look up a product by UPC/EAN.

Inferred read-only
mark_notification_read

Mark a recall notification as read (default) or unread.

Inferred read-only
remove_inventory_product

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

Potential side effects
remove_watch_pattern

Remove a recall watch pattern for this API key.

Potential side effects
revoke_api_key

Revoke an API key by key_id from list_api_keys.

Inferred read-only
search_product_recalls

Search product recalls by query.

Inferred read-only
search_product_recalls_by_upc

Search recalls by UPC/EAN or a barcode image URL/data URI/MCP image content.

Inferred read-only
search_product_recalls_from_image

Identify products in a public HTTPS image URL, data:image/.

Inferred read-only
search_recalls_by_identifier

Search recalls by extracted UPC, lot code, model number, product name, or VIN.

Inferred read-only
signup

Create a Recall Kitchen account and API key from an email.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.recall-kitchen-mcp]
url = "https://app.recallkitchen.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "recall-kitchen-mcp": {
      "type": "http",
      "url": "https://app.recallkitchen.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: recall-kitchen-mcp
Remote MCP URL: https://app.recallkitchen.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "recall-kitchen-mcp": {
      "url": "https://app.recallkitchen.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "recall-kitchen-mcp": {
      "type": "http",
      "url": "https://app.recallkitchen.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "recall-kitchen-mcp",
  "transport": "streamable-http",
  "url": "https://app.recallkitchen.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.