← Back to search Server uses network capabilities via: httpx, urllib Server uses filesystem capabilities via: open(), os, pathlib Server uses env_vars capabilities via: os.environ
io.github.admin978/canvas-mcp
Local-first MCP server for Canvas LMS. Stdio transport, no third-party broker.
C
73.6 / 100
Versions
0.1.1latestfirst seen May 19, 2026
Tools 10
list_courses annotations: none low
List enrolled courses. Returns id, name, course_code.
active_only bool
list_assignments annotations: none low
List assignments in a course. Includes due_at, points, submission status.
course_id int include_submissions bool
upcoming_events annotations: none low
Upcoming planner items (assignments, calendar events) across all courses. Canvas returns roughly the next two weeks.
planner_items annotations: none low
Planner items for the user. ISO dates (YYYY-MM-DD).
end_date string start_date string
list_announcements annotations: none low
Course announcements.
course_id int
list_modules annotations: none low
Course modules with items.
course_id int with_items bool
get_file_info annotations: none low
Get file metadata including download url.
file_id int course_id int
get_grades annotations: none low
Current grades. Per-course if course_id provided, otherwise all enrollments.
course_id string
get_page annotations: none low
Fetch a course wiki page by its url slug.
page_url str course_id int
todo annotations: none low
User's TODO list (ungraded assignments to look at).
Permissions 3
network medium filesystem low env_vars low Scan Findings 41
medium
Vulnerable dependency: httpx@0.27,<1.0 (PYSEC-2022-183)
low
Tool 'list_courses' has no annotations
low
Tool 'list_assignments' has no annotations
low
Tool 'upcoming_events' has no annotations
low
Tool 'planner_items' has no annotations
low
Tool 'list_announcements' has no annotations
low
Tool 'list_modules' has no annotations
low
Tool 'get_file_info' has no annotations
low
Tool 'get_grades' has no annotations
low
Tool 'get_page' has no annotations
low
Tool 'todo' has no annotations
info
Sandbox failed to start for behavioral verification
medium
Vulnerable dependency: httpx@0.27,<1.0 (GHSA-h8pj-cxx2-jfg2)
medium
Vulnerable dependency: mcp@1.0,<2.0 (GHSA-3qhf-m339-9g5v)
medium
Vulnerable dependency: mcp@1.0,<2.0 (GHSA-9h52-p55h-vw2f)
medium
Vulnerable dependency: mcp@1.0,<2.0 (GHSA-j975-95f5-7wqh)
medium
Vulnerable dependency: mcp@1.0,<2.0 (GHSA-jpw9-pfvf-9f58)
medium
Vulnerable dependency: mcp@1.0,<2.0 (GHSA-vj7q-gjh5-988w)
medium
Vulnerable dependency: mcp@1.0,<2.0 (PYSEC-2026-1616)
medium
Vulnerable dependency: mcp@1.0,<2.0 (PYSEC-2026-1617)
medium
Vulnerable dependency: mcp@1.0,<2.0 (PYSEC-2026-1618)
medium
Vulnerable dependency: mcp@1.0,<2.0 (PYSEC-2026-3482)
medium
Vulnerable dependency: mcp@1.0,<2.0 (PYSEC-2026-3483)
info
pyproject.toml metadata
info
Tool: list_courses
info
Tool: list_assignments
info
Tool: upcoming_events
info
Tool: planner_items
info
Tool: list_announcements
info
Tool: list_modules
info
Tool: get_file_info
info
Tool: get_grades
info
Tool: get_page
info
Tool: todo
info
Required env vars (3)
info
Sandbox failed to start for output poisoning scan
medium
Permission: network access detected
low
Permission: filesystem access detected
low
Permission: env_vars access detected
info
No dependency files found for SBOM generation
medium
No build provenance detected (SLSA L0)