Skip to main content
Glama
ezhou89

Medical Research MCP Suite

by ezhou89
public-interfaces.ts1.96 kB
export interface PublicRiskThresholds { clinicalTrial: { discontinuationRate: number; seriousAdverseEventsCount: number; completionRateThreshold: number; }; fda: { fatalityRateThreshold: number; seriousEventRateThreshold: number; hospitalizationRateThreshold: number; }; comparative: { realWorldClinicalRatio: number; alignmentThreshold: number; }; population: { elderlyAgeThreshold: number; femaleRiskMultiplier: number; }; riskScoring: { highRiskThreshold: number; mediumRiskThreshold: number; strengthDevelopmentThreshold: number; publicationRecencyYears: number; }; } export interface PublicScoringWeights { discontinuationWeight: number; seriousEventsWeight: number; fatalityWeight: number; hospitalizationWeight: number; limitedDataPenalty: number; incompletionPenalty: number; noPhase3Penalty: number; noApprovalPenalty: number; } export interface RiskScoringConfig { thresholds: PublicRiskThresholds; weights: PublicScoringWeights; } export const DEFAULT_RISK_CONFIG: RiskScoringConfig = { thresholds: { clinicalTrial: { discontinuationRate: 0.25, seriousAdverseEventsCount: 5, completionRateThreshold: 0.6, }, fda: { fatalityRateThreshold: 0.02, seriousEventRateThreshold: 0.15, hospitalizationRateThreshold: 0.08, }, comparative: { realWorldClinicalRatio: 2.0, alignmentThreshold: 0.4, }, population: { elderlyAgeThreshold: 70, femaleRiskMultiplier: 1.3, }, riskScoring: { highRiskThreshold: 4, mediumRiskThreshold: 2, strengthDevelopmentThreshold: 0.6, publicationRecencyYears: 3, }, }, weights: { discontinuationWeight: 1, seriousEventsWeight: 1, fatalityWeight: 1, hospitalizationWeight: 1, limitedDataPenalty: 1, incompletionPenalty: 1, noPhase3Penalty: 1, noApprovalPenalty: 1, }, };

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