Search Argus HQ public FDA enforcement data: warning letters, recalls, approvals, 483s.
claude mcp add enforcement-database --transport http https://argushq.ai/api/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"enforcement-database": {
"url": "https://argushq.ai/api/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"enforcement-database": {
"serverUrl": "https://argushq.ai/api/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"enforcement-database": {
"type": "http",
"url": "https://argushq.ai/api/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"enforcement-database": {
"url": "https://argushq.ai/api/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"enforcement-database": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://argushq.ai/api/mcp"
]
}
}
}
Full-text search across all 1,000+ Argus HQ FDA enforcement pages (warning letters, recalls, approvals, 483 inspections) by keyword, product name, or company name.
{
"type": "object",
"properties": {
"query": {
"type": "string",
"minLength": 2,
"description": "Search text -- company name, product, or keyword"
}
},
"required": [
"query"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
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").
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"minLength": 1,
"description": "Argus HQ company slug, e.g. \"pfizer-inc\""
}
},
"required": [
"slug"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
{
"type": "object",
"properties": {
"lot_number": {
"type": "string",
"minLength": 1,
"description": "The lot number printed on the product/packaging"
}
},
"required": [
"lot_number"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
{
"type": "object",
"properties": {
"wl_number": {
"type": "string",
"minLength": 1,
"description": "FDA warning letter reference number"
}
},
"required": [
"wl_number"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
{
"type": "object",
"properties": {
"days": {
"type": "integer",
"minimum": 1,
"maximum": 90,
"default": 7,
"description": "How many trailing days to include (default 7)"
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://argushq.ai/api/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/ai.argushq--enforcement-database/reviews or the review_server meta-tool.
POST /mcp