AI-powered Health Economics and Outcomes Research (HEOR) MCP server. 14 tools across literature search (41 data sources incl. PubMed, ClinicalTrials.gov, NICE, CADTH, ICER), cost-effectiveness modeling (Markov,
PartSA, PSA, EVPPI, scenario analysis), budget impact analysis (ISPOR), abstract screening, survival curve fitting (NICE DSU TSD 14), indirect comparisons (Bucher, NMA, MAIC/STC per NICE DSU TSD 18), and HTA
dossier preparation for NICE STA, EMA, FDA, IQWiG, HAS, EU JCA with auto-GRADE evidence quality assessment.
Full features list: https://github.com/neptun2000/heor-agent-mcp/blob/master/docs/FEATURES.md
Install: npx heor-agent-mcp
Web demo: https://web-michael-ns-projects.vercel.app
Server Config
{
"mcpServers": {
"heor-agent": {
"command": "npx",
"args": [
"heor-agent-mcp"
]
}
}
}