{
  "name": "Claude Workshop",
  "version": "1.0.0",
  "description": "Claude Workshops: hands-on Claude workshops and AI coding training for engineering teams adopting agent workflows, code review, and delivery standards.",
  "url": "https://www.claudeworkshop.com",
  "interfaces": [
    {
      "type": "http",
      "url": "https://www.claudeworkshop.com",
      "transport": "https"
    },
    {
      "type": "mcp",
      "url": "https://www.claudeworkshop.com/mcp",
      "transport": "streamable-http"
    }
  ],
  "capabilities": [
    "training-discovery",
    "workshop-booking",
    "research-index"
  ],
  "skills": [
    {
      "id": "list-training-programs",
      "name": "List training programs",
      "description": "Return onsite, virtual, and offsite workshop formats with canonical URLs."
    },
    {
      "id": "book-workshop-sync",
      "name": "Book a workshop sync",
      "description": "Open the 15-minute booking page at https://harness.institute/call."
    },
    {
      "id": "summarize-research",
      "name": "Summarize research",
      "description": "Fetch research article metadata and summaries from the public research index."
    }
  ]
}