# Recall Kitchen > Free email alerts when U.S. CPSC, FDA, USDA, and NHTSA recalls match products you track. For families, restaurants, and stores. Recall Kitchen is an Iowa company. The marketing site is this host. The signed-in app and MCP server are at https://app.recallkitchen.com/. ## Product - [Home](https://recallkitchen.com/): what the service does and sign-up - [Features](https://recallkitchen.com/features.html): alerts, search, privacy - [Pricing](https://recallkitchen.com/pricing.html): free for people; programmatic access via API key or x402 - [About](https://recallkitchen.com/about.html) - [Support](https://recallkitchen.com/support.html): email support@recallkitchen.com - [Blog](https://recallkitchen.com/blog/) ## For agents and developers - [Developer docs](https://recallkitchen.com/docs/): MCP tools, API keys, HTTP search - Agent skill: https://github.com/Recall-Kitchen/recall-kitchen/blob/master/docs/skills/search-product-recalls/SKILL.md (which MCP tool to call, query syntax, location traps) - MCP endpoint: https://app.recallkitchen.com/mcp - Server card: https://app.recallkitchen.com/.well-known/mcp/server-card.json - OpenAPI 3.1: https://app.recallkitchen.com/openapi.json - x402 well-known: https://app.recallkitchen.com/.well-known/x402 - Access: free (no key) = protocol methods, `signup`, and a few MCP searches per IP (keyword/identifier/UPC/lookup/get). Paid = x402 (USDC on Base) for further anonymous search and for image search without a key. Signup (email, no key) mints an unverified API key for search including image, a few watch patterns, and notifications. Verification (sign in at https://app.recallkitchen.com with the same email) unlocks inventory and higher limits. Account tools do not work with x402. - Auth header: `X-API-Key: rk_...` (required for Grok) or `Authorization: Bearer rk_...` (Claude/Cursor). - Account tools (API key): create/list/revoke keys, watch patterns, check_tracked_products, list_recall_notifications, mark_notification_read. Inventory requires verification. - Public recall page: https://app.recallkitchen.com/r/{recall_id} (HTML, no login; Open Graph title/image for link previews). JSON: GET https://app.recallkitchen.com/api/recalls/{recall_id} ## Legal - [Privacy](https://recallkitchen.com/privacy.html) - [Terms](https://recallkitchen.com/terms.html) - [Cookies](https://recallkitchen.com/cookies.html)