UNPKG

clinicaltrialsgov-mcp-server

Version:

ClinicalTrials.gov Model Context Protocol (MCP) Server that provides a suite of tools for interacting with the official ClinicalTrials.gov v2 API. Enables AI agents and LLMs to programmatically search, retrieve, and analyze clinical trial data.

9 lines (8 loc) 342 B
/** * @fileoverview Barrel file for the ClinicalTrials.gov service module. * This file exports the main service class and all related types, making them * easily accessible from other parts of the application. * @module src/services/clinical-trials-gov/index */ export * from "./ClinicalTrialsGovService.js"; export * from "./types.js";