We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/genomoncology/biomcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Drug Approvals and Adverse-Event Summary
This reference covers the new Drugs@FDA approvals section and FAERS summary statistics.
## Drug approvals (Drugs@FDA)
Use the `approvals` section on drug entities:
```bash
biomcp get drug dabrafenib approvals
```
The section includes:
- application number (NDA/BLA),
- sponsor,
- key product rows (brand/dosage form/route/status),
- submission timeline rows (type/number/status/date).
## FAERS summary statistics
FAERS search responses include summary metadata above the report table:
```bash
biomcp search adverse-event -d pembrolizumab --limit 10
```
Summary fields:
- total reports from OpenFDA metadata,
- returned report count,
- top reactions with count and percentage.
The same summary appears in:
```bash
biomcp drug adverse-events pembrolizumab --limit 10
```