SCHOOL101
БесплатноНе проверенA unified Model Context Protocol server that consolidates global educational platforms, enabling AI agents to seamlessly integrate with Canvas LMS, K-12 standar
Описание
A unified Model Context Protocol server that consolidates global educational platforms, enabling AI agents to seamlessly integrate with Canvas LMS, K-12 standards, assessment tools, and educational data analytics.
README
Production-ready TypeScript MCP server foundation for Cloudflare Workers, focused on Africa and South Africa education, with Android-ready contracts.
Highlights
- Cloudflare Worker MCP transport (
POST /mcp) - 27 validated education tools across curriculum, study, STEM, language, assessment, progress, teacher, and accessibility workflows
- South Africa CAPS-first curriculum metadata with Africa extension placeholders
- Security-by-default hooks: token verification, role checks, approval gate, audit logging
- Optional D1-backed teacher progress history and dashboard flows, with Android integration contracts and offline sync hook conventions
Architecture
src/server- MCP transport, JSON-RPC handling, route registrationsrc/tools- tool catalog, validation schemas, execution mappingsrc/domain- curriculum, assessment, progress, language, STEM, teacher, accessibility logicsrc/security- auth, policy, approval, audit hookssrc/integrations- Canvas/Google Classroom placeholderssrc/android- endpoint conventions and JSON contract examples
Tool Catalog
Curriculum
- list_curriculum_frameworks
- get_subjects_by_grade
- get_learning_objectives
Study and Revision
- create_study_plan
- spaced_repetition_schedule
- generate_revision_pack
STEM
- solve_math_stepwise
- generate_math_practice
- explain_science_concept
- generate_science_quiz
Language
- language_reading_passage
- language_comprehension_questions
- grammar_practice_generator
Assessment
- generate_exam_paper
- generate_assignment
- rubric_generator
- mark_scheme_generator
Progress and Analytics
- record_student_progress
- identify_learning_gaps
- recommend_interventions
- class_progress_summary
- get_student_progress_history
- teacher_dashboard
Teacher Workflow
- lesson_plan_generator
- classroom_activity_generator
Accessibility
- simplify_text_for_level
- dyslexia_friendly_format
All tools are strongly validated using Zod and include locale/country/grade/phase/language context support. Progress history and dashboard tools degrade safely when D1 is not configured.
MCP Examples
Initialize
{"jsonrpc":"2.0","id":1,"method":"initialize"}
List tools
{"jsonrpc":"2.0","id":2,"method":"tools/list"}
Call tool
{
"jsonrpc": "2.0",
"id": 3,
"method": "tools/call",
"params": {
"name": "create_study_plan",
"arguments": {
"topic": "Linear Equations",
"weeks": 4,
"locale": "en-ZA",
"country": "ZA",
"grade": "8",
"phase": "senior",
"language": "English"
}
}
}
Security Model
- Token verification hook:
src/security/auth.ts(stub; replace with JWT/OIDC) - Role-aware authorization:
student,teacher,lecturer,admin - Approval gate: destructive tool
record_student_progressrequires approval code - Audit trail stub: tool usage event logging in
src/security/audit.ts - Rate limit strategy: configured via
RATE_LIMIT_*vars, enforce using Cloudflare edge controls/WAF
Android Integration Notes
- Endpoints:
/mcp,/health,/android/contracts - Contract helpers:
src/android/contracts.ts - Token handling: send a bearer token in the
Authorizationheader - Offline sync hook: operation IDs + retry/backoff + idempotency key
- D1-backed progress workflows are optional in local/dev mode and return safe stub notes when storage is not configured
Scripts
npm run dev- local worker via Wranglernpm run build- compile TypeScriptnpm run typecheck- strict static checksnpm run lint- alias for typechecknpm test- unit testsnpm run deploy- Cloudflare production deploy
Установка SCHOOL101
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/CA0071/WORLDCLASS-EDUCATIONAL-MCPFAQ
SCHOOL101 MCP бесплатный?
Да, SCHOOL101 MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для SCHOOL101?
Нет, SCHOOL101 работает без API-ключей и переменных окружения.
SCHOOL101 — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить SCHOOL101 в Claude Desktop, Claude Code или Cursor?
Открой SCHOOL101 на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
LibreOffice Tools
Enables AI agents to read, write, and edit Office documents via LibreOffice with token-efficient design. Supports multiple formats including DOCX, XLSX, PPTX, a
автор: passerbyflutterdannote/figma-use
Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools.
автор: dannoteLogo.dev
Search and retrieve company logos by brand or domain. Customize size, format, and theme to match your design needs. Accelerate design, prototyping, and content
автор: NOVA-3951PIX4Dmatic
Enables GUI automation for controlling PIX4Dmatic on Windows through MCP. Supports launching, focusing, capturing screenshots, sending hotkeys, clicking UI elem
автор: jangjo123Compare SCHOOL101 with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории design
