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.

6 lines (5 loc) 144 B
/** * @fileoverview Defines custom types for the Hono HTTP transport layer. * @module src/mcp-server/transports/http/httpTypes */ export {};