# Evipedia (npm · evipedia-mcp)

MCP Server for evipedia.ai — evidence-based reviews of health & longevity interventions

- Trust score: 68/100 (medium)
- Change this week: +24
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `evipedia-mcp`: 68/100 (this document), [markdown](https://verifymcp.io/servers/forever-healthy-evipedia-mcp/evipedia-mcp.md), [page](https://verifymcp.io/servers/forever-healthy-evipedia-mcp/evipedia-mcp)

## Channel facts

- Registry: `npm`
- Package: `evipedia-mcp`
- Version: `0.1.26`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 17 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1166 tokens (~166/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add forever-healthy-evipedia-mcp -- npx -y evipedia-mcp
```

### Codex

```bash
codex mcp add forever-healthy-evipedia-mcp -- npx -y evipedia-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "forever-healthy-evipedia-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "evipedia-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add forever-healthy-evipedia-mcp --command npx --arg -y --arg evipedia-mcp
```

### Hermes

```yaml
mcp_servers:
  forever-healthy-evipedia-mcp:
    command: "npx"
    args: ["-y", "evipedia-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "forever-healthy-evipedia-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "evipedia-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 68, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 64, +45)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-07-31 (score 19, −25)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 44)

First indexed and scored.

## MCP tools (7)

### `search_reviews` (~95 tokens)

Search evipedia.ai evidence reviews by name, synonym, keyword, or category. A discovery tool: returns the matching reviews (goal-qualified topic + URL) ranked by relevance so you can tell whether a review exists. To read one, pass its slug to get_conclusion (quick bottom line) or get_review (full Markdown).

Input parameters:

- `query` (string, required): Search query — intervention name, synonym, drug class, or category

### `list_reviews` (~155 tokens)

List every evidence review in the evipedia.ai catalogue. Returns a JSON array of {topic, slug}, where topic is the review's canonical topic and slug is its identifier. Pass a slug directly to get_review or get_conclusion; the full review URL is https://evipedia.ai/{slug} (raw Markdown at https://evipedia.ai/{slug}.md). A bare topic (just the intervention name, e.g. 'Rapamycin') implies the default Health & Longevity goal; a topic with an explicit goal (e.g. 'Botox for Skin Rejuvenation') is a review targeting that specific goal. Use to enumerate or browse the full catalogue; use search_reviews to find specific reviews.

### `get_conclusion` (~49 tokens)

Get just the plain-text conclusion of an evidence review.

Input parameters:

- `slug` (string, required): Review slug, e.g. 'rapamycin' (a full evipedia.ai URL is also accepted)

### `get_review` (~46 tokens)

Get the full evidence review as raw Markdown.

Input parameters:

- `slug` (string, required): Review slug, e.g. 'rapamycin' (a full evipedia.ai URL is also accepted)

### `get_metadata` (~125 tokens)

Get a review's structured medical metadata as JSON: review dates (datePublished/dateModified/lastReviewed — a freshness signal absent from the Markdown), the intervention as a typed `about` entity with alternate names, and an ordered `citation` list of primary sources (each with a PubMed `pmid` when available). Use when you need the review's freshness, machine-readable references/PMIDs, or drug classification rather than prose.

Input parameters:

- `slug` (string, required): Review slug, e.g. 'rapamycin' (a full evipedia.ai URL is also accepted)

### `suggest_intervention` (~138 tokens)

Suggest a new intervention for evipedia.ai to review. Submits to evipedia's public suggestion form (the same one at evipedia.ai/suggest). Use only when the user explicitly wants to propose a new intervention — this sends a message to the evipedia team.

Input parameters:

- `email` (string): Optional submitter email, so the evipedia team can follow up
- `goal` (string): Optional health or longevity goal the intervention targets
- `intervention` (string, required): Name of the intervention to suggest (e.g. 'Urolithin A')
- `references` (string): Optional supporting references or links

### `get_version` (~30 tokens)

Get the running evipedia MCP server's package name and version. Useful to confirm which build is loaded.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/forever-healthy-evipedia-mcp/evipedia-mcp#diagnostics

## Score history

- 2026-08-03: 68
- 2026-08-02: 64
- 2026-08-01: 19
- 2026-07-31: 19
- 2026-07-30: 44
- 2026-07-28: 44
- 2026-07-27: 44

## Links

- npm package: https://www.npmjs.com/package/evipedia-mcp
- Socket report: https://socket.dev/npm/package/evipedia-mcp
- Repository: https://github.com/forever-healthy/evipedia-mcp
- Website: https://evipedia.ai/
- Changelog RSS feed: https://verifymcp.io/servers/forever-healthy-evipedia-mcp/evipedia-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/forever-healthy-evipedia-mcp/evipedia-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/forever-healthy-evipedia-mcp/evipedia-mcp
