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.

8 lines (7 loc) 293 B
/** * @fileoverview Barrel file for the `getStudy` tool. * This file exports the tool's registration function, making it accessible * to the main server setup for easy integration. * @module src/mcp-server/tools/getStudy/index */ export { registerGetStudyTool } from "./registration.js";