{"name":"app.withglint.recallradar/recallradar","slug":"recallradar","title":"RecallRadar","description":"Search U.S. FDA, USDA FSIS, and CPSC recalls, fetch one, or diff since a date. API key or x402.","url":"https://mcp.market/server/recallradar","rating":null,"grade":"C","score":63,"certified":false,"status":"active","category":"search","tags":["search"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T19:46:10.107Z","last_ok_at":"2026-09-20T19:46:10.107Z","latency_ms":663},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://recallradar.withglint.app/docs","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://recallradar.withglint.app/mcp","headers":[{"description":"Bearer rk_... API key from https://recallradar.withglint.app/pricing. Omit when paying per call with x402.","isSecret":true,"name":"Authorization"}]}],"packages":[],"tools":[{"name":"diff_since","description":"Recalls created or updated after a timestamp, oldest change first; each row has change = created | updated. Pass meta.until as the next since. Paid: send Authorization: Bearer rk_… or an x402 payment in params._meta[\"x402/payment\"]. Fixed price per call (x402 exact). RecallRadar indexes public recall notices from the FDA, USDA FSIS, and CPSC. The official agency notice is the authoritative source. Always confirm details at the linked source before acting. source_url is authoritative.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"brands":{"description":"Whole-word match on normalized brand, firm, or product text","maxItems":50,"type":"array","items":{"type":"string","minLength":1}},"company":{"description":"Company slug or name (firm, else brand)","type":"string","minLength":1},"q":{"description":"Free text over product, reason, firm","type":"string","minLength":1,"maxLength":200},"agency":{"type":"string","enum":["fda_food","fda_drug","fda_device","fsis","cpsc"]},"classes":{"description":"Rows without a class (CPSC) always match","type":"array","items":{"type":"string","enum":["I","II","III","PHA"]}},"status":{"type":"string","enum":["ongoing","terminated","completed","unknown"]},"active":{"description":"Ongoing, or unknown for agencies without lifecycle status","type":"boolean"},"cursor":{"description":"next_cursor from the previous call","type":"string"},"limit":{"default":20,"description":"Rows to return. Paid per row returned.","type":"integer","minimum":1,"maximum":1000},"since":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d(?:\\.\\d+)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$","description":"ISO 8601 timestamp; returns rows created or updated after it"}},"required":["since"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_recall","description":"One recall by id or slug, with the raw agency payload and status history. Paid: send Authorization: Bearer rk_… or an x402 payment in params._meta[\"x402/payment\"]. Fixed price per call (x402 exact). RecallRadar indexes public recall notices from the FDA, USDA FSIS, and CPSC. The official agency notice is the authoritative source. Always confirm details at the linked source before acting. source_url is authoritative.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","minLength":1,"maxLength":200,"description":"32-hex recall id or page slug"}},"required":["id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_agencies","description":"Agencies RecallRadar indexes and their labels. Free. RecallRadar indexes public recall notices from the FDA, USDA FSIS, and CPSC. The official agency notice is the authoritative source. Always confirm details at the linked source before acting.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"search_recalls","description":"Search FDA, USDA FSIS, and CPSC recalls by brand, company, free text, agency, class, status, and published date, newest first. Paid: send Authorization: Bearer rk_… or an x402 payment in params._meta[\"x402/payment\"]. Priced per row returned (x402 upto). RecallRadar indexes public recall notices from the FDA, USDA FSIS, and CPSC. The official agency notice is the authoritative source. Always confirm details at the linked source before acting. source_url is authoritative.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"brands":{"description":"Whole-word match on normalized brand, firm, or product text","maxItems":50,"type":"array","items":{"type":"string","minLength":1}},"company":{"description":"Company slug or name (firm, else brand)","type":"string","minLength":1},"q":{"description":"Free text over product, reason, firm","type":"string","minLength":1,"maxLength":200},"agency":{"type":"string","enum":["fda_food","fda_drug","fda_device","fsis","cpsc"]},"classes":{"description":"Rows without a class (CPSC) always match","type":"array","items":{"type":"string","enum":["I","II","III","PHA"]}},"status":{"type":"string","enum":["ongoing","terminated","completed","unknown"]},"active":{"description":"Ongoing, or unknown for agencies without lifecycle status","type":"boolean"},"cursor":{"description":"next_cursor from the previous call","type":"string"},"limit":{"default":20,"description":"Rows to return. Paid per row returned.","type":"integer","minimum":1,"maximum":1000},"since":{"description":"published_at >= since","type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"until":{"description":"published_at <= until","type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"}},"$schema":"https://json-schema.org/draft/2020-12/schema"}}],"scan":{"score":63,"grade":"C","scanned_at":"2026-09-19T20:03:30.231Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:03:30.138Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 2070ms"]},"poisoning":{"score":15,"max":15,"notes":["4 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://recallradar.withglint.app/mcp","reachable":true,"authRequired":false,"latencyMs":2070,"serverInfo":{"name":"recallradar","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":null,"source":"none"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}