Claude Code
CCclaude mcp add --transport http quizzz https://mcp.quizzz.link/mcpModel Context Protocol / OAuth 2.1
Quizzz MCP turns a conversation into real quizzes, student links, classroom work, and learning evidence — with the teacher in control of every account action.
One URL. OAuth sign-in. No API key to copy.
https://mcp.quizzz.link/mcpGenerate validated quizzes from natural language.
Return Magic Links, QR codes, and classroom assignments.
Read results, activity, and student weak spots.
Quick setup
Choose a client, paste the endpoint, and let its browser open the standard Quizzz OAuth consent screen. The connector only acts inside the teacher account that authorizes it.
claude mcp add --transport http quizzz https://mcp.quizzz.link/mcp{
"mcpServers": {
"quizzz": { "url": "https://mcp.quizzz.link/mcp" }
}
}[mcp_servers.quizzz]
url = "https://mcp.quizzz.link/mcp"{
"mcpServers": {
"quizzz": { "httpUrl": "https://mcp.quizzz.link/mcp" }
}
}{
"servers": {
"quizzz": { "type": "http", "url": "https://mcp.quizzz.link/mcp" }
}
}Settings → Connectors → Add custom connector
https://mcp.quizzz.link/mcpTool catalog / live contract
These are the teacher- and student-scoped actions exposed by the connector. OAuth scopes, role checks, rate limits, and tenant isolation apply to every call.
get_capabilitiesDiscover supported workflows and manifest version.
OAuth / roleget_quota_statusRead the current teacher quota and usage status.
OAuth / roleget_user_infoRead the authenticated teacher or student identity.
OAuth / rolelist_quizzesList quizzes in the authenticated teacher library.
OAuth / rolesearch_quizzesSearch quizzes by title, date, or channel.
OAuth / roleget_quizRead one owned quiz and its canonical content.
OAuth / roleget_quiz_for_editingRead the editable draft and published quiz state.
OAuth / rolecreate_quizValidate and save a quiz or assessment.
OAuth / rolepatch_quizApply a targeted patch to an owned quiz.
OAuth / roleupdate_quizReplace the content of an owned quiz.
OAuth / rolevalidate_quizDry-run quiz validation without saving.
OAuth / roleduplicate_quizCopy an owned quiz into a new quiz.
OAuth / rolepreview_delete_quizPreview the consequences of deleting a quiz.
OAuth / roledelete_quizDelete an owned quiz after validation.
OAuth / rolecreate_quiz_flashcardsCreate a flashcard deck from an owned quiz.
OAuth / roleget_quiz_flashcardsRead the flashcard deck derived from a quiz.
OAuth / roleupload_question_imageHost an image for use in a quiz question.
OAuth / rolecreate_quiz_with_public_linkCreate a quiz and return a shareable exam link.
OAuth / rolecreate_assignmentAssign a quiz to students or create a promotional link.
OAuth / rolelist_assignmentsList the teacher's assignments and links.
OAuth / rolelist_my_assignmentsList assignments for the authenticated student.
OAuth / roleget_quiz_share_linksList all share links for an owned quiz.
OAuth / roleupdate_linkChange or regenerate an assignment slug.
OAuth / roleupdate_exam_typeChange an assignment's classic, guided, or interactive mode.
OAuth / roledelete_assignmentDelete an owned assignment link.
OAuth / rolerender_exam_cardRender a safe inline exam card for AI clients.
OAuth / roleget_exam_qr_codeReturn a QR image and canonical exam URL.
OAuth / rolecreate_studentAdd a student to the teacher's roster.
OAuth / rolelist_studentsList students in the teacher's roster.
OAuth / roledelete_studentRemove an owned roster student.
OAuth / roleadd_student_noteAdd a lesson note or update a profile note.
OAuth / rolelist_student_notesRead a student's profile and lesson notes.
OAuth / roleget_student_weaknessRead stored weakness reports for a student.
OAuth / rolepreview_student_mergePreview merging duplicate student records.
OAuth / rolemerge_studentsMerge duplicate student records safely.
OAuth / rolegenerate_student_practiceGenerate targeted practice for a student account.
OAuth / rolecreate_classroomCreate a teacher-owned classroom.
OAuth / rolelist_classroomsList the teacher's classrooms.
OAuth / roledelete_classroomDelete an owned classroom.
OAuth / rolelist_classroom_studentsList students in a classroom.
OAuth / roleadd_students_to_classroomAdd roster students to a classroom.
OAuth / roleremove_students_from_classroomRemove students from a classroom.
OAuth / roleassign_quiz_to_classroomAssign a quiz to an entire classroom.
OAuth / rolecreate_collectionCreate a collection of owned quizzes.
OAuth / rolelist_collectionsList quiz collections.
OAuth / roleget_collectionRead one quiz collection.
OAuth / roleupdate_collectionUpdate an owned collection.
OAuth / rolelist_foldersList quiz folders.
OAuth / rolecreate_folderCreate a quiz folder.
OAuth / roleupdate_folderRename or update a quiz folder.
OAuth / roledelete_folderDelete an empty or owned quiz folder.
OAuth / rolemove_quiz_to_folderMove a quiz into a folder.
OAuth / rolebulk_move_quizzesMove multiple quizzes in one operation.
OAuth / roleget_resultsRead completed assignment results.
OAuth / roleanalyze_resultsAnalyze performance across completed results.
OAuth / rolegenerate_review_quiz_from_resultsCreate a review quiz from observed mistakes.
OAuth / rolelist_recent_activityRead recent teacher-side activity.
OAuth / rolecreate_productCreate a teacher-owned digital product.
OAuth / roleadd_product_fileAttach a file to a digital product.
OAuth / rolepublish_productPublish a digital product for sale or download.
OAuth / role