E
enforcement-database
/get_company_history
Get a company's full FDA enforcement history
Every FDA warning letter, recall, approval, and 483 citation Argus HQ has recorded for a given company, by its Argus HQ company slug (e.g. "pfizer-inc").
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_company_history for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | Argus HQ company slug, e.g. "pfizer-inc" |
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_company_history","input":{"slug":"..."}}'cli
npx cracked-ai run -p mcp-ai-argushq-enforcement-database -e /get_company_history -i '{"slug":"..."}'mcp
run_tool({ provider: "mcp-ai-argushq-enforcement-database", endpoint: "/get_company_history", input: {"slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.