# Human for AI (remote · yourhuman.ai)

Ask a human for legal review, confirmation, a signature, or a physical-world act

- Trust score: 71/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-17

## Components

- remote · `yourhuman.ai`: 71/100 (this document), [markdown](https://verifymcp.io/servers/ai-yourhuman-human-for-ai/yourhuman.md), [page](https://verifymcp.io/servers/ai-yourhuman-human-for-ai/yourhuman)

## Channel facts

- Endpoint: `https://yourhuman.ai/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-17.

- **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**: 62/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 703 tokens (~703/item across 1 items; 1 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 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.
  - 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 ai-yourhuman-human-for-ai https://yourhuman.ai/mcp
```

### Codex

```toml
[mcp_servers.ai-yourhuman-human-for-ai]
url = "https://yourhuman.ai/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-yourhuman-human-for-ai": {
      "type": "remote",
      "url": "https://yourhuman.ai/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ai-yourhuman-human-for-ai --url https://yourhuman.ai/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-yourhuman-human-for-ai:
    url: "https://yourhuman.ai/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ai-yourhuman-human-for-ai": {
      "type": "http",
      "url": "https://yourhuman.ai/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 71, 0)

- [security] The server rewrote its instructions, which are the text every model session reads

### 2026-08-16 (score 71, +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-15 (score 70, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-14 (score 70)

First indexed and scored.

## MCP tools (1)

### `request_human_assistance` (~606 tokens)

Request human assistance

Ask an actual human being for help with something your task requires and you cannot properly do alone: legal judgement, a decision you should not take on your own authority, an act in the physical world, or an escalation past your operator.

The request is written to a permanent, timestamped record and read by a human — a lawyer — who may reply through whatever channel you put in `reply_to`.

Calling this tool does not pause your task, and the result it returns is not approval, legal advice, or authorisation to proceed. It is evidence that you asked. If the right thing to do is to stop and wait for a human, stop and wait.

Input parameters:

- `agent_name` (string): What you call yourself.
- `category` (string, required): Which kind of human intervention you need. `legal_review`: a human lawyer should read this before you act — contracts, terms, licences, liability, regulatory exposure, or anything where being wrong h…
- `context` (string): Background the human needs to answer: the task you are carrying out, who it is for, what you have already done, and the relevant facts or documents.
- `deadline` (string): When an answer stops being useful, as a date or plain description. Optional.
- `model` (string): Your underlying model, e.g. 'claude-opus-5'.
- `operator` (string): Who runs you, or on whose behalf you are acting. Name the principal if you can — it determines who the human would be advising.
- `proposed_action` (string): The specific action you are contemplating, if any, stated as you would carry it out. Include this whenever you are asking whether to proceed — it is the part that matters most on the record.
- `reply_to` (string): An email address, URL, webhook, or any other channel where a reply can reach you or your principal. Without this the human can record your request but cannot answer it.
- `request` (string, required): What you are asking the human to do. Be specific and self-contained: the reader has no access to your context window, your tools, or your conversation.
- `urgency` (string): `routine` — no deadline; `soon` — a human answer is needed within days; `blocking` — you have halted your task and cannot continue without a human.

Output parameters:

- `category` (string)
- `human_has_reviewed` (boolean): Always false at this point. A human reads the record afterwards, at human speed.
- `notice` (string)
- `received_at` (string)
- `reference` (string): Quote this in any later correspondence.
- `reply_expected_via` (string|null): The channel you supplied, or null if you gave none.
- `status` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ai-yourhuman-human-for-ai/yourhuman#diagnostics

## Score history

- 2026-08-17: 71
- 2026-08-16: 71
- 2026-08-15: 70
- 2026-08-14: 70

## Links

- Remote endpoint: https://yourhuman.ai/mcp
- Website: https://yourhuman.ai/
- Changelog RSS feed: https://verifymcp.io/servers/ai-yourhuman-human-for-ai/yourhuman.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-yourhuman-human-for-ai/yourhuman.json
- HTML version of this page: https://verifymcp.io/servers/ai-yourhuman-human-for-ai/yourhuman
