# RX-Radar

[![smithery badge](https://smithery.ai/badge/ratbyte/rxradar)](https://smithery.ai/servers/ratbyte/rxradar)

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list ratbyte/rxradar

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ratbyte/rxradar search_providers_tool

# Call a tool
npx -y @smithery/cli@latest tool call ratbyte/rxradar search_providers_tool '{}'
```

## Direct MCP Connection

Endpoint: `https://rxradar--ratbyte.run.tools`

## Tools (6)

- `search_providers_tool` — Search NPI healthcare providers by natural language query.
- `get_provider_details_tool` — Get full details for a provider by their 10-digit NPI number.
- `search_literature_tool` — Search PubMed biomedical literature by natural language query.
- `search_drug_safety_tool` — Search FDA adverse event reports (FAERS) by drug name or reaction.
- `search_trials_tool` — Search ClinicalTrials.gov studies by natural language query.
- `search_drug_labels_tool` — Search FDA drug labels for indications, warnings, interactions, and dosing.

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