Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.StructLabs-io/runitonai-mcp

REMOTE · MCP.RUNITONAI.COM · SCANNED AUG 3

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

53 Trust /100
Trust breakdown (6 categories)

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. How we score →

Endpoint Security49
Transport & Reachability100
Schema Quality & AI Usability60
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 572 tokens (~52/item across 11 items; 11 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management10
  • Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage93
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 80% of tool parameters carry a description.Partial
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp.runitonai.com

# add to Claude Code
claude mcp add --transport http structlabs-io-runitonai-mcp https://mcp.runitonai.com/mcp
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add structlabs-io-runitonai-mcp --url https://mcp.runitonai.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  structlabs-io-runitonai-mcp:
    url: "https://mcp.runitonai.com/mcp"
// mcp.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 we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +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.

  • 1 Aug 26 0
    • Stability: unverified → 0.03 functional
  • 31 Jul 26 52

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://mcp.runitonai.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=runitonai.com CN=WE1,O=Google Trust Services,C=US 24 Jun 2026 22 Sept 2026 ECDSA 256 ECDSA-SHA256 b475f0483a77a9500e02d2bbba7df676
SANs: runitonai.com, mcp.runitonai.com, *.mcp.runitonai.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC secure

Validation of mcp.runitonai.com. Secure

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
runitonai.com. present 2371 13 Verified
mcp.runitonai.com. Verified address RRset verified with the apex keys
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.runitonai.com/mcp Verified 200
http (plaintext) http://mcp.runitonai.com/mcp Served over HTTP 200
MCP tools — 11 exposed · ~572 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
activate ~78

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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

find_playbook ~26

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

find_section ~25

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

forget_session_history ~26

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_implementation_block ~89

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).

NameTypeReqDescription
chapter_idstringyes
namestringIB name, e.g. compounding-question. Omit to list IBs in chapter.

No output schema declared.

No examples provided.

get_playbook ~26

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_session_history ~26

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_book_index ~59

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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

lookup_chapter ~164

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.

NameTypeReqDescription
access_codestringThe 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_idstringyesManuscript slug, e.g. how-ai-actually-works or appendix-b-online-reference. Full list via list_book_index.
sectionstringOptional H2 section slug within the chapter.

No output schema declared.

No examples provided.

report_telemetry ~27

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

save_session_state ~26

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.