Education Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Education Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
AI-powered education tools for teachers and students via the Model Context Protocol.
Generate quizzes, lesson plans, flashcards, concept explanations, exercises, and grading rubrics — all from your AI assistant.
| Tool | Description |
|---|---|
generate_quiz | Multiple choice, true/false, and fill-in-blank quizzes from any topic |
generate_lesson_plan | Structured lesson plans with Bloom's taxonomy objectives, timed activities, assessment, and differentiation |
generate_flashcards | Spaced repetition flashcard decks with hints, tags, and Leitner review schedules |
explain_concept | Age-appropriate explanations at beginner/intermediate/expert levels with analogies and examples |
generate_exercise | Math, physics, chemistry, biology, and CS exercises with step-by-step solutions |
grade_rubric | Grading rubrics for essays, presentations, projects, lab reports, and code assignments |
search_papers | Search 250M+ open-access papers via the OpenAlex API — free, no auth |
get_author_profile | Researcher profile with affiliations, h-index, publication count (OpenAlex) |
get_citation_stats | Per-year citation counts and breakdown for a paper or author (OpenAlex) |
format_citation | Format references in APA / MLA / Chicago / BibTeX from a DOI or OpenAlex ID |
Add to your claude_desktop_config.json:
{
"mcpServers": {
"education": {
"command": "npx",
"args": ["-y", "education-mcp"]
}
}
}npx education-mcpgenerate_quiz({
topic: "photosynthesis",
question_count: 10,
question_types: ["multiple_choice", "true_false"],
difficulty: "medium"
})generate_lesson_plan({
topic: "fractions",
subject: "Mathematics",
grade_level: "5th grade",
duration_minutes: 45,
include_homework: true
})generate_flashcards({
topic: "Spanish irregular verbs",
card_count: 20,
difficulty: "medium",
include_hints: true
})explain_concept({
concept: "gravity",
level: "beginner",
age_group: "elementary",
include_analogy: true
})generate_exercise({
topic: "kinematics",
subject: "physics",
exercise_count: 5,
difficulty: "hard",
show_steps: true
})grade_rubric({
assignment_title: "Research Paper on Climate Change",
assignment_type: "essay",
total_points: 100,
scale_levels: 4
})| Free | Pro ($9.99/month) | |
|---|---|---|
| Calls per month | 30 | Unlimited |
| All 6 tools | Yes | Yes |
| Custom templates | No | Yes |
| Priority generation | No | Yes |
npm install
npm run build
npm testnpm test # single run
npm run test:watch # watch mode
npm run test:coverage # with coverageThis tool generates educational content for reference purposes. Teachers should review all generated content before classroom use. This is not a substitute for professional curriculum development.
MIT - SceneView Tools
See TERMS.md and PRIVACY.md for full legal details.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.