{
  "protocolVersion": "0.3.0",
  "name": "Life Retreat",
  "description": "Life Retreat by Victor Alexeev — transformation retreats, therapy and coaching. Public content tools and consultation intake.",
  "url": "https://victoralexeev-com.pages.dev/mcp",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "Life Retreat",
    "url": "https://victoralexeev.com"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "list_retreats",
      "name": "List retreats",
      "description": "List transformation retreats.",
      "tags": [
        "retreats",
        "content"
      ]
    },
    {
      "id": "search_content",
      "name": "Search content",
      "description": "Search retreats, guides and sessions.",
      "tags": [
        "search"
      ]
    },
    {
      "id": "submit_consultation",
      "name": "Book consultation",
      "description": "Submit a consultation request.",
      "tags": [
        "lead",
        "booking"
      ]
    }
  ]
}