{
  "protocolVersion": "0.3.0",
  "name": "OrchestKit",
  "description": "Documentation and capability discovery for OrchestKit, a free, open-source plugin for Claude Code (111 skills, 37 agents, 212 hooks).",
  "url": "https://orchestkit.yonyon.ai/api/mcp",
  "preferredTransport": "JSONRPC",
  "version": "8.25.1",
  "provider": {
    "organization": "OrchestKit",
    "url": "https://orchestkit.yonyon.ai"
  },
  "documentationUrl": "https://orchestkit.yonyon.ai/llms.txt",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "search-docs",
      "name": "Search documentation",
      "description": "Full-text search across the OrchestKit documentation; returns matching pages with titles and URLs.",
      "tags": [
        "docs",
        "search"
      ],
      "examples": [
        "How do I install OrchestKit?",
        "memory knowledge graph"
      ]
    },
    {
      "id": "list-skills",
      "name": "List skills",
      "description": "List all 111 OrchestKit skills from the agent-skills discovery index.",
      "tags": [
        "skills",
        "discovery"
      ],
      "examples": [
        "What skills are available?"
      ]
    },
    {
      "id": "get-skill",
      "name": "Get a skill",
      "description": "Fetch a single skill's documentation as Markdown by name.",
      "tags": [
        "skills",
        "docs"
      ],
      "examples": [
        "Show me the implement skill"
      ]
    }
  ],
  "additionalInterfaces": [
    {
      "transport": "HTTP+JSON",
      "url": "https://orchestkit.yonyon.ai/ask"
    },
    {
      "transport": "JSONRPC",
      "url": "https://orchestkit.yonyon.ai/api/mcp"
    }
  ],
  "contact": {
    "support": "https://github.com/yonatangross/orchestkit/issues",
    "source": "https://github.com/yonatangross/orchestkit"
  }
}