mcpbeat

Runitonai MCP Server

io.github.StructLabs-io/runitonai-mcp
answering

Runitonai MCP is answering right now. Last checked 3 min ago. It exposes 11 tools. Last commit 31 Jul 2026.

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

Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
91 of 91 checks
11
Tools
read from the server
78 ms
Response time
average over 24h
0
Stars
last commit 31 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add runitonai-mcp --transport http https://mcp.runitonai.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "runitonai-mcp": {
      "url": "https://mcp.runitonai.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.runitonai-mcp]
url = "https://mcp.runitonai.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "runitonai-mcp": {
      "url": "https://mcp.runitonai.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "runitonai-mcp": {
      "url": "https://mcp.runitonai.com/mcp"
    }
  }
}

Available tools 11

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

playbook
find_playbook
Stub — not implemented in Phase 1. See tool response 'phase' field.
get_playbook
Stub — not implemented in Phase 1. See tool response 'phase' field.
activate
activate
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.
book
list_book_index
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.
forget
forget_session_history
Stub — not implemented in Phase 1. See tool response 'phase' field.
implementation
get_implementation_block
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).
lookup
lookup_chapter
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.
report
report_telemetry
Stub — not implemented in Phase 1. See tool response 'phase' field.
save
save_session_state
Stub — not implemented in Phase 1. See tool response 'phase' field.
section
find_section
Stub — not implemented in Phase 1. See tool response 'phase' field.
session
get_session_history
Stub — not implemented in Phase 1. See tool response 'phase' field.

Endpoints

URLTransportStateLatencyChecked
https://mcp.runitonai.com/mcp streamable-http answering 91 ms 3 min ago

Runitonai MCP — questions

Answers built from our own checks of this server.

What can Runitonai MCP do?
It exposes 11 tools, read directly from the server on our last check. Among them: activate, find_playbook, find_section, forget_session_history, get_implementation_block, get_playbook and 5 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Runitonai MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 78 ms. The bar chart above shows every period we have measured.
How do I connect Runitonai MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Runitonai MCP need an API key?
No. Runitonai MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 11 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Runitonai MCP?
It answers our handshake in 78 ms on average, which is faster than 91% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Runitonai MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.