Skip to main content
Glama
ezhou89

Medical Research MCP Suite

by ezhou89
index.ts756 B
// src/apis/index.ts - Central API registry import { ClinicalTrialsClient } from './clinicalTrials'; import { PubMedClient } from './pubmed'; import { FDAClient } from './fda'; export { ClinicalTrialsClient, StudySearchParams, Study, SearchResponse } from './clinicalTrials'; export { PubMedClient, PubMedSearchParams, PubMedPaper, PubMedSearchResponse } from './pubmed'; export { FDAClient, FDADrugSearchParams, FDAAdverseEventParams, FDADrug, FDAAdverseEvent } from './fda'; export interface APIClient { name: string; version: string; clearCache(): void; } export const API_REGISTRY = { 'clinical-trials': ClinicalTrialsClient, 'pubmed': PubMedClient, 'fda': FDAClient, } as const; export type APIClientType = keyof typeof API_REGISTRY;

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ezhou89/medical-research-mcp-suite'

If you have feedback or need assistance with the MCP directory API, please join our Discord server