Canvas
AI 与智能体by aryankeluskar
Canvas MCP is a collection of Canvas LMS tools for the model context protocol. This allows you to query your courses and get help for your assignments in the AI app of your choice!
Tools (13)
get_coursesRetrieve all available Canvas courses for the current user. Returns a dictionary mapping course names to their corresponding IDs.
get_modulesRetrieve all modules within a specific Canvas course.
get_module_itemsRetrieve all items within a specific module in a Canvas course.
get_file_urlGet the direct download URL for a file stored in Canvas.
get_course_assignmentsRetrieve all assignments for a specific Canvas course.
get_assignments_by_course_nameRetrieve all assignments for a Canvas course using its name.
get_canvas_coursesAlias for get_courses - retrieve all Canvas courses.
get_gradescope_coursesRetrieve all Gradescope courses for the current user.
get_gradescope_course_by_nameFind a Gradescope course by name.
get_gradescope_assignmentsRetrieve all assignments for a Gradescope course.
get_gradescope_assignment_by_nameFind a Gradescope assignment by name.
get_cache_statsGet cache statistics for debugging purposes. Returns hit/miss counts and cache size.
clear_cacheClear all cached data. Use this if you need fresh data from Canvas or Gradescope.