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.

7 lines (6 loc) 204 B
/** * @fileoverview Barrel file for network utilities. * @module src/utils/network/index */ export * from "./fetchWithTimeout.js"; export type { FetchWithTimeoutOptions } from "./fetchWithTimeout.js";