Canvas Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Canvas Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
TypeScript MCP server for Canvas LMS. It runs over stdio and exposes Canvas API workflows for courses, assignments, submissions, modules, pages, discussions, announcements, files, users, enrollments, conversations, calendar, and utility endpoints.
This package is published to npm as @rishblob/canvas-mcp-server.
>=18CANVAS_API_TOKEN required: Canvas bearer token for API authentication.CANVAS_BASE_URL optional: Canvas host URL (example: https://school.instructure.com).If CANVAS_BASE_URL is omitted, the server defaults to https://houstonisd.instructure.com.
npm install
npm run build
npm startFor one-shot local development:
npm run devnpx -y @rishblob/canvas-mcp-server
# or
bunx @rishblob/canvas-mcp-server{
"mcpServers": {
"canvas": {
"command": "node",
"args": ["/absolute/path/to/canvas-mcp-server/dist/index.js"],
"env": {
"CANVAS_API_TOKEN": "your-canvas-token",
"CANVAS_BASE_URL": "https://school.instructure.com"
}
}
}
}{
"mcpServers": {
"canvas": {
"command": "npx",
"args": ["-y", "@rishblob/canvas-mcp-server"],
"env": {
"CANVAS_API_TOKEN": "your-canvas-token",
"CANVAS_BASE_URL": "https://school.instructure.com"
}
}
}
}list_courses, get_course, list_students, get_course_settingslist_assignments, get_assignment, create_assignment, update_assignment, list_submissions, get_submission, grade_submissionget_user_profile, get_user, list_course_userslist_announcements, create_announcementlist_modules, get_module, list_module_itemslist_discussions, get_discussion, create_discussion, list_discussion_entrieslist_calendar_events, create_calendar_eventlist_files, get_file, list_folderslist_pages, get_page, create_page, update_pagelist_enrollments, get_user_enrollmentslist_conversations, get_conversation, create_conversationlist_todo_items, search_courses, get_course_activity_streamnpm login
npm publishprepack runs npm run build, so package artifacts are built automatically before publish.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.