Recall Kitchen

Recall Kitchen: поиск отзывов на товары в США по API-ключу или x402

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноТолько чтение

Что умеет

  • Искать отзывы товаров по названию, UPC или фото
  • Вести список товаров в личном инвентаре
  • Настраивать шаблоны отслеживания новых отзывов
  • Получать и отмечать уведомления об отзывах
  • Управлять API-ключами доступа

Какие данные видит

Ассистент работает с публичной базой отзывов на товары США и с личным инвентарём пользователя, привязанным к его API-ключу.

Нужен ли аккаунт

Нужен API-ключ из настроек сервиса

Recall Kitchen — MCP-сервер для проверки продуктов на предмет официальных отзывов (recalls) в США. Ассистент может искать отзывы по названию, штрихкоду UPC или фото товара, а также вести список товаров и настраивать отслеживание новых уведомлений. Доступ работает по бесплатному API-ключу с регистрацией или через оплату x402 в сети Base.

Как подключить

Как подключить Recall Kitchen к Claude

Адрес сервера, который нужно вставить в настройках Claude:

https://app.recallkitchen.com/mcp

  1. Откройте Claude (сайт claude.ai или приложение для компьютера).
  2. Перейдите в Настройки → Коннекторы (в английском интерфейсе: Settings → Connectors).
  3. Нажмите Добавить пользовательский коннектор (Add custom connector).
  4. Вставьте адрес сервера, скопированный ниже, в поле URL удалённого MCP-сервера и нажмите Добавить.
  5. В чате нажмите + → Коннекторы и включите новый коннектор.

Пользовательские коннекторы доступны на тарифах Free, Pro, Max, Team и Enterprise. На Free можно добавить только один. В Team и Enterprise коннектор сначала добавляет владелец организации в Настройки организации → Коннекторы.

Авторизация

После нажатия Добавить откроется окно входа в сервис. Войдите под своим аккаунтом и подтвердите доступ. Пароль Claude не видит.

Как подключить Recall Kitchen к ChatGPT

Адрес сервера, который нужно вставить в настройках ChatGPT:

https://app.recallkitchen.com/mcp

  1. Откройте ChatGPT в браузере (chatgpt.com). Нужен тариф Plus, Pro, Business, Enterprise или Edu.
  2. Один раз включите режим разработчика: Настройки → Приложения → Дополнительные настройки → Режим разработчика (Settings → Apps → Advanced settings → Developer mode).
  3. Откройте Настройки → Коннекторы и нажмите Создать (Create).
  4. Заполните форму: Название (любое), Описание (одна фраза, что делает сервис), URL MCP-сервера (скопируйте ниже).
  5. В поле Аутентификация выберите OAuth, если сервис требует вход, иначе Нет. Нажмите Создать.
  6. В новом чате откройте + → Приложения/Коннекторы и включите коннектор.

Название раздела у OpenAI менялось (Connectors → Apps/Plugins). Если пункт называется иначе, ищите «режим разработчика» в настройках. В рабочих пространствах Business/Enterprise администратор должен разрешить пользовательские коннекторы.

Авторизация

При первом использовании ChatGPT откроет окно входа в сервис. Войдите и подтвердите доступ.

Как подключить Recall Kitchen к Cursor

Адрес сервера, который нужно вставить в настройках Cursor:

https://app.recallkitchen.com/mcp

Быстрый способ: нажмите кнопку Открыть в Cursor ниже, Cursor сам предложит добавить сервер.

Вручную:

  1. В Cursor откройте Settings → Cursor Settings → MCP и нажмите Add new global MCP server.
  2. Вставьте JSON, скопированный ниже, в открывшийся файл ~/.cursor/mcp.json (для одного проекта: .cursor/mcp.json в корне проекта).
  3. Сохраните файл. Сервер появится в списке MCP; при необходимости пройдите авторизацию по кнопке рядом с ним.

Авторизация

Если сервис требует вход, рядом с сервером в списке MCP появится кнопка авторизации.

Список инструментов сервера (19)

Технические названия из tools/list. Нужны только разработчикам.

add_inventory_productAdd 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.
add_watch_patternAdd a recall watch pattern for this API key. Same websearch syntax as search_product_recalls (AND, OR, -exclude, quoted phrases). Requires an API key.
check_tracked_productsCheck 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.
create_api_keyCreate 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.
get_product_recallGet a recall by id, including extracted lots, UPCs, model numbers, locations, contact info, and product photo URLs
list_api_keysList this account's API keys (id, name, prefix, created). Secrets are not shown. Requires an API key.
list_inventoryList this API key's tracked inventory products. Requires an API key.
list_recall_notificationsList 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.
list_watch_patternsList this API key's recall watch patterns. Requires an API key.
lookup_productLook up a product by UPC/EAN. Returns found=false when unknown. Does not search recalls.
mark_notification_readMark a recall notification as read (default) or unread. Requires an API key.
remove_inventory_productRemove a product from this API key's inventory by id. Requires an API key.
remove_watch_patternRemove a recall watch pattern for this API key. Requires an API key.
revoke_api_keyRevoke an API key by key_id from list_api_keys. Requires an API key. Revoking the current key will fail subsequent calls.
search_product_recallsSearch 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.
search_product_recalls_by_upcSearch 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.
search_product_recalls_from_imageIdentify 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.
search_recalls_by_identifierSearch 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.
signupCreate 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.
Recall Kitchen: подключить к Claude, ChatGPT, Cursor · Connectors.fun