Learning Resources
scoala.ro
Provides tools to search, browse, and retrieve details about Romanian K-12 educational lessons, subjects, course outlines, and subscription plans from the SuperȘcoala catalogue.
ENDPOINT 1
https://scoala.ro/api/mcp
MCP server metadata
- Name
- superscoala
- Version
- 1.0.0
SuperȘcoala is a Romanian K-12 (grades I-XII) learning platform. The tools are read-only and need no authentication. Search returns lessons with their canonical page URLs: always cite the `url` field, never an API or a media URL. The catalogue and its metadata are public, while videos, worksheets and tests need a subscription, so when `is_free` is false point users to https://scoala.ro/packages. The content is in Romanian. Rate limit: 200 requests / 5 minutes per IP.
Known tools 7
search_lessonsSearches 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.
Inferred read-onlylist_subjectsReturns the full SuperȘcoala catalogue of school subjects with the grades (courses) available for each one, plus their canonical page URLs and ids.
Inferred read-onlyget_course_outlineReturns 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.
Inferred read-onlyget_lessonReturns 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.
Inferred read-onlylist_packagesReturns 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.
Inferred read-onlylist_teachersReturns the teachers who create the SuperȘcoala lessons, each with a short summary and a longer presentation of their background.
Potential side effectsget_platform_infoReturns 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.