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

OrchestKit Docs MCP

REMOTE · ORCHESTKIT.YONYON.AI · 2 COMPONENTS · SCANNED SEP 20

Read-only MCP server for the OrchestKit docs: full-text search + Markdown fetch. No auth.

0 this week 89 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Endpoint Security80
Transport & Reachability100
Schema Quality & AI Usability86
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 182 tokens (~60/item across 3 items; 2 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 2 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
  • Supports UI / widget rendering.Pass
Install

How do I install the OrchestKit Docs MCP server?

OrchestKit Docs MCP is a hosted endpoint at https://orchestkit.yonyon.ai/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · orchestkit.yonyon.ai

# add to Claude Code
claude mcp add --transport http yonatangross-orchestkit 'https://orchestkit.yonyon.ai/api/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "yonatangross-orchestkit": {
      "url": "https://orchestkit.yonyon.ai/api/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "yonatangross-orchestkit": {
      "type": "http",
      "url": "https://orchestkit.yonyon.ai/api/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.yonatangross-orchestkit]
url = "https://orchestkit.yonyon.ai/api/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "yonatangross-orchestkit": {
      "type": "remote",
      "url": "https://orchestkit.yonyon.ai/api/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add yonatangross-orchestkit --url 'https://orchestkit.yonyon.ai/api/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  yonatangross-orchestkit:
    url: "https://orchestkit.yonyon.ai/api/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "yonatangross-orchestkit": {
      "Transport": "http",
      "Url": "https://orchestkit.yonyon.ai/api/mcp"
    }
  }
}
# add to Vellum
assistant mcp add yonatangross-orchestkit -t streamable-http -u 'https://orchestkit.yonyon.ai/api/mcp'
// mcp.json
{
  "mcpServers": {
    "yonatangross-orchestkit": {
      "type": "http",
      "url": "https://orchestkit.yonyon.ai/api/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.

  • 20 Sept 26 0
    • Server version: 10.0.0-beta.68 → 10.0.0-beta.69 functional
    • Server version: 10.0.0-beta.67 → 10.0.0-beta.68 functional
    • Server version: 10.0.0-beta.66 → 10.0.0-beta.67 functional
    • Server version: 10.0.0-beta.65 → 10.0.0-beta.66 functional
    • Server version: 10.0.0-beta.63 → 10.0.0-beta.65 functional
  • 19 Sept 26 0
    • Server version: 10.0.0-beta.60 → 10.0.0-beta.63 functional
    • Server version: 10.0.0-beta.59 → 10.0.0-beta.60 functional
    • Server version: 10.0.0-beta.58 → 10.0.0-beta.59 functional
    • Server version: 10.0.0-beta.57 → 10.0.0-beta.58 functional
    • Server version: 10.0.0-beta.55 → 10.0.0-beta.57 functional
  • 18 Sept 26 0
    • Server version: 10.0.0-beta.53 → 10.0.0-beta.55 functional
    • Server version: 10.0.0-beta.51 → 10.0.0-beta.53 functional
    • Server version: 10.0.0-beta.50 → 10.0.0-beta.51 functional
    • Server version: 10.0.0-beta.49 → 10.0.0-beta.50 functional
    • Server version: 10.0.0-beta.48 → 10.0.0-beta.49 functional
  • 17 Sept 26 0
    • Server version: 10.0.0-beta.47 → 10.0.0-beta.48 functional
    • Server version: 10.0.0-beta.46 → 10.0.0-beta.47 functional
    • Server version: 10.0.0-beta.44 → 10.0.0-beta.46 functional
    • Server version: 10.0.0-beta.43 → 10.0.0-beta.44 functional
  • 16 Sept 26 0
    • Server version: 10.0.0-beta.41 → 10.0.0-beta.43 functional
    • Server version: 10.0.0-beta.39 → 10.0.0-beta.41 functional
    • Server version: 10.0.0-beta.38 → 10.0.0-beta.39 functional
    • Server version: 10.0.0-beta.37 → 10.0.0-beta.38 functional
    • Server version: 10.0.0-beta.36 → 10.0.0-beta.37 functional
    • Server version: 10.0.0-beta.34 → 10.0.0-beta.36 functional
    • Server version: 10.0.0-beta.33 → 10.0.0-beta.34 functional
  • 15 Sept 26 0
    • Server version: 10.0.0-beta.32 → 10.0.0-beta.33 functional
    • Server version: 10.0.0-beta.30 → 10.0.0-beta.32 functional
    • Server version: 10.0.0-beta.29 → 10.0.0-beta.30 functional
    • Server version: 10.0.0-beta.28 → 10.0.0-beta.29 functional
    • Server version: 10.0.0-beta.27 → 10.0.0-beta.28 functional
    • Server version: 10.0.0-beta.26 → 10.0.0-beta.27 functional
  • 14 Sept 26 0
    • Server version: 10.0.0-beta.25 → 10.0.0-beta.26 functional
    • Server version: 10.0.0-beta.22 → 10.0.0-beta.25 functional
    • Server version: 10.0.0-beta.21 → 10.0.0-beta.22 functional
    • Server version: 10.0.0-beta.20 → 10.0.0-beta.21 functional
  • 13 Sept 26 0
    • Server version: 10.0.0-beta.18 → 10.0.0-beta.20 functional
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 20 Sept 2026 · Probed https://orchestkit.yonyon.ai/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=orchestkit.yonyon.ai CN=YR2,O=Let's Encrypt,C=US 31 Jul 2026 29 Oct 2026 RSA 2048 SHA256-RSA 51dad60cc5863ffceb610bffbe9a1f700b8
SANs: orchestkit.yonyon.ai
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of orchestkit.yonyon.ai. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
ai. present 3799 8 Verified
yonyon.ai. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
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
Header Value
strict-transport-security max-age=63072000; includeSubDomains; preload
content-security-policy default-src 'self'; script-src 'self' 'unsafe-inline'; worker-src 'self' blob:; style-src 'self' 'unsafe-inline'; img-src 'self' data: https:; font-src 'self' data:; connect-src 'self' https:; media-src 'self' https://cdn.sanity.io; frame-ancestors 'none'
x-content-type-options nosniff
x-frame-options DENY
referrer-policy strict-origin-when-cross-origin
permissions-policy camera=(), microphone=(), geolocation=()

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://orchestkit.yonyon.ai/api/mcp Verified 200
http (plaintext) http://orchestkit.yonyon.ai/api/mcp HTTPS enforced 308 https://orchestkit.yonyon.ai/api/mcp
MCP tools · 2 exposed · ~137 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
orchestkit_docs_get ~79

Fetch one OrchestKit documentation page as Markdown. Use after orchestkit_docs_search to read a page in full. Input: the page path (e.g. '/docs/getting-started/installation'). Returns the page Markdown.

NameTypeReqDescription
pathstringyesPage path, e.g. /docs/getting-started/installation

No output schema declared.

No examples provided.

orchestkit_docs_search ~58

Search the OrchestKit documentation. Use this first to find the right page for a question. Input: a query string. Returns a ranked list of pages with titles and URLs.

NameTypeReqDescription
querystringyesWhat to search for.

No output schema declared.

No examples provided.

Common questions

What is the OrchestKit Docs MCP server?

OrchestKit Docs MCP is listed in the public MCP registry as io.github.yonatangross/orchestkit. Read-only MCP server for the OrchestKit docs: full-text search + Markdown fetch. No auth. This page covers its hosted endpoint (https://orchestkit.yonyon.ai/api/mcp).

Is the OrchestKit Docs MCP server safe to use?

OrchestKit Docs MCP scores 89 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the OrchestKit Docs MCP server expose?

OrchestKit Docs MCP exposes 2 tools: orchestkit_docs_search, orchestkit_docs_get. Their descriptions and schemas cost roughly 137 tokens of context every time the server is loaded.

Does the OrchestKit Docs MCP server require authentication?

No. We connected to OrchestKit Docs MCP without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the OrchestKit Docs MCP server still maintained?

OrchestKit Docs MCP is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.