# Healthy Aging Atlas (remote · healthyagingatlas.com)

Evidence-ranked supplement data: search, compare, price history, goal recs. No API key.

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

## Components

- remote · `healthyagingatlas.com`: 72/100 (this document), [markdown](https://verifymcp.io/servers/rustamismail-healthy-aging-atlas/api-mcp.md), [page](https://verifymcp.io/servers/rustamismail-healthy-aging-atlas/api-mcp)

## Channel facts

- Endpoint: `https://healthyagingatlas.com/api/mcp/`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1095 tokens (~109/item across 10 items; 10 tools + 0 resources), lean.
  - 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**: 74/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 9% of tool parameters carry a description.
  - Structured output schemas are declared (50% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http rustamismail-healthy-aging-atlas https://healthyagingatlas.com/api/mcp/
```

### Codex

```toml
[mcp_servers.rustamismail-healthy-aging-atlas]
url = "https://healthyagingatlas.com/api/mcp/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "rustamismail-healthy-aging-atlas": {
      "type": "remote",
      "url": "https://healthyagingatlas.com/api/mcp/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add rustamismail-healthy-aging-atlas --url https://healthyagingatlas.com/api/mcp/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  rustamismail-healthy-aging-atlas:
    url: "https://healthyagingatlas.com/api/mcp/"
```

### Other

```json
{
  "mcpServers": {
    "rustamismail-healthy-aging-atlas": {
      "type": "http",
      "url": "https://healthyagingatlas.com/api/mcp/"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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 72, +1)

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

### 2026-08-01 (score 71, +1)

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

### 2026-07-31 (score 70, +5)

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

### 2026-07-29 (score 65, +1)

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

### 2026-07-28 (score 64, +1)

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

### 2026-07-27 (score 63, 0)

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

### 2026-07-26 (score 63)

First indexed and scored.

## MCP tools (10)

### `search_evidence` (~196 tokens)

Search Supplement Evidence

Search published HAA supplement-goal evidence records. Returns evidence grades, mapped study counts, limitations, review dates, and clean canonical HAA sources. Contains no affiliate links or purchase recommendations. Use only for public, non-personal evidence questions. Do not call this tool for requests involving personal or sensitive health information, including medical records, medication lists, diagnoses, symptoms, laboratory results, or treatment planning. Tell the user not to submit that information and direct them to a qualified healthcare professional.

Input parameters:

- `goal` (string): Health-goal name or slug, such as sleep or heart-health.
- `limit` (integer)
- `population` (string): Population text filter, such as older adults or menopause.
- `study_type` (string)
- `supplement` (string): Supplement name or slug, such as magnesium or ashwagandha.
- `year_from` (integer)
- `year_to` (integer)

Output parameters:

- `count` (integer)
- `query` (object)
- `results` (array)
- `scope_note` (string)

### `get_evidence_summary` (~126 tokens)

Get Evidence Summary

Return one source-accurate, citable HAA summary for a supplement-goal pair, including evidence boundary, limitations, safety flags, reviewer metadata, and a clean canonical source. Contains no affiliate links. Use only for public, non-personal evidence questions. Do not call this tool for requests involving personal or sensitive health information, including medical records, medication lists, diagnoses, symptoms, laboratory results, or treatment planning. Tell the user not to submit that information and direct them to a qualified healthcare professional.

Input parameters:

- `goal` (string, required)
- `supplement` (string, required)

Output parameters:

- `citation_count` (integer)
- `claim` (string)
- `evidence_grade` (string)
- `goal` (string)
- `goal_slug` (string)
- `last_review_date`
- `limitations` (array)
- `population`
- `reviewed_by`
- `safety_boundary` (string)
- `safety_flags` (array)
- `source_url` (string)
- `supplement` (string)
- `supplement_slug` (string)
- `systematic_review_count`
- `trial_count`
- `withheld_citation_count` (integer)
- `withheld_citations` (object)

### `get_citations` (~169 tokens)

Get Claim-Level Citations

Return only PubMed-cache-verified citations that pass the repository source-accuracy audit for a published supplement-goal record. Mismatched, conflicting, or unverifiable citations are counted and withheld. Stored claim prose is never emitted without claim-level verification. Contains no affiliate links. Use only for public, non-personal evidence questions. Do not call this tool for requests involving personal or sensitive health information, including medical records, medication lists, diagnoses, symptoms, laboratory results, or treatment planning. Tell the user not to submit that information and direct them to a qualified healthcare professional.

Input parameters:

- `goal` (string, required)
- `limit` (integer)
- `study_type` (string)
- `supplement` (string, required)
- `year_from` (integer)
- `year_to` (integer)

Output parameters:

- `citations` (array)
- `count` (integer)
- `goal` (string)
- `goal_slug` (string)
- `provenance_note` (string)
- `source_url` (string)
- `supplement` (string)
- `supplement_slug` (string)
- `withheld_citations` (object)
- `withheld_count` (integer)

### `query_evidence_map` (~154 tokens)

Query Evidence Density Dataset

Query the DOI-backed HAA Supplement Evidence Density Map 2026. Returns dataset version, denominator, methods, canonical citation, and filtered rows from the published CSV. Contains no affiliate links. Use only for public, non-personal evidence questions. Do not call this tool for requests involving personal or sensitive health information, including medical records, medication lists, diagnoses, symptoms, laboratory results, or treatment planning. Tell the user not to submit that information and direct them to a qualified healthcare professional.

Input parameters:

- `cluster` (string)
- `evidence_strength` (string)
- `goal` (string)
- `limit` (integer)
- `minimum_rct_count` (integer)
- `supplement` (string)

Output parameters:

- `count` (integer)
- `dataset` (object)
- `interpretation_note` (string)
- `rows` (array)

### `compare_evidence` (~121 tokens)

Compare Supplement Evidence

Compare mapped human-evidence strength and limitations for two to five supplements for the same goal. This is an evidence comparison, not a product ranking or purchase recommendation, and contains no affiliate links. Use only for public, non-personal evidence questions. Do not call this tool for requests involving personal or sensitive health information, including medical records, medication lists, diagnoses, symptoms, laboratory results, or treatment planning. Tell the user not to submit that information and direct them to a qualified healthcare professional.

Input parameters:

- `goal` (string, required)
- `supplements` (array, required)

Output parameters:

- `comparands` (array)
- `comparison_note` (string)
- `goal` (string)
- `source_urls` (array)
- `strongest_to_weakest` (array)

### `search_supplements` (~69 tokens)

Search Products (Commerce)

Legacy commerce tool. Search catalog products by name, ingredient, or brand. Results may contain affiliate URLs; use search_evidence for commerce-free clinical evidence.

Input parameters:

- `demographic` (string)
- `goal` (string)
- `limit` (integer)
- `query` (string, required)

### `get_product` (~44 tokens)

Get Product (Commerce)

Legacy commerce tool. Retrieve product-quality, certification, price, availability, and affiliate purchase data. Use get_evidence_summary for clinical evidence.

Input parameters:

- `product_id` (string, required)

### `compare_supplements` (~48 tokens)

Compare Products (Commerce)

Legacy comparison tool that may include catalog and affiliate data. Use compare_evidence for a commerce-free evidence comparison.

Input parameters:

- `supplement_a` (string, required)
- `supplement_b` (string, required)

### `get_price_history` (~34 tokens)

Get Price History (Commerce)

Legacy commerce tool. Retrieve retailer price observations and freshness; contains no clinical efficacy conclusion.

Input parameters:

- `product_id` (string, required)

### `recommend_for_goal` (~64 tokens)

Recommend Products for Goal (Commerce)

Legacy commerce tool. Returns catalog/product rankings and may contain affiliate URLs. Rankings are not clinical-evidence grades or personalized advice.

Input parameters:

- `budget_usd` (number)
- `demographic` (string)
- `goal` (string, required)
- `limit` (integer)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/rustamismail-healthy-aging-atlas/api-mcp#diagnostics

## Score history

- 2026-08-03: 72
- 2026-08-02: 71
- 2026-08-01: 71
- 2026-07-31: 70
- 2026-07-30: 65
- 2026-07-29: 65
- 2026-07-28: 64
- 2026-07-27: 63
- 2026-07-26: 63

## Links

- Remote endpoint: https://healthyagingatlas.com/api/mcp/
- Repository: https://github.com/RustamIsmail/healthyagingatlas-mcp
- Changelog RSS feed: https://verifymcp.io/servers/rustamismail-healthy-aging-atlas/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/rustamismail-healthy-aging-atlas/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/rustamismail-healthy-aging-atlas/api-mcp
