INDIVIDUAL MCP TOOL
list_teachers
Returns the teachers who create the SuperȘcoala lessons, each with a short summary and a longer presentation of their background.
LIVE ENDPOINT
https://scoala.ro/api/mcp
Connect to this endpoint to inspect the live schema for list_teachers and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.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.