# Anchored Hope Index™ | Mental Resilience Counseling (remote · anchoredhopeindex.com)

A professional resilience and future-orientation assessment for leaders, executives, and high-perfor

- Trust score: 61/100 (medium)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `anchoredhopeindex.com`: 61/100 (this document), [markdown](https://verifymcp.io/servers/janoliverautomation-stack-anchoredhopeindex-com/api-mcp.md), [page](https://verifymcp.io/servers/janoliverautomation-stack-anchoredhopeindex-com/api-mcp)

## Channel facts

- Endpoint: `https://anchoredhopeindex.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-09-20.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 2 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - 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**: 74/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 220 tokens (~110/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability check failed: schema churn in the 16 days we've observed: 0 tool removals, 1 breaking changes, 0 auth/transport breaks, 1 additions.
- **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.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 2 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 3 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### How do I install the Anchored Hope Index™ | Mental Resilience Counseling MCP server?

Anchored Hope Index™ | Mental Resilience Counseling is a hosted endpoint at https://anchoredhopeindex.com/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http janoliverautomation-stack-anchoredhopeindex-com 'https://anchoredhopeindex.com/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "janoliverautomation-stack-anchoredhopeindex-com": {
      "url": "https://anchoredhopeindex.com/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "janoliverautomation-stack-anchoredhopeindex-com": {
      "type": "http",
      "url": "https://anchoredhopeindex.com/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.janoliverautomation-stack-anchoredhopeindex-com]
url = "https://anchoredhopeindex.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "janoliverautomation-stack-anchoredhopeindex-com": {
      "type": "remote",
      "url": "https://anchoredhopeindex.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add janoliverautomation-stack-anchoredhopeindex-com --url 'https://anchoredhopeindex.com/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  janoliverautomation-stack-anchoredhopeindex-com:
    url: "https://anchoredhopeindex.com/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "janoliverautomation-stack-anchoredhopeindex-com": {
      "Transport": "http",
      "Url": "https://anchoredhopeindex.com/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add janoliverautomation-stack-anchoredhopeindex-com -t streamable-http -u 'https://anchoredhopeindex.com/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "janoliverautomation-stack-anchoredhopeindex-com": {
      "type": "http",
      "url": "https://anchoredhopeindex.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-09-10 (score 61, −2)

- [security regression] Stability: 0.17 → fail
- [security regression] A breaking change shipped without a version bump: still 1.0.0
- [functional regression] “run_anchored_hope_index” made “agency” required, so existing callers break
- [functional regression] “run_anchored_hope_index” made “emotionalEndurance” required, so existing callers break
- [functional regression] “run_anchored_hope_index” made “futureDirection” required, so existing callers break
- [functional regression] “run_anchored_hope_index” made “meaning” required, so existing callers break
- [functional regression] “run_anchored_hope_index” made “motivationStability” required, so existing callers break
- [functional regression] “run_anchored_hope_index” made “stressStability” required, so existing callers break
- [functional regression] “run_anchored_hope_index” made “supportConnection” required, so existing callers break

### 2026-09-08 (score 63, +1)

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

### 2026-09-06 (score 62, +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-09-05 (score 61, +5)

- [functional regression] Schema quality: 118 → 220
- [functional improvement] Tool coverage: 0% → 100%
- [functional improvement] Stability: unverified → 0.03
- [functional improvement] Tool “run_anchored_hope_index” now declares an output schema
- [functional] First check of Tool coverage: 100
- [functional] Schema quality: fair → good
- [functional] New tool “get_framework_metadata”
- [cosmetic] “run_anchored_hope_index” reworded the description of “agency”
- [cosmetic] “run_anchored_hope_index” reworded the description of “emotionalEndurance”
- [cosmetic] “run_anchored_hope_index” reworded the description of “futureDirection”
- [cosmetic] “run_anchored_hope_index” reworded the description of “meaning”
- [cosmetic] “run_anchored_hope_index” reworded the description of “motivationStability”
- [cosmetic] “run_anchored_hope_index” reworded the description of “stressStability”
- [cosmetic] “run_anchored_hope_index” reworded the description of “supportConnection”
- [cosmetic] Tool “run_anchored_hope_index” changed its title: Run Anchored Hope Index™

### 2026-09-04 (score 56)

First indexed and scored.

## MCP tools (2)

### `run_anchored_hope_index` (~157 tokens)

Run Anchored Hope Index™

Educational, non-clinical structured reflection on hope and resilience. This tool provides educational information only and is not a clinical assessment or medical advice.

Input parameters:

- `agency` (number, required): Agency & Pathway Belief (1-5)
- `emotionalEndurance` (number, required): Emotional Endurance (1-5)
- `futureDirection` (number, required): Future Orientation (1-5)
- `meaning` (number, required): Meaning & Purpose (1-5)
- `motivationStability` (number, required): Motivation Stability (1-5)
- `stressStability` (number, required): Stress Stability (1=high drift, 5=very stable)
- `supportConnection` (number, required): Support & Relational Anchor (1-5)

Output parameters:

- `category` (string)
- `disclaimer` (string)
- `domainScores` (array)
- `educationalInterpretation` (string)
- `nextSteps` (array)
- `priorityReflectionAreas` (array)
- `resultBand` (string)
- `resultBandLabel` (string)
- `safety` (object)
- `score` (number)
- `tool` (string)
- `totalScore` (number)

### `get_framework_metadata` (~44 tokens)

Get Anchored Hope Index™ Framework Metadata

Returns the scoring framework metadata: seven resilience domains, five result bands with score ranges, and the Likert scale definition. No arguments required. Read-only, no PII.

Output parameters:

- `disclaimer` (string)
- `domains` (array)
- `likertScale` (object)
- `resultBands` (array)
- `tool` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/janoliverautomation-stack-anchoredhopeindex-com/api-mcp#diagnostics

## Score history

- 2026-09-20: 61
- 2026-09-19: 61
- 2026-09-18: 61
- 2026-09-17: 61
- 2026-09-16: 61
- 2026-09-15: 61
- 2026-09-14: 61
- 2026-09-13: 61
- 2026-09-12: 61
- 2026-09-11: 61
- 2026-09-10: 61
- 2026-09-09: 63
- 2026-09-08: 63
- 2026-09-07: 62
- 2026-09-06: 62
- 2026-09-05: 61
- 2026-09-04: 56

## Common questions

### What is the Anchored Hope Index™ | Mental Resilience Counseling MCP server?

Anchored Hope Index™ | Mental Resilience Counseling is an MCP server listed in the public MCP registry as io.github.janoliverautomation-stack/anchoredhopeindex-com. A professional resilience and future-orientation assessment for leaders, executives, and high-perfor. This page covers its hosted endpoint (https://anchoredhopeindex.com/api/mcp).

### Is the Anchored Hope Index™ | Mental Resilience Counseling MCP server safe to use?

Anchored Hope Index™ | Mental Resilience Counseling scores 61 out of 100 on VerifyMCP. 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 Anchored Hope Index™ | Mental Resilience Counseling MCP server expose?

Anchored Hope Index™ | Mental Resilience Counseling exposes 2 tools: run_anchored_hope_index, get_framework_metadata. Their descriptions and schemas cost roughly 201 tokens of context every time the server is loaded.

### Does the Anchored Hope Index™ | Mental Resilience Counseling MCP server require authentication?

No. We connected to Anchored Hope Index™ | Mental Resilience Counseling without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Anchored Hope Index™ | Mental Resilience Counseling MCP server still maintained?

Anchored Hope Index™ | Mental Resilience Counseling is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://anchoredhopeindex.com/api/mcp
- Website: https://anchoredhopeindex.com/
- Changelog RSS feed: https://verifymcp.io/servers/janoliverautomation-stack-anchoredhopeindex-com/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/janoliverautomation-stack-anchoredhopeindex-com/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/janoliverautomation-stack-anchoredhopeindex-com/api-mcp
