E
enforcement-database
/get_recall_by_lot
Look up a recall by lot number
Finds every FDA recall record that references a specific product lot number.
liveverifiedunknown~5s typical
mcpprobedenforcement-database
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-argushq-enforcement-database /get_recall_by_lot for me.
Input
| Field | Type | Description |
|---|---|---|
| lot_number* | string | The lot number printed on the product/packaging |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-argushq-enforcement-database","endpoint":"/get_recall_by_lot","input":{"lot_number":"..."}}'cli
npx cracked-ai run -p mcp-ai-argushq-enforcement-database -e /get_recall_by_lot -i '{"lot_number":"..."}'mcp
run_tool({ provider: "mcp-ai-argushq-enforcement-database", endpoint: "/get_recall_by_lot", input: {"lot_number":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.