Memory MCP Server
Persistent memory using a knowledge graph
HEOR MCP server: literature search, CEA, BIA, NMA/MAIC, HTA dossiers (NICE/FDA/EMA/JCA).
{
"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.
Is it safe?
No known CVEs for heor-agent-mcp.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 1 days ago. 2 stars.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
7 tools.
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:
literature_searchSearch 41 data sources in parallel with PRISMA-style audit trail showing which sources were used and why
cost_effectiveness_modelMulti-state Markov model or Partitioned Survival Analysis with PSA, OWSA, CEAC, EVPI, and WTP assessment
hta_dossier_prepDraft submission-ready sections for NICE, EMA, FDA, IQWiG, HAS, and EU JCA with gap analysis
project_createInitialize a persistent project workspace at ~/.heor-agent/projects/{project-id}/
knowledge_searchFull-text search across a project's raw/ and wiki/ trees
knowledge_readRead any file from a project's knowledge base
knowledge_writeWrite compiled evidence to the project wiki (Obsidian-compatible markdown)
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/
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Hash-verified file editing MCP server with token efficiency hook. 11 tools for AI coding agents.
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.
Automates literature review across 41 data sources, risk of bias assessment (RoB 2 / ROBINS-I / AMSTAR-2), 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.
claude mcp add heor-agent -- npx heor-agent-mcp
Then restart Claude Code.
Add to your MCP configuration:
{
"mcpServers": {
"heor-agent": {
"command": "npx",
"args": ["heor-agent-mcp"]
}
}
}
> Run a literature search for semaglutide cost-effectiveness in T2D using PubMed and NICE TAs
| Tool | Purpose |
|---|---|
literature_search | Search 41 data sources with a full PRISMA-style audit trail |
screen_abstracts | PICO-based relevance scoring and study design classification |
risk_of_bias | Cochrane RoB 2 / ROBINS-I / AMSTAR-2 with GRADE RoB domain summary |
cost_effectiveness_model | Markov / PartSA / decision-tree CEA with PSA, OWSA, CEAC, EVPI |
hta_dossier_prep | Draft submissions for NICE, EMA, FDA, IQWiG, HAS, and EU JCA — GRADE table uses structured RoB when rob_results passed |
project_create | Initialize a persistent project workspace |
knowledge_search | Full-text search across a project's raw/ and wiki/ trees |
knowledge_read | Read any file from a project's knowledge base |
knowledge_write | Write compiled evidence to the project wiki (Obsidian-compatible) |
literature_searchSearches across 41 sources in parallel. Every call returns a source selection table showing which of the 41 sources were used and why — essential for HTA audit trails.
Example call:
{
"query": "semaglutide cardiovascular outcomes type 2 diabetes",
"sources": ["pubmed", "clinicaltrials", "nice_ta", "cadth_reviews", "icer_reports"],
"max_results": 20,
"output_format": "text"
}
cost_effectiveness_modelMulti-state Markov model (default) or Partitioned Survival Analysis (oncology), following ISPOR good practice and NICE reference case (3.5% discount rate, half-cycle correction). Includes:
Example call:
{
"intervention": "Semaglutide 1mg SC weekly",
"comparator": "Sitagliptin 100mg daily",
"indication": "Type 2 Diabetes Mellitus",
"time_horizon": "lifetime",
"perspective": "nhs",
"model_type": "markov",
"clinical_inputs": { "efficacy_delta": 0.5, "mortality_reduction": 0.15 },
"cost_inputs": { "drug_cost_annual": 3200, "comparator_cost_annual": 480 },
"utility_inputs": { "qaly_on_treatment": 0.82, "qaly_comparator": 0.76 },
"run_psa": true,
"output_format": "docx"
}
hta_dossier_prepDrafts submission-ready sections for six HTA frameworks with gap analysis:
| Body | Country | Submission types |
|---|---|---|
| NICE | UK | STA, MTA, early_access |
| EMA | EU | STA, MTA |
| FDA | U |