Gauntlet-Incept is an MCP server implementation for generating high-quality educational content tailored to students' knowledge levels and interests. It integrates with a QTI service for question and test item handling, an LLM service for content generation, and a PostgreSQL database for data storage. The system is designed to streamline the creation of personalized learning materials, making it particularly useful for educators, e-learning platforms, and educational content creators.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Tag a question with subject, grade, standard, lesson, and difficulty. Endpoint: POST /api/question/tag
Grade a tagged question against quality standards. Endpoint: POST /api/question/grade
Generate a question based on tags or an example question. Endpoint: POST /api/question/generate
Tag an article with subject, grade, standard, and lesson. Endpoint: POST /api/article/tag
Grade a tagged article against quality standards. Endpoint: POST /api/article/grade
Generate an article based on tags or an example article. Endpoint: POST /api/article/generate