Skip to content
Back to search
100
MCP live MCP 2025-11-25

mcp.moltlinestudio.com

mcp.moltlinestudio.com/educator

MCP endpoint submitted at 2026-08-20T00:43:11+00:00

Uptime
100.0%
1 direct probes · 30d
Response
904ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

list_products

List the 8 educator products with their included skills. FREE. Takes no arguments. Typical input {} returns a list of 8 product objects, each {"slug": "curriculum-architect-hs", "name": ..., "tagline…

get_free_skill

Load a product's free gateway skill with its complete instructions. FREE. Typical input {"slug": "curriculum-architect-hs"} returns {"slug": ..., "skill": "<skill name>", "instructions": "<full skill…

readability_report

Analyze teaching text with Flesch-Kincaid readability and leveling advice. FREE. Typical input {"text": "<passage>", "target_grade": 6} returns {"flesch_kincaid_grade": 8.2, "reading_ease": 62.1, "se…

get_full_product

Load one product in full: its persona plus every paid skill. PREMIUM (license). Typical input {"slug": "curriculum-architect-hs"} returns {"slug": ..., "name": ..., "persona": "<persona text>", "skil…

get_full_skill

Load one paid skill's complete instructions from a product. PREMIUM (license). Typical input {"slug": "curriculum-architect-hs", "skill_name": "unit-planner"} returns {"slug": ..., "skill": ..., "ins…

grade_curve

Summarize how an assessment landed: stats, bands, and outliers. FREE. Reports mean, median, std dev, quartiles, distribution by percentage band, and flagged low outliers. Typical input {"scores": [88…

lesson_timer

Split a class period into timed segments with sensible weighting. FREE. The opener and closer get less time; core activities get more. Typical input {"minutes": 50, "segments": ["Warm-up", "Direct in…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mcp.moltlinestudio.com": {
      "url": "https://mcp.moltlinestudio.com/educator",
      "transport": "http"
    }
  }
}