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) 238 B
/** * @fileoverview Barrel file for metrics-related utility modules. * This file re-exports utilities for collecting and processing metrics, * such as token counting. * @module src/utils/metrics */ export * from "./tokenCounter.js";