# io.github.StructLabs-io/runitonai-mcp (remote · mcp.runitonai.com)

Read-only MCP connector serving the Run It on AI book; index and Implementation Blocks are free.

- Trust score: 53/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.runitonai.com`: 53/100 (this document), [markdown](https://verifymcp.io/servers/structlabs-io-runitonai-mcp/mcp.md), [page](https://verifymcp.io/servers/structlabs-io-runitonai-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.runitonai.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.2.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**: 49/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 11 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 check failed: the endpoint is reachable over plaintext HTTP.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 60/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 572 tokens (~52/item across 11 items; 11 tools + 0 resources), lean.
  - 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**: 93/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 80% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http structlabs-io-runitonai-mcp https://mcp.runitonai.com/mcp
```

### Codex

```toml
[mcp_servers.structlabs-io-runitonai-mcp]
url = "https://mcp.runitonai.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "structlabs-io-runitonai-mcp": {
      "type": "remote",
      "url": "https://mcp.runitonai.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add structlabs-io-runitonai-mcp --url https://mcp.runitonai.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  structlabs-io-runitonai-mcp:
    url: "https://mcp.runitonai.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "structlabs-io-runitonai-mcp": {
      "type": "http",
      "url": "https://mcp.runitonai.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-02 (score 53, +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-01 (score 52, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-07-31 (score 52)

First indexed and scored.

## MCP tools (11)

### `activate` (~78 tokens)

Start here. Returns the Run It on AI companion's full operating instructions (engagement modes, routing, voice rules, tool usage). Call this FIRST — before any other tool — when the user says "Activate Run It on AI", mentions the Run It on AI ebook, or asks for help choosing/deploying AI in their business. No authentication.

### `list_book_index` (~59 tokens)

Discovery: every valid chapter_id with its title — front matter, all chapters, AND all appendices (e.g. appendix-b-online-reference) — plus Implementation Block names per chapter. Call this whenever unsure which chapter_id to use. No authentication.

### `lookup_chapter` (~164 tokens)

Fetch a full chapter or a named section by slug — works for appendices too. Buyer-gated: pass the reader's access_code (their Gumroad license key). Unsure of the slug? Call list_book_index first.

Input parameters:

- `access_code` (string): The reader's access code: the Gumroad license key from their Run It on AI receipt (format XXXXXXXX-XXXXXXXX-XXXXXXXX-XXXXXXXX). Required unless the request carries an Authorization: Bearer token. Onc…
- `chapter_id` (string, required): Manuscript slug, e.g. how-ai-actually-works or appendix-b-online-reference. Full list via list_book_index.
- `section` (string): Optional H2 section slug within the chapter.

### `get_implementation_block` (~89 tokens)

Fetch a structured Implementation Block (reader_prompt, agent_notes, target_artifact) by chapter and name. Free to call — no access code needed; the Implementation Blocks are public (they also ship in the open-source server repo).

Input parameters:

- `chapter_id` (string, required)
- `name` (string): IB name, e.g. compounding-question. Omit to list IBs in chapter.

### `find_section` (~25 tokens)

Stub — not implemented in Phase 1. See tool response 'phase' field.

### `find_playbook` (~26 tokens)

Stub — not implemented in Phase 1. See tool response 'phase' field.

### `get_playbook` (~26 tokens)

Stub — not implemented in Phase 1. See tool response 'phase' field.

### `report_telemetry` (~27 tokens)

Stub — not implemented in Phase 1. See tool response 'phase' field.

### `get_session_history` (~26 tokens)

Stub — not implemented in Phase 1. See tool response 'phase' field.

### `save_session_state` (~26 tokens)

Stub — not implemented in Phase 1. See tool response 'phase' field.

### `forget_session_history` (~26 tokens)

Stub — not implemented in Phase 1. See tool response 'phase' field.

## Diagnostics

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

## Score history

- 2026-08-03: 53
- 2026-08-02: 53
- 2026-08-01: 52
- 2026-07-31: 52

## Links

- Remote endpoint: https://mcp.runitonai.com/mcp
- Repository: https://github.com/StructLabs-io/runitonai-mcp
- Website: https://runitonai.com/
- Changelog RSS feed: https://verifymcp.io/servers/structlabs-io-runitonai-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/structlabs-io-runitonai-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/structlabs-io-runitonai-mcp/mcp
