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) 263 B
/** * @fileoverview Barrel file for parsing utility modules. * This file re-exports utilities related to parsing various data formats, * such as JSON and dates. * @module src/utils/parsing */ export * from "./dateParser.js"; export * from "./jsonParser.js";