{"name":"io.github.adamdecaf/recall-kitchen","slug":"adamdecaf-recall-kitchen","title":"Recall Kitchen","description":"US recalls MCP: free API key/signup or x402 $0.025 Base; some tools need key; verify↑limits","url":"https://mcp.market/server/adamdecaf-recall-kitchen","rating":null,"grade":"A","score":85,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":28,"stars":2,"forks":0,"downloads_week":null,"last_push_at":"2026-09-15T02:54:59.000Z","license":"Apache-2.0"},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T21:56:09.270Z","last_ok_at":"2026-09-20T21:56:09.270Z","latency_ms":733},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/Recall-Kitchen/rk-mcp","website":"https://recallkitchen.com/docs/","version":"1.0.1","remotes":[{"type":"streamable-http","url":"https://app.recallkitchen.com/mcp","headers":[{"description":"Recall Kitchen API key (rk_...). Prefer over Authorization for Grok.","isSecret":true,"name":"X-API-Key"},{"description":"Bearer rk_... API key for Claude Code / Cursor.","isSecret":true,"name":"Authorization"}]}],"packages":[],"tools":[{"name":"add_inventory_product","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"product name"},"brand":{"type":"string","description":"optional brand"},"category":{"type":"string","description":"optional category"},"sku":{"type":"string","description":"optional SKU or UPC"}},"required":["name"],"additionalProperties":false}},{"name":"add_watch_pattern","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"pattern":{"type":"string","description":"websearch pattern: unquoted words are AND, OR is or, -term excludes, quoted phrases match as a unit"},"weight":{"type":"integer","description":"optional weight 0-8, default 4","minimum":0,"maximum":8}},"required":["pattern"],"additionalProperties":false}},{"name":"check_tracked_products","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"type":"integer","description":"maximum matches to return","default":3,"minimum":1,"maximum":100},"offset":{"type":"integer","description":"number of matches to skip","minimum":0,"maximum":100}},"additionalProperties":false}},{"name":"create_api_key","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"optional key name"},"kind":{"type":"string","description":"optional kind: user or agent, default agent","enum":["user","agent"]}},"additionalProperties":false}},{"name":"get_product_recall","description":"Get a recall by id, including extracted lots, UPCs, model numbers, locations, contact info, and product photo URLs","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"recall_id":{"type":"string","description":"recall id returned by search tools"},"id":{"type":"string","description":"alias for recall_id"}},"additionalProperties":false}},{"name":"list_api_keys","description":"List this account's API keys (id, name, prefix, created). Secrets are not shown. Requires an API key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","additionalProperties":false}},{"name":"list_inventory","description":"List this API key's tracked inventory products. Requires an API key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"optional inventory search"},"limit":{"type":"integer","description":"number of products to return","default":3,"minimum":1,"maximum":100},"offset":{"type":"integer","description":"number of products to skip","minimum":0,"maximum":100}},"additionalProperties":false}},{"name":"list_recall_notifications","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"unread":{"type":["null","boolean"],"description":"if true, only unread notifications; if false, include read. Default: true (unread only)"},"limit":{"type":"integer","description":"number of notifications to return","default":3,"minimum":1,"maximum":100},"offset":{"type":"integer","description":"number of notifications to skip","minimum":0,"maximum":100}},"additionalProperties":false}},{"name":"list_watch_patterns","description":"List this API key's recall watch patterns. Requires an API key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","additionalProperties":false}},{"name":"lookup_product","description":"Look up a product by UPC/EAN. Returns found=false when unknown. Does not search recalls.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"upc":{"type":"string","description":"UPC or EAN barcode digits"}},"required":["upc"],"additionalProperties":false}},{"name":"mark_notification_read","description":"Mark a recall notification as read (default) or unread. Requires an API key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"recall_id":{"type":"string","description":"recall id from list_recall_notifications"},"read":{"type":["null","boolean"],"description":"if true, mark read; if false, mark unread. Default true"}},"required":["recall_id"],"additionalProperties":false}},{"name":"remove_inventory_product","description":"Remove a product from this API key's inventory by id. Requires an API key.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"integer","description":"inventory product id from list_inventory"}},"required":["id"],"additionalProperties":false}},{"name":"remove_watch_pattern","description":"Remove a recall watch pattern for this API key. Requires an API key.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"pattern":{"type":"string","description":"watch pattern to remove"}},"required":["pattern"],"additionalProperties":false}},{"name":"revoke_api_key","description":"Revoke an API key by key_id from list_api_keys. Requires an API key. Revoking the current key will fail subsequent calls.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"key_id":{"type":"string","description":"key_id from list_api_keys"}},"required":["key_id"],"additionalProperties":false}},{"name":"search_product_recalls","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"websearch query: unquoted words are AND, OR is or, -term excludes, quoted phrases match as a unit. Example: Generac Generator -Portable"},"source":{"type":"string","description":"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, vin, and car map to nhtsa; healthcanada, cfia, and hc-sc map to canada; sams maps to walmart; enforcement, res, and fdaenforcement map to openfda. For more than one source, pass sources.","enum":["cpsc","fdafoodsafety","FDAMedWatch","usda","nhtsa","canada","costco","target","walmart","openfda"]},"sources":{"type":"array","items":{"type":"string","enum":["cpsc","fdafoodsafety","FDAMedWatch","usda","nhtsa","canada","costco","target","walmart","openfda"]},"description":"optional sources to include (OR). Same values as source","uniqueItems":true},"since":{"type":"string","description":"optional published-on start date YYYY-MM-DD"},"until":{"type":"string","description":"optional published-on end date YYYY-MM-DD"},"years":{"type":"integer","description":"optional published window in years (1-50). Ignored when since is set","minimum":1,"maximum":50},"location":{"type":"string","description":"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":{"type":"integer","description":"number of recalls to skip","minimum":0,"maximum":100},"limit":{"type":"integer","description":"number of recalls to return, 1-100, default 3","default":3,"minimum":1,"maximum":100}},"additionalProperties":false}},{"name":"search_product_recalls_by_upc","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"upc":{"type":"string","description":"UPC or EAN barcode digits"},"barcode":{"type":"string","description":"alias for upc"},"image_url":{"type":"string","description":"optional HTTPS URL or data:image/...;base64 URI of a barcode image"},"url":{"type":"string","description":"alias for image_url"},"limit":{"type":"integer","description":"number of recalls to return, 1-100, default 3","default":3,"minimum":1,"maximum":100},"offset":{"type":"integer","description":"number of recalls to skip","minimum":0,"maximum":100}},"additionalProperties":false}},{"name":"search_product_recalls_from_image","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"image_url":{"type":"string","description":"HTTPS URL or data:image/...;base64 URI of a photo containing products. Local file paths are not supported."},"url":{"type":"string","description":"alias for image_url"},"limit":{"type":"integer","description":"number of recalls to return per product, 1-100, default 3","default":3,"minimum":1,"maximum":100},"include_category_matches":{"type":"boolean","description":"if true, attach keyword recalls for generic items such as cups; default false"}},"additionalProperties":false}},{"name":"search_recalls_by_identifier","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"upc":{"type":"string","description":"product UPC or EAN as stored on the recall"},"lot_code":{"type":"string","description":"lot or batch code as stored on the recall"},"model_number":{"type":"string","description":"model number as stored on the recall"},"product_name":{"type":"string","description":"extracted product name (exact match)"},"vin":{"type":"string","description":"17-character vehicle identification number. Decoded locally to year and make, then matched against NHTSA campaigns. Does not call NHTSA live."},"limit":{"type":"integer","description":"number of recalls to return","default":3,"minimum":1,"maximum":100},"offset":{"type":"integer","description":"number of recalls to skip","minimum":0,"maximum":100}},"additionalProperties":false}},{"name":"signup","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"email":{"type":"string","description":"email address for the new account"},"name":{"type":"string","description":"optional display name"}},"required":["email"],"additionalProperties":false}}],"scan":{"score":85,"grade":"A","scanned_at":"2026-09-20T16:17:30.979Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T16:17:30.922Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 568ms"]},"poisoning":{"score":15,"max":15,"notes":["19 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":15,"max":15,"notes":["last push 6 days ago"]},"identity":{"score":6,"max":10,"notes":["namespace and repository owner differ","GitHub account older than a year"]}},"findings":[],"inputs":{"probes":[{"url":"https://app.recallkitchen.com/mcp","reachable":true,"authRequired":false,"latencyMs":568,"serverInfo":{"name":"recall-kitchen-mcp","version":"unknown"}}],"packages":[],"repo":{"found":true,"owner":"Recall-Kitchen","repo":"rk-mcp","archived":false,"pushedAt":"2026-09-15T02:54:59Z","stars":2,"forks":0,"openIssues":1,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/178315549?v=4","ownerCreatedAt":"2024-08-13T16:39:10Z","license":"Apache-2.0"},"icon":{"url":"https://avatars.githubusercontent.com/u/178315549?v=4&s=128","source":"github"},"presence":{"stars":2,"forks":0,"downloadsWeek":null,"license":"Apache-2.0","lastPushAt":"2026-09-15T02:54:59.000Z","score":28}}}},"grade_history":[],"reviews":[]}