Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.neptun2000/heor-agent

NPM · HEOR-AGENT-MCP · SCANNED SEP 21

HEOR MCP server: literature search, CEA, BIA, NMA/MAIC, HTA dossiers (NICE/FDA/EMA/JCA).

Available components

0 this week 78 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security89
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects uuid 8.3.2, reached via exceljs > uuid. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 91 of 203 dependencies flagged as unhealthy (6 deprecated). View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability74
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 19913 tokens (~390/item across 51 items; 51 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage91
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 74% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 51 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 51 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.neptun2000/heor-agent MCP server?

io.github.neptun2000/heor-agent runs locally as an npm package, launched with npx -y heor-agent-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · heor-agent-mcp

# add to Claude Code
claude mcp add neptun2000-heor-agent -- npx -y heor-agent-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "neptun2000-heor-agent": {
      "command": "npx",
      "args": [
        "-y",
        "heor-agent-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "neptun2000-heor-agent": {
      "command": "npx",
      "args": [
        "-y",
        "heor-agent-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add neptun2000-heor-agent -- npx -y heor-agent-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "neptun2000-heor-agent": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "heor-agent-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add neptun2000-heor-agent --command npx --arg -y --arg heor-agent-mcp
# ~/.hermes/config.yaml
mcp_servers:
  neptun2000-heor-agent:
    command: "npx"
    args: ["-y", "heor-agent-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "neptun2000-heor-agent": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "heor-agent-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add neptun2000-heor-agent -t stdio -c npx -a -y heor-agent-mcp
// mcp.json
{
  "mcpServers": {
    "neptun2000-heor-agent": {
      "command": "npx",
      "args": [
        "-y",
        "heor-agent-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 −2
    • Security disclosure: unverified → fail functional
    • Stability: pass → 0.83 functional
  • 19 Sept 26 0
    • Stability: 0.97 → pass security
    • Security disclosure: fail → unverified functional
  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 11 Sept 26 0
    • Stability: 0.97 → pass security
  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/heor-agent-mcp@1.35.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-w5hq-g745-h8pq CVE-2026-41907 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 203 packages
Packages resolved 203
Deprecated 6
Stale 88
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 51 exposed · ~19,913 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
pv.signal_workflow ~328

Compute disproportionality statistics (PRR, ROR, IC/BCPNN, MGPS/EBGM) on user-supplied drug-AE case counts and decide a signal verdict per EMA GVP Module IX rev 2. Returns the verdict (no/strengthening/confirmed/previously known/refuted), workflow recommendations, and canonical RMP signal-section text. To classify a finding as previously_known_signal, supply BOTH prior_known_signals AND reported_event so the tool can match the disproportionality to a specific known event. Optionally layers in GVP Considerations P.III pregnancy follow-up (birth/3mo/12mo) when both pregnancy_exposure and rmp_has_pregnancy_concern are true. Pairs with pv_classify. ⚠️ MGPS uses single-stratum gamma-Poisson shrinkage in v1 — when database counts are confounded by sex/age strata, EBGM/EB05 may be inflated; stratified MGPS is planned for v2. v1 takes user counts; v2 will also integrate EVDAS programmatic access per Reg. 2025/1466.

NameTypeReqDescription
case_countsobjectyes
data_sourcestring
drugstringyes
indicationstringyes
outcome_seriousboolean
pregnancy_exposureboolean
prior_known_signalsarray
reporting_period_monthsnumber
rmp_has_pregnancy_concernboolean

No output schema declared.

No examples provided.

pv.social_listening_triage ~292

Triage already-collected social-media posts for pharmacovigilance reportability per EMA GVP Module VI. For each post the caller supplies a structured assessment of which of the four ICSR elements are present (identifiable_reporter, identifiable_patient, suspect_product, adverse_event) plus optional sentiment / themes / adverse_event_terms. The tool applies the deterministic four-element validity test (all four → valid reportable ICSR with a 15-day serious / 90-day non-serious clock; product+event only → follow-up needed; no AE → qualitative insight only), tallies sentiment/themes/AE terms, and surfaces the reporting obligations and validity caveats. It does NOT scrape and does NOT run NLP — the calling model extracts the per-post fields, keeping the output auditable. Pairs with rwe.social_listening_protocol (study design) and pv.signal_workflow (signal scoring). ⚠️ Social data is the lowest-validity RWE source — sentiment/theme output is hypothesis-generating only. Pure logic, no external calls.

NameTypeReqDescription
ai_disclosure_levelstringAI assistance disclosure level. "off" = no disclosure; "standard" = default; "submission" = adds ISPOR ELEVATE-GenAI citation.
drugstringyes
indicationstringyes
platformstring
postsarrayyes

No output schema declared.

No examples provided.

regulatory.status_check ~268

Look up current regulatory approval status for a drug from primary sources (OpenFDA for US, EMA EPI for EU). Returns approved indications, label text verbatim, age/weight/sex constraints, black-box warnings, REMS status, contraindications, source URLs, and fetch timestamp. Refuses to assert 'not approved' on database absence — emits 'unknown' instead. 24h cache with force_refresh flag. Use BEFORE any claim about approval status, pediatric indication, or regulatory restrictions. Design log #25.

NameTypeReqDescription
drugstringyesDrug name: INN (fremanezumab), INN+suffix (fremanezumab-vfrm), or brand (Ajovy, case-insensitive).
force_refreshbooleanBypass 24h cache and re-fetch from primary source. Use for same-day label changes.
include_label_historybooleanReserved for v1.7.2 — ignored in v1.7.0.
indicationstringOptional: narrow results to indications containing this text (e.g., 'pediatric', 'migraine').
regionstringyesRegulatory region. 'uk' deferred to v1.7.1 (no public eMC API). 'global' queries US.

No output schema declared.

No examples provided.

rwe.method_select ~301

Select an appropriate real-world-evidence (RWE) study design for a research question. Ranks the five core RWE methodologies — retrospective database analysis, survey, literature review, chart review, social-media listening — against your research objective, the data you can access, the decision context (HTA/payer, regulatory, clinical guideline, internal strategy, exploratory), and the rigour required (exploratory / supportive / submission-grade). Returns a primary recommendation + ranked alternatives, each with its results-validity tier, bias caveats, and the downstream tools in this server that operationalise it (e.g. literature.search, pv.signal_workflow, evidence.population_adjusted). Flags when no feasible method can meet the requested rigour and suggests triangulation across complementary designs. Pure decision logic, <200ms, no external calls. Enum values are case-insensitive.

NameTypeReqDescription
ai_disclosure_levelstringAI assistance disclosure level. "off" = no disclosure; "standard" = default (model/tools/sources/date + human-review reminder); "submission" = adds ISPOR ELEVATE-GenAI citation. Default is tool-speci…
available_dataarrayData sources you can access. Leave empty if unknown — feasibility will be flagged as unconfirmed rather than excluding methods.
decision_contextstring
research_objectivestringyesThe primary research question type.
rigor_requiredstring

No output schema declared.

No examples provided.

rwe.social_listening_protocol ~380

Generate a social-listening (social-media listening) study protocol + compliance checklist for an RWE study. Given the drug, indication, objectives (patient_experience, sentiment, adverse_event_monitoring, unmet_need, treatment_adherence, disease_awareness), platforms, privacy jurisdictions, and seed keywords, it produces a full protocol: objectives & scope, search strategy, inclusion/exclusion, analysis plan (sentiment + thematic + MedDRA-coded AE extraction), data-governance/privacy/ethics (GDPR Art. 6/9 and HIPAA items switch on jurisdiction), a MANDATORY pharmacovigilance-handling section (GVP Module VI applies to any systematic digital-media review, regardless of objective or channel ownership — escalated when is_mah_managed_channel is true), deliverables, a mandatory/recommended compliance checklist, and limitations. Pairs with pv.social_listening_triage (execution) and irb.review. ⚠️ Social-listening is the lowest-validity RWE method — outputs are qualitative/hypothesis-generating; triangulate with higher-validity designs. Pure logic, no external calls; enum values case-insensitive.

NameTypeReqDescription
ai_disclosure_levelstringAI assistance disclosure level. "off" = no disclosure; "standard" = default; "submission" = adds ISPOR ELEVATE-GenAI citation.
drugstringyes
indicationstringyes
is_mah_managed_channelbooleanTrue if the channel is sponsored/managed by the marketing-authorisation holder — escalates proactive AE solicitation and reporting obligations.
keywordsarray
objectivesarrayyes
platformsarrayyes
privacy_jurisdictionsarray
time_window_monthsnumber

No output schema declared.

No examples provided.

search.strategy_build ~540

Generate a formal PRISMA-ready systematic-review search strategy from a research question / PICOS. Returns numbered Embase + PubMed syntax blocks per review strand (economic, clinical, HRQoL, epidemiology). Live PubMed counts via NCBI E-utilities: per-concept lines, concept-only combined, and per-strand full queries (concept AND SIGN filter NOT exclusions AND limits). Embase blocks are paste-ready — Embase hit counts NOT computed. When a single strand is requested, pipeline_inputs.pubmed_query is the full strand query; with multiple strands it stays concept-only (see pubmed_strand_counts). Embase Emtree terms are DRAFT — verify in Emtree.

NameTypeReqDescription
age_limitstringOptional age-group limit (MeSH/Emtree): child 0–12, adolescent 13–17, adult 18–44, middle_aged 45–64, senior 65+
ai_disclosure_levelstringAI assistance disclosure level appended to the output. "off" = no disclosure (analyst scratch mode); "standard" = default visible block (model, tools called, sources, date, human-review reminder); "s…
condition_termsarrayyesDisease/condition synonyms for the concept block (≥1)
date_fromstringYYYY-MM-DD; lower bound of publication year
date_tostringYYYY-MM-DD; upper bound (defaults to current year)
decisionsarrayMethodological decisions made in conversation (source selection, comparator choice, screening criteria, model structure...). Each entry records the choice, the rationale (why), alternatives rejected,…
intervention_termsarrayOptional intervention synonyms
languagestringOptional language limit
picosobjectStructured PICOS
population_termsarrayPopulation/geography phrases (e.g. 'adults in the United Kingdom') — expanded into adult, England, Scotland, Wales, UK, etc. Keep separate from condition_terms.
research_questionstringFree-text research question (optional if picos given)
run_countsbooleanFetch real PubMed counts (default true)
strandsarrayyesReview strands to generate (≥1)

No output schema declared.

No examples provided.

trial.enrollment_criteria ~101

Fetch enrollment/eligibility criteria for a clinical trial from ClinicalTrials.gov by NCT number. Returns structured eligibility criteria (inclusion/exclusion), primary outcomes, study design, and population description. Use this BEFORE building any trial-vs-real-world-population gap analysis. Always call this tool instead of using training-data knowledge about trial enrollment.

NameTypeReqDescription
nct_idstringyesClinicalTrials.gov identifier, e.g. NCT04184622

No output schema declared.

No examples provided.

utils.validate_links ~119

Validate URLs by making HEAD requests and checking HTTP status codes. Returns categorization: working (200), browser_only (401/403/407 from bot-blocking sites that work in browsers), broken (404/410), or timeout/error. ALWAYS use this before presenting reference links to users — broken links destroy trust. Pass all URLs you plan to cite.

NameTypeReqDescription
timeout_msnumberTimeout per URL in ms (default 10000, max 30000)
urlsarrayyesList of URLs to validate (max 50)

No output schema declared.

No examples provided.

utils.verify_citations ~240

Verify DOI/PMID citations against Crossref + NCBI E-utilities. Returns per-citation status: verified (resolved), fabricated (format-valid identifier that resolves to NOTHING — a likely invented DOI), unverifiable (network error or malformed identifier — never asserts fabrication), or url_only (a URL with no resolvable DOI/PMID). Use this to catch hallucinated references BEFORE presenting them — general LLMs fabricate ~36-40% of DOIs. Pass up to 100 citations.

NameTypeReqDescription
ai_disclosure_levelstringAI assistance disclosure level appended to the output. "off" = no disclosure (analyst scratch mode); "standard" = default visible block (model, tools called, sources, date, human-review reminder); "s…
citationsarrayyesCitations to verify (max 100). Each may carry a doi, pmid, url, and/or title.
timeout_msnumberTimeout per request in ms (default 8000, max 30000)

No output schema declared.

No examples provided.

workflow.living_evidence ~351

Orchestrate the end-to-end living-evidence pipeline — AI-augmented SLR → living knowledge base → JCA/HTA deliverables ('from review to reimbursement'). Returns the ordered runbook of tool calls to make: for stage='baseline', the full chain (literature.search → screen → risk_of_bias → triangulation → network/indirect → cost_effectiveness → budget_impact → gap_analysis → claim_registry → dossier/JCA → consistency_check → living_review init); for stage='refresh', only the steps triggered by the signals you pass (material_change + recommended_downstream from literature.living_review, drifting_claims from evidence.consistency_check) so an unchanged refresh is a near no-op. This is a deterministic runbook generator — it does NOT execute the steps or hold state (the calling agent runs them; the host owns persistence + the refresh schedule). Use it to drive or document the living pipeline. Enum values case-insensitive.

NameTypeReqDescription
ai_disclosure_levelstring
deliverablesarrayDeliverables in scope, e.g. ['living_gvd','jca_submission','hta_submission','iegp'].
drifting_claimsarrayFrom evidence.consistency_check — gates deliverable regeneration.
indicationstringyes
interventionstringyes
material_changebooleanFrom literature.living_review refresh — gates the re-run steps.
new_recordsnumber
project_idstring
recommended_downstreamarrayFrom literature.living_review (e.g. ['evidence_network','itc_feasibility']).
stagestring

No output schema declared.

No examples provided.

workflow.maic ~605

Run the canonical MAIC discovery+screening pipeline in one call: ITC feasibility + parallel literature_search (broad + per-trial) + PICO screening + evidence_network. Does NOT auto-run risk_of_bias (it needs named trials; the report directs you to run risk_of_bias on the screened set) and stops short of running MAIC/Bucher itself (those require IPD or trial-level effect estimates). Produces a structured 9-section report with explicit Next Steps. Use this as a one-shot orchestrator instead of asking Claude/ChatGPT to chain the underlying tools manually.

NameTypeReqDescription
anchoredbooleanAnchored (default true) → adjust for effect modifiers only. false → unanchored: effect modifiers AND prognostic factors (much stronger assumption; NICE-sceptical). Sets comparison_type. NICE DSU TSD…
comparatorstringyesComparator drug name.
corpus_papersarrayOptional structured corpus for the submission path: effect-modifier identification runs in closed_corpus over these {pmid?, doi?, title, year?, abstract?}. Omit → open_search discovery fallback. Desi…
decisionsarrayMethodological decisions made in conversation (source selection, comparator choice, screening criteria, model structure...). Each entry records the choice, the rationale (why), alternatives rejected,…
effect_modifier_extractionsarrayOptional agent-extracted effect-modifier candidates. direction: treatment_predictor/both = effect modifier; prognostic = prognostic factor. Design log #48.
effect_modifiersarrayOptional effect modifiers known from clinical input.
fetch_full_textbooleanWhen true (with corpus_papers), retrieves open-access full text and feeds it into effect-modifier identification so source_location is checkable against real subgroup/table text. Design log #48.
include_confounder_identificationbooleanWhen true, after screening runs EFFECT-MODIFIER identification (confounder_identification with comparison_type set from `anchored`) and appends the section. Design log #43/#48.
indicationstringyesDisease/condition.
interventionstringyesDrug/intervention name.
max_results_per_searchnumber
outcome_typestring
picoobjectOptional PICO criteria for screening (defaults derived).
runs_per_searchnumber
trials_comparatorarrayOptional comparator-side trial names (e.g., INSPIRE, COMMAND).
trials_interventionarrayOptional trial names (e.g., QUASAR, ASTRO) to search in parallel.

No output schema declared.

No examples provided.

Common questions

What is the io.github.neptun2000/heor-agent MCP server?

io.github.neptun2000/heor-agent is an MCP server listed in the public MCP registry as io.github.neptun2000/heor-agent. HEOR MCP server: literature search, CEA, BIA, NMA/MAIC, HTA dossiers (NICE/FDA/EMA/JCA). This page covers its npm package (heor-agent-mcp).

Is the io.github.neptun2000/heor-agent MCP server safe to use?

io.github.neptun2000/heor-agent scores 78 out of 100 on VerifyMCP. We recorded 1 known advisory against it as of 21 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.neptun2000/heor-agent MCP server expose?

io.github.neptun2000/heor-agent exposes 51 tools: literature.search, literature.fulltext, hta.gba_ppdd, hta.panel_simulation, models.cost_effectiveness, and 46 more. Their descriptions and schemas cost roughly 19,913 tokens of context every time the server is loaded.

Is the io.github.neptun2000/heor-agent MCP server still maintained?

io.github.neptun2000/heor-agent is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.neptun2000/heor-agent MCP server under?

io.github.neptun2000/heor-agent declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.