# Pharmaceutical Regulatory Intelligence

Comprehensive pharmaceutical regulatory intelligence MCP server. 4 tools across 7 databases and 45,000+ records. Look up drugs across DrugBank (4,947 compounds), WHO Essential Medicines (782), Austra…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add twohalves/pharma-regulatory

# Browse available tools
npx -y @smithery/cli@latest tool list twohalves/pharma-regulatory

# Get full schema for a tool
npx -y @smithery/cli@latest tool get twohalves/pharma-regulatory check_drug

# Call a tool
npx -y @smithery/cli@latest tool call twohalves/pharma-regulatory check_drug '{}'
```

## Direct MCP Connection

Endpoint: `https://pharma-regulatory--twohalves.run.tools`

## Tools (4)

- `check_drug` — Search for a drug or medicine across all pharmaceutical databases by name, active ingredient, or CAS number. Returns re…
- `check_drug_interactions` — Check drug-drug interactions. Provide one drug name to find all its known interactions, or two drug names to check for …
- `check_adverse_events` — Check FDA adverse event reports (FAERS) for a drug. Returns total reports, serious outcomes, death reports, top adverse…
- `search_pharma` — Full-text search across all pharmaceutical databases: DrugBank, WHO Essential Medicines, Australian TGA, FDA adverse ev…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get twohalves/pharma-regulatory <tool-name>
```
