Odel
heor agent mcp

heor agent mcp

Local
@neptun20008TypeScriptMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmheor-agent-mcpv1.35.0

Run

npx -y heor-agent-mcp

MCP client config

{
  "mcpServers": {
    "heor-agent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "heor-agent-mcp"
      ]
    }
  }
}