{
  "name": "OrchestKit Docs MCP",
  "description": "Model Context Protocol server for the OrchestKit documentation (111 skills, 37 agents). Search the docs and fetch pages as Markdown.",
  "version": "8.46.0",
  "serverUrl": "https://orchestkit.yonyon.ai/api/mcp",
  "url": "https://orchestkit.yonyon.ai/api/mcp",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://orchestkit.yonyon.ai/api/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/yonatangross/orchestkit-docs-mcp",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "transport": "streamable-http",
  "transports": [
    "streamable-http",
    "stdio"
  ],
  "authentication": {
    "type": "none"
  },
  "registry": "https://registry.modelcontextprotocol.io/v0/servers?search=io.github.yonatangross/orchestkit",
  "registryName": "io.github.yonatangross/orchestkit",
  "icon": "https://orchestkit.yonyon.ai/favicon.svg",
  "logo": "https://orchestkit.yonyon.ai/favicon.svg",
  "category": "developer-tools",
  "homepage": "https://orchestkit.yonyon.ai",
  "repository": "https://github.com/yonatangross/orchestkit",
  "license": "MIT",
  "tools": [
    {
      "name": "orchestkit_docs_search",
      "description": "Search the OrchestKit documentation; returns ranked pages with titles and URLs.",
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "openWorldHint": false
      }
    },
    {
      "name": "orchestkit_docs_get",
      "description": "Fetch one OrchestKit documentation page as Markdown by its path.",
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "openWorldHint": false
      }
    }
  ]
}