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) • 308 B
JavaScript
/**
* @fileoverview Barrel file for the `searchStudies` 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/searchStudies/index
*/
export { registerSearchStudiesTool } from "./registration.js";