← scoala.ro

INDIVIDUAL MCP TOOL

get_platform_info

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.

scoala.ronone authenticationAvailability not checked

LIVE ENDPOINT

https://scoala.ro/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_platform_info and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

scoala.ro

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.superscoala]
url = "https://scoala.ro/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "superscoala": {
      "type": "http",
      "url": "https://scoala.ro/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: superscoala
Remote MCP URL: https://scoala.ro/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "superscoala": {
      "url": "https://scoala.ro/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "superscoala": {
      "type": "http",
      "url": "https://scoala.ro/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "superscoala",
  "transport": "streamable-http",
  "url": "https://scoala.ro/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_lessons — 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.
  • list_subjects — Returns the full SuperȘcoala catalogue of school subjects with the grades (courses) available for each one, plus their canonical page URLs and ids.
  • get_course_outline — 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.
  • get_lesson — 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.
  • list_packages — 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.
  • list_teachers — Returns the teachers who create the SuperȘcoala lessons, each with a short summary and a longer presentation of their background.