# heor-agent-mcp

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add neptun2000-70zu/heor-agent-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list neptun2000-70zu/heor-agent-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get neptun2000-70zu/heor-agent-mcp literature_search

# Call a tool
npx -y @smithery/cli@latest tool call neptun2000-70zu/heor-agent-mcp literature_search '{}'
```

## Direct MCP Connection

Endpoint: `https://heor-agent-mcp--neptun2000-70zu.run.tools`

## Tools (7)

- `literature_search` — Search PubMed, ClinicalTrials.gov, bioRxiv/medRxiv, ChEMBL, FDA Orange Book, FDA Purple Book, enterprise sources (Embas…
- `cost_effectiveness_model` — Build a cost-utility analysis (ICER, QALY, PSA, sensitivity analysis) for a drug vs comparator. Follows ISPOR good prac…
- `hta_dossier_prep` — Structure evidence into HTA body-specific submission format (NICE STA, EMA, FDA, IQWiG, HAS, EU JCA). Produces draft se…
- `knowledge_search` — Search a project's knowledge base (raw/ and wiki/) for text matches. Returns file paths with line numbers and snippets.…
- `knowledge_read` — Read a file from a project's raw/ or wiki/ tree. Path is relative to project root. Only raw/ and wiki/ subtrees accessi…
- `knowledge_write` — Write a file to the project's wiki/ tree. Path MUST start with 'wiki/' and end with '.md'. Use this to compile/organize…
- `project_create` — Initialize a new HEOR project workspace with directory skeleton and project.yaml metadata. Idempotent — returns existin…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get neptun2000-70zu/heor-agent-mcp <tool-name>
```
