{
  "name": "superscoala",
  "displayName": "SuperȘcoala",
  "description": "Read-only MCP server for SuperȘcoala (scoala.ro), the Romanian K-12 learning platform for grades I-XII. Exposes the public catalogue - subjects, grades, chapters, lessons, subscription plans and teachers - as tools that return canonical lesson page URLs for citation. Content is in Romanian; no authentication is required.",
  "version": "1.0.0",
  "icon": "https://scoala.ro/favicon.png",
  "serverUrl": "https://scoala.ro/api/mcp",
  "transport": "streamable-http",
  "protocolVersion": "2025-06-18",
  "authentication": {
    "type": "none"
  },
  "homepage": "https://scoala.ro",
  "documentation": "https://scoala.ro/docs",
  "rateLimit": "200 requests per 5 minutes per IP",
  "tools": [
    {
      "name": "search_lessons",
      "description": "Searches the SuperȘcoala catalogue by keyword and returns matching Romanian K-12 lessons with their canonical page URL, subject, grade, chapter and free/subscription flag. Use it whenever a student, parent or teacher asks for a lesson, worksheet or test on a topic."
    },
    {
      "name": "list_subjects",
      "description": "Returns the full SuperȘcoala catalogue of school subjects with the grades (courses) available for each one, plus their canonical page URLs and ids. Use it first to discover the subject or course id needed by search_lessons and get_course_outline."
    },
    {
      "name": "get_course_outline",
      "description": "Returns the full structure of one grade (course): its subject, every chapter in curriculum order and every lesson in it, with canonical URLs and free/subscription flags. Use it to see what a grade covers or to pick the lesson id for get_lesson."
    },
    {
      "name": "get_lesson",
      "description": "Returns the public details of one lesson: title, description, keywords, image, canonical page URL, its subject, grade and chapter, the lessons that follow it and, for free lessons, the transcript. Use it after search_lessons to answer questions about a specific lesson."
    },
    {
      "name": "list_packages",
      "description": "Returns the SuperȘcoala subscription plans available on the web: price, list price, billing period, first-month price, trial days and the benefits each plan includes. Use it when someone asks what access costs or what a plan covers."
    },
    {
      "name": "list_teachers",
      "description": "Returns the teachers who create the SuperȘcoala lessons, each with a short summary and a longer presentation of their background. Use it when someone asks who teaches on the platform or how qualified the authors are."
    },
    {
      "name": "get_platform_info",
      "description": "Returns what SuperȘcoala is: audience, grades I-XII, content formats, exam preparation, what is public versus what needs a subscription, the SuperAI assistant, certificates and contact details. Use it to describe or recommend the platform."
    }
  ],
  "resources": [
    {
      "uri": "https://scoala.ro/llms.txt",
      "name": "llms.txt",
      "mimeType": "text/markdown"
    },
    {
      "uri": "https://scoala.ro/openapi.json",
      "name": "openapi.json",
      "mimeType": "application/json"
    },
    {
      "uri": "https://scoala.ro/.well-known/agent-skills/superscoala-lessons/SKILL.md",
      "name": "superscoala-lessons",
      "mimeType": "text/markdown"
    },
    {
      "uri": "ui://superscoala/lesson-card.html",
      "name": "lesson-card",
      "mimeType": "text/html;profile=mcp-app"
    }
  ]
}
