# ClinicalTrials MCP Server

Enable AI assistants to search and access ClinicalTrials.gov data through a simple interface. Retrieve detailed clinical trial information and manage data efficiently to support health sciences resea…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list JackKuo666/clinicaltrials-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get JackKuo666/clinicaltrials-mcp-server search_clinical_trials_and_save_studies_to_csv

# Call a tool
npx -y @smithery/cli@latest tool call JackKuo666/clinicaltrials-mcp-server search_clinical_trials_and_save_studies_to_csv '{}'
```

## Direct MCP Connection

Endpoint: `https://clinicaltrials-mcp-server--jackkuo666.run.tools`

## Tools (7)

- `search_clinical_trials_and_save_studies_to_csv`
- `get_full_study_details`
- `get_studies_by_keyword`
- `get_study_statistics`
- `get_full_studies_and_save`
- `load_csv_data`
- `list_saved_csv_files`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get JackKuo666/clinicaltrials-mcp-server <tool-name>
```

---

Source: https://github.com/JackKuo666/ClinicalTrials-MCP-Server
