{
  "$schema": "https://modelcontextprotocol.io/schema/server-card/v1.json",
  "serverInfo": {
    "name": "zayniev-mcp-server",
    "title": "Ilgiz Zayniev Plays Repertoire & Portfolio MCP",
    "version": "1.0.0",
    "description": "Model Context Protocol server for searching and retrieving information about plays, theatre productions, and biography of Tatar playwright and director Ilgiz Zayniev."
  },
  "transport": {
    "type": "sse",
    "endpoint": "https://zayniev.com/sse"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    },
    "prompts": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "get_plays_catalog",
      "description": "Get structured list of all 27 plays with genres, premiere years, synopsis and theatres",
      "inputSchema": {
        "type": "object",
        "properties": {
          "language": {
            "type": "string",
            "enum": ["ru", "en", "tt"],
            "default": "ru"
          }
        }
      }
    },
    {
      "name": "get_author_biography",
      "description": "Get Ilgiz Zayniev biography, awards, Kamal theatre and Ekiyat theatre roles",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    }
  ]
}
