Fda Database

🌐Community
by davila7 · vlatest · Repository

Access and query Davila7's FDA drug approval data to find information on medications, trials, and regulatory status.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add fda-database npx -- -y @trustedskills/fda-database
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "fda-database": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/fda-database"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The fda-database skill enables AI agents to query and retrieve structured data from the U.S. Food and Drug Administration’s public databases, including drug labels, medical device information, and regulatory actions. It allows developers to programmatically access official FDA records without manual browsing or scraping.

When to use it

  • Automate compliance checks by verifying drug approval statuses against current FDA listings.
  • Extract structured data on medical devices for market research or safety analysis.
  • Build internal tools that display real-time regulatory updates for healthcare applications.
  • Integrate authoritative FDA data into AI-driven decision support systems.

Key capabilities

  • Query FDA’s Structured Product Labeling (SPL) database for drug information.
  • Access Medical Device Regulated Information System (MDRIS) data.
  • Retrieve enforcement reports and warning letters from the FDA.
  • Parse and format responses into JSON or other machine-readable formats.

Example prompts

  • “Search the FDA database for all approved insulin products manufactured after 2020.”
  • “List recent FDA warning letters related to cardiovascular devices issued in the last quarter.”
  • “Extract active ingredients and dosages from the SPL records of Brand X medication.”

Tips & gotchas

Ensure your AI agent handles rate limits imposed by the FDA API, as excessive requests may result in temporary blocks. Always validate returned data against official sources before using it in critical applications like clinical decision support.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
davila7
Installs
128

🌐 Community

Passed automated security scans.