# OpenFDA MCP

> OpenFDA provides direct access to the FDA's vast, open data platform. You can search structured records covering drug safety reports, medical device malfunctions and recalls, food enforcement actions, and approved drug labels—all through natural conversation without needing an API key.

## Overview
- **Category:** the-unthinkable
- **Price:** Free
- **Tags:** drug-safety, medical-devices, food-recalls, adverse-events, public-health-data

## Description

Need to track public health signals? This MCP connects your AI client directly to the FDA's comprehensive open data environment. Instead of navigating complex APIs or downloading massive spreadsheets, you just ask questions about safety issues across multiple domains.

Want to know if a drug is associated with specific adverse reactions? You can search detailed records for patient-submitted events. Need to monitor equipment failure? Pull reports on device malfunctions and track recalls by manufacturer. The power of Vinkius makes this data accessible; you connect your client once, and instantly gain querying access across all FDA domains—from animal medicine to food safety.

This means you can analyze a single incident—say, finding out why a specific medical device was recalled, cross-referencing it with drug side effect reports, and then checking if the recall involved an ingredient listed on a drug label. It's about pattern detection across public health data that used to take weeks of specialized coding.

## Tools

### search_animal_events
Retrieves adverse event reports related to drug exposure in animals and veterinary products.

### search_device_clearance
Searches the 510(k) database for details on premarket device clearances, including applicant and product codes.

### search_device_events
Finds reports of medical devices that malfunctioned or caused injury, using device brands or patient problem text.

### search_device_recalls
Gathers comprehensive information on recalled medical devices, including the reason for the recall and distribution patterns.

### search_drugsfda
Retrieves structured data about FDA-approved drug applications, listing sponsors, active ingredients, and approval dates.

### search_drug_events
Searches adverse event reports submitted by consumers or professionals against specific drugs like Advil.

### search_drug_labels
Gets detailed drug labeling information, including warnings, dosage instructions, and active ingredients for a given medication.

### search_food_recalls
Finds food product recall enforcement reports, detailing the class of risk (I/II/III) and distribution scope.

## Prompt Examples

**Prompt:** 
```
Show me recent adverse events for Advil.
```

**Response:** 
```
Found 10 recent adverse event reports for Advil (ibuprofen). Common reactions: nausea (142 reports), headache (98 reports), dizziness (76 reports), abdominal pain (54 reports). Reports submitted by healthcare professionals and consumers between 2023-2024.
```

**Prompt:** 
```
What food recalls are currently active?
```

**Response:** 
```
Found 5 active food recalls: 1. Listeria in deli meats (Class I, high risk) — 2. Salmonella in peanut butter (Class I) — 3. Undeclared allergen in snack bars (Class II) — 4. Metal fragments in frozen meals (Class I) — 5. Mold contamination in juice (Class II).
```

**Prompt:** 
```
Find FDA-approved drugs containing atorvastatin.
```

**Response:** 
```
Found 15 FDA-approved drug applications containing atorvastatin. Notable: Lipitor (Pfizer, approved 1996), Atorvastatin Calcium (generic, multiple sponsors), Liptruzet (Merck). Includes application numbers, approval dates, dosage forms and strengths.
```

## Capabilities

### Track medical device safety events
Retrieve detailed reports on malfunctions, injuries, and deaths related to specific medical devices.

### Monitor recalls across all product types
Find enforcement reports for recalled food items or recalled medical devices by classification and distribution pattern.

### Analyze adverse drug reactions
Search records of side effects reported against specific drugs, including those submitted by consumers and healthcare professionals.

### Check approved pharmaceutical details
Access structured data on FDA-approved drug applications, including sponsors, active ingredients, and approval dates.

### Review food safety enforcement reports
Pull recall information for food products, detailing the reason, classification (Class I/II/III), and distribution scope.

## Use Cases

### Investigating a device failure after market reports
A Quality Assurance Manager notices a spike in injuries. They first run `search_device_events` using the brand name, then immediately use `search_device_recalls` to see if that specific unit model was ever subject to an official recall. This pinpoints whether the issue is new or already known.

### Analyzing a suspected drug-food contamination link
A Public Health Researcher finds reports of illness linked to processed meats. They use `search_drug_events` (checking for symptoms) and then run `search_food_recalls` to see if any food products matching those symptoms were pulled from shelves.

### Checking drug safety against animal exposure
A Vet Technician needs to determine if a pet's illness is related to an ingested product. They run `search_animal_events` using the suspected drug name, isolating data specific to veterinary products.

### Comparing approved drugs with current labels
A Researcher needs to verify if a generic competitor has updated its warnings. They use `search_drugsfda` to get approval details and then immediately run `search_drug_labels` for the most recent warning text.

## Benefits

- Analyze adverse event patterns easily. Use `search_drug_events` to find consumer reports on drugs like Advil, tracking common reactions without manual form submissions.
- Audit regulatory history quickly. Running `search_device_clearance` gives you instant access to 510(k) data, confirming if a device type has cleared premarket review.
- Manage recall risk comprehensively. Combine results from `search_device_recalls` and `search_food_recalls` into one report to assess total product liability exposure.
- Verify drug ingredients on the fly. Use `search_drug_labels` to confirm dosage warnings or active components, which is essential for quality control documentation.
- Track failures across all products. You can use `search_device_events` alongside recall data to build a full risk profile for any piece of medical equipment.

## How It Works

The bottom line is that you get immediate access to complex public health data using natural language, without needing specialized coding knowledge or credentials.

1. Subscribe to this MCP on Vinkius. No API key is required, so you're ready immediately.
2. Tell your AI client what data you need—for instance, 'Show me all device recalls in the last quarter for cardiac implants.'
3. The system executes the query across the relevant FDA datasets and returns structured reports directly to your chat interface.

## Frequently Asked Questions

**How do I check for adverse events involving animals using OpenFDA Alternative MCP?**
You use the `search_animal_events` tool. This function specifically searches records of adverse events in animal and veterinary products, separate from human medicine.

**Can OpenFDA Alternative MCP find out which drugs are approved by the FDA?**
Yes. Use `search_drugsfda`. This tool pulls structured data on drug applications, listing key details like sponsors and approval dates for your review.

**What is the difference between searching device events and recalls with OpenFDA Alternative MCP?**
Use `search_device_events` to find reports of existing malfunctions or injuries. Use `search_device_recalls` if you need to know about devices that were officially pulled from the market.

**Does OpenFDA Alternative MCP support searching for food recalls?**
Absolutely. Run `search_food_recalls`. This tool provides enforcement reports on recalled food products, including their risk class (I, II, or III).