SCHOOL101

SCHOOL101

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.

Category
Visit Server

README

SCHOOLME101 MCP Server v1

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 registration
  • src/tools - tool catalog, validation schemas, execution mapping
  • src/domain - curriculum, assessment, progress, language, STEM, teacher, accessibility logic
  • src/security - auth, policy, approval, audit hooks
  • src/integrations - Canvas/Google Classroom placeholders
  • src/android - endpoint conventions and JSON contract examples

Tool Catalog

Curriculum

  1. list_curriculum_frameworks
  2. get_subjects_by_grade
  3. get_learning_objectives

Study and Revision

  1. create_study_plan
  2. spaced_repetition_schedule
  3. generate_revision_pack

STEM

  1. solve_math_stepwise
  2. generate_math_practice
  3. explain_science_concept
  4. generate_science_quiz

Language

  1. language_reading_passage
  2. language_comprehension_questions
  3. grammar_practice_generator

Assessment

  1. generate_exam_paper
  2. generate_assignment
  3. rubric_generator
  4. mark_scheme_generator

Progress and Analytics

  1. record_student_progress
  2. identify_learning_gaps
  3. recommend_interventions
  4. class_progress_summary
  5. get_student_progress_history
  6. teacher_dashboard

Teacher Workflow

  1. lesson_plan_generator
  2. classroom_activity_generator

Accessibility

  1. simplify_text_for_level
  2. 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_progress requires 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 Authorization header
  • 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 Wrangler
  • npm run build - compile TypeScript
  • npm run typecheck - strict static checks
  • npm run lint - alias for typecheck
  • npm test - unit tests
  • npm run deploy - Cloudflare production deploy

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured