# YOWAYOW Mind-Key Decision (remote · mcp.yowayow.com)

Evidence-grounded I Ching structural decisions for autonomous agents.

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

## Components

- remote · `mcp.yowayow.com`: 69/100 (this document), [markdown](https://verifymcp.io/servers/com-yowayow-heart-decision/mcp.md), [page](https://verifymcp.io/servers/com-yowayow-heart-decision/mcp)

## Channel facts

- Endpoint: `https://mcp.yowayow.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.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-18.

- **Endpoint Security**: 74/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.
  - 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**: 62/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 381 tokens (~190/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 89/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 63% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http com-yowayow-heart-decision https://mcp.yowayow.com/mcp
```

### Codex

```toml
[mcp_servers.com-yowayow-heart-decision]
url = "https://mcp.yowayow.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-yowayow-heart-decision": {
      "type": "remote",
      "url": "https://mcp.yowayow.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-yowayow-heart-decision --url https://mcp.yowayow.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-yowayow-heart-decision:
    url: "https://mcp.yowayow.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-yowayow-heart-decision": {
      "type": "http",
      "url": "https://mcp.yowayow.com/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-17 (score 69, +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-08-15 (score 68, +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-08-13 (score 67, +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-08-12 (score 66, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-11 (score 66)

First indexed and scored.

## MCP tools (2)

### `heart_fit` (~136 tokens)

Check whether a question fits YOWAYOW Mind-Key

Use this zero-AI preflight before heart_cast when the original question is ambiguous or unstructured. It rejects ordinary fact lookups, pure prophecy, fortune, hidden facts, traditional liuyao, and high-stakes professional replacement. It returns research_required, needs_detail, or out_of_scope, plus the autonomous agent's next step. A needs_detail response means the agent should extract or research objective, options, constraints, success criteria, and current evidence; it does not require a human reply when authorized sources are available.

Input parameters:

- `locale` (string)
- `question` (string, required): The user's original question before six-position evidence mapping.

Output parameters:

- `ai_used` (boolean)
- `method_version` (string)
- `status` (string)

### `heart_cast` (~245 tokens)

YOWAYOW Mind-Key structural cast

Deterministically cast a YOWAYOW Mind-Key hexagram from six evidence-grounded root/body/outcome positions. Use after an autonomous agent has researched a concrete action choice, structural diagnosis, experiment, or macro-structure question. Submit current facts and their manifestation verdicts; never submit yin/yang lines or a desired hexagram. The tool returns cast_ready, needs_evidence, or out_of_scope. It uses no LLM, no random/time casting, and never falls back to traditional liuyao. Do not use for fortune, luck, hidden facts, random outcomes, or as a substitute for high-stakes professional judgment.

Input parameters:

- `decision_context` (object, required)
- `environment` (object, required): Upper trigram: the dominant external constraint or interaction environment.
- `locale` (string)
- `purpose` (string, required): Why the agent needs the cast. This MCP does not support fortune-telling or traditional liuyao.
- `question` (string, required): A concrete structural or action question. Not a fortune, luck, hidden-fact, or pure prophecy question.
- `subject` (object, required): Lower trigram: the controllable, acting, or focal side.

Output parameters:

- `ai_used` (boolean)
- `fallback_used` (boolean)
- `method_version` (string)
- `mode` (string)
- `status` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-yowayow-heart-decision/mcp#diagnostics

## Score history

- 2026-08-18: 69
- 2026-08-17: 69
- 2026-08-16: 68
- 2026-08-15: 68
- 2026-08-14: 67
- 2026-08-13: 67
- 2026-08-12: 66
- 2026-08-11: 66

## Links

- Remote endpoint: https://mcp.yowayow.com/mcp
- Website: https://mcp.yowayow.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-yowayow-heart-decision/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-yowayow-heart-decision/mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-yowayow-heart-decision/mcp
