HEOR MCP server: literature search, CEA, BIA, NMA/MAIC, HTA dossiers (NICE/FDA/EMA/JCA).
This server has been archived and is no longer actively maintained.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"heor-agent": {
"args": [
"heor-agent-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
AI-powered Health Economics and Outcomes Research (HEOR) agent as a Model Context Protocol server.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'heor-agent-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked heor-agent-mcp against OSV.dev.
Click any tool to inspect its schema.
project_raw_literatureAuto-populated literature search results
~/.heor-agent/projects/{project-id}/raw/literature/
project_raw_modelsAuto-populated cost-effectiveness model runs
~/.heor-agent/projects/{project-id}/raw/models/
project_raw_dossiersAuto-populated HTA dossier drafts
~/.heor-agent/projects/{project-id}/raw/dossiers/
project_reportsGenerated DOCX reports
~/.heor-agent/projects/{project-id}/reports/
project_wikiManually curated Obsidian-compatible markdown with wikilinks
~/.heor-agent/projects/{project-id}/wiki/
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in health / ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
An open-source AI agent that brings the power of Gemini directly into your terminal.
MCP Security Weekly
Get CVE alerts and security updates for io.github.neptun2000/heor-agent and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
AI-powered Health Economics and Outcomes Research (HEOR) agent as a Model Context Protocol server.
Try it now → HEORAgent on ChatGPT (ChatGPT Plus / Team) · Web UI (Claude, BYOK) ·
npx heor-agent-mcpfor Claude Desktop / Claude Code
Automates literature review across 44 data sources, risk of bias assessment (RoB 2 / ROBINS-I / AMSTAR-2), EQ-5D value set impact estimation, state-of-the-art cost-effectiveness modelling, HTA dossier preparation for NICE / EMA / FDA / IQWiG / HAS / EU JCA, and a persistent project knowledge base — all callable as MCP tools from Claude.ai, Claude Code, and any MCP-compatible host.
Built for pharmaceutical, biotech, CRO, and medical affairs teams who need rigorous, auditable HEOR workflows without building infrastructure from scratch.
Verify your install works before wiring it into Claude / Cursor / Continue. Open two terminal tabs:
Tab 1 — start the server in HTTP mode:
MCP_HTTP_PORT=8080 npx heor-agent-mcp@latest
You should see:
HEORAgent MCP server running on HTTP port 8080
Tab 2 — confirm it responds:
curl -s http://localhost:8080/health
Expected output:
{"status":"ok","server":"heor-agent-mcp","version":"1.10.2"}
✅ If you see the JSON above, the npm package works on your machine. Any further issues are in your MCP client config (Claude Desktop / Cursor / Continue), not the server.
❌ If you see command not found, run node --version — you need Node ≥20. If you see a different error, file a quick issue at https://github.com/neptun2000/heor-agent-mcp/issues with the output.
Now stop Tab 1 (Ctrl+C) and pick your client below — you don't need the HTTP mode for the actual integration; Claude / Cursor / Continue all use stdio.
Pick your MCP host:
claude mcp add heor-agent -- npx heor-agent-mcp
Then restart Claude Code.
Edit your MCP config file (~/Library/Application Support/Claude/claude_desktop_config.json on macOS) and add:
{
"mcpServers": {
"heor-agent": {
"command": "npx",
"args": ["heor-agent-mcp"]
}
}
}
Then restart Claude Desktop.
Same config shape as Claude Desktop above; the file path differs by client:
Settings → MCP → Add new MCP server~/.continue/config.json under the mcpServers keySettings → MCP Servers → Edit MCP Settings/heor to use it; works on any conversation.Once your MCP host is configured,