Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.mcparmory/canvas

OCI · GHCR.IO/MCPARMORY/CANVAS:1.0.3 · 2 COMPONENTS · SCANNED SEP 21

Manage courses, submissions, grades, and student data in Canvas LMS

0 this week 10 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency32
Schema Quality & AI Usability0
  • Schema quality not yet verified: the captured schema was too large for us to store in full, so we will not judge it on a partial copy.Unverified
Stability & Change Management0
  • Stability not yet verified: the captured schema was too large for us to store in full, and comparing a partial copy would report our own trimming as a change.Unverified
Tool Coverage0
  • Tool coverage not yet verified: the captured tool definitions were too large for us to store in full, so we will not judge them on a partial copy.Unverified
Tool Safety0
  • Tool safety not yet verified: the captured tool definitions were too large for us to store in full, and the trim removes the very descriptions this category reads.Unverified
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 5 categories

Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the com.mcparmory/canvas MCP server?

com.mcparmory/canvas runs locally as a container image, launched with docker run --rm -i ghcr.io/mcparmory/canvas:1.0.3. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

oci · ghcr.io/mcparmory/canvas:1.0.3

# add to Claude Code
claude mcp add com-mcparmory-canvas -- docker run --rm -i ghcr.io/mcparmory/canvas:1.0.3
// .cursor/mcp.json
{
  "mcpServers": {
    "com-mcparmory-canvas": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/mcparmory/canvas:1.0.3"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-mcparmory-canvas": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/mcparmory/canvas:1.0.3"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add com-mcparmory-canvas -- docker run --rm -i ghcr.io/mcparmory/canvas:1.0.3
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-mcparmory-canvas": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/mcparmory/canvas:1.0.3"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  com-mcparmory-canvas:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/mcparmory/canvas:1.0.3"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-mcparmory-canvas": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/mcparmory/canvas:1.0.3"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "com-mcparmory-canvas": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/mcparmory/canvas:1.0.3"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 26 Aug 26 −1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 6 Aug 26 0
    • Stability: Stability not yet verified: the captured schema was too large for us to store in full, and comparing a partial copy would report our own trimming as a change. security
    • MCP protocol: unverified → pass functional
    • Schema quality: Schema quality not yet verified: the captured schema was too large for us to store in full, so we will not judge it on a partial copy. functional
    • Tool coverage: Tool coverage not yet verified: the captured tool definitions were too large for us to store in full, so we will not judge them on a partial copy. functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 0

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed oci/ghcr.io/mcparmory/canvas:1.0.3

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published

Background: How many MCP packages publish verified provenance →

MCP tools · 696 exposed · ~93,881 tokens partial

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
list_student_assignment_analytics ~78

No description provided.

NameTypeReqDescription
course_idstringyes
student_idstringyes

No output schema declared.

No examples provided.

list_students_by_recent_login ~95

No description provided.

NameTypeReqDescription
course_idstringyes
per_pageinteger

No output schema declared.

No examples provided.

list_sub_accounts ~92

No description provided.

NameTypeReqDescription
account_idstringyes
recursiveboolean

No output schema declared.

No examples provided.

list_subfolders ~80

No description provided.

NameTypeReqDescription
idstringyes
per_pageinteger

No output schema declared.

No examples provided.

list_subgroups ~111

No description provided.

NameTypeReqDescription
account_idstringyes
idstringyes
per_pageinteger

No output schema declared.

No examples provided.

list_submission_attempts ~68

No description provided.

NameTypeReqDescription
assignment_idstringyes
submission_idstringyes

No output schema declared.

No examples provided.

list_submission_events ~131

No description provided.

NameTypeReqDescription
attemptstring
course_idstringyes
idstringyes
quiz_idstringyes

No output schema declared.

No examples provided.

list_submission_versions ~148

No description provided.

NameTypeReqDescription
ascendingboolean
assignment_idstring
course_idstringyes
per_pageinteger

No output schema declared.

No examples provided.

list_submission_versions_by_grader ~131

No description provided.

NameTypeReqDescription
assignment_idstringyes
course_idstringyes
datestringyes
grader_idstringyes

No output schema declared.

No examples provided.

list_submissions ~454

No description provided.

NameTypeReqDescription
assignment_idsarray
course_idstringyes
enrollment_statestring
graded_sincestring
grading_period_idstring
groupedboolean
includearray
orderstring
order_directionstring
per_pageinteger
post_to_sisboolean
state_based_on_dateboolean
student_idsarray
submitted_sincestring
workflow_statestring

No output schema declared.

No examples provided.

list_submissions_section ~409

No description provided.

NameTypeReqDescription
assignment_idsarray
enrollment_statestring
graded_sincestring
grading_period_idstring
groupedboolean
includearray
orderstring
order_directionstring
per_pageinteger
post_to_sisboolean
section_idstringyes
state_based_on_dateboolean
student_idsarray
submitted_sincestring
workflow_statestring

No output schema declared.

No examples provided.

list_todos ~93

No description provided.

NameTypeReqDescription
includearray
per_pageinteger

No output schema declared.

No examples provided.

list_upcoming_events ~28

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_user_colors ~54

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

list_user_enrollments ~290

No description provided.

NameTypeReqDescription
enrollment_term_idstring
grading_period_idstring
includearray
per_pageinteger
sis_user_idarray
statearray
user_idstringyes

No output schema declared.

No examples provided.

list_user_features ~80

No description provided.

NameTypeReqDescription
per_pageinteger
user_idstringyes

No output schema declared.

No examples provided.

list_webhook_subscriptions ~48

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

mark_all_conversations_as_read ~35

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

mark_all_discussion_entries_as_read ~126

No description provided.

NameTypeReqDescription
course_idstringyes
forced_read_stateboolean
topic_idstringyes

No output schema declared.

No examples provided.

mark_all_discussion_entries_as_unread ~129

No description provided.

NameTypeReqDescription
forced_read_stateboolean
group_idstringyes
topic_idstringyes

No output schema declared.

No examples provided.

mark_discussion_entries_as_read ~112

No description provided.

NameTypeReqDescription
forced_read_stateboolean
group_idstringyes
topic_idstringyes

No output schema declared.

No examples provided.

mark_discussion_entries_as_unread ~120

No description provided.

NameTypeReqDescription
course_idstringyes
forced_read_stateboolean
topic_idstringyes

No output schema declared.

No examples provided.

mark_discussion_entry_as_read ~130

No description provided.

NameTypeReqDescription
course_idstringyes
entry_idstringyes
forced_read_stateboolean
topic_idstringyes

No output schema declared.

No examples provided.

mark_discussion_entry_as_read_in_group ~132

No description provided.

NameTypeReqDescription
entry_idstringyes
forced_read_stateboolean
group_idstringyes
topic_idstringyes

No output schema declared.

No examples provided.

mark_discussion_entry_unread ~141

No description provided.

NameTypeReqDescription
course_idstringyes
entry_idstringyes
forced_read_stateboolean
topic_idstringyes

No output schema declared.

No examples provided.

mark_discussion_entry_unread_group ~132

No description provided.

NameTypeReqDescription
entry_idstringyes
forced_read_stateboolean
group_idstringyes
topic_idstringyes

No output schema declared.

No examples provided.

mark_discussion_topic_as_read ~77

No description provided.

NameTypeReqDescription
course_idstringyes
topic_idstringyes

No output schema declared.

No examples provided.

mark_discussion_topic_as_read_group ~76

No description provided.

NameTypeReqDescription
group_idstringyes
topic_idstringyes

No output schema declared.

No examples provided.

mark_discussion_topic_unread ~82

No description provided.

NameTypeReqDescription
group_idstringyes
topic_idstringyes

No output schema declared.

No examples provided.

mark_module_item_read ~101

No description provided.

NameTypeReqDescription
course_idstringyes
idstringyes
module_idstringyes

No output schema declared.

No examples provided.

mark_submission_as_read ~86

No description provided.

NameTypeReqDescription
assignment_idstringyes
course_idstringyes
user_idstringyes

No output schema declared.

No examples provided.

mark_submission_as_read_section ~88

No description provided.

NameTypeReqDescription
assignment_idstringyes
section_idstringyes
user_idstringyes

No output schema declared.

No examples provided.

mark_submission_as_unread ~93

No description provided.

NameTypeReqDescription
assignment_idstringyes
course_idstringyes
user_idstringyes

No output schema declared.

No examples provided.

mark_submission_unread ~99

No description provided.

NameTypeReqDescription
assignment_idstringyes
section_idstringyes
user_idstringyes

No output schema declared.

No examples provided.

merge_user ~77

No description provided.

NameTypeReqDescription
destination_user_idstringyes
idstringyes

No output schema declared.

No examples provided.

merge_user_into_another_user ~117

No description provided.

NameTypeReqDescription
destination_account_idstringyes
destination_user_idstringyes
idstringyes

No output schema declared.

No examples provided.

modify_enrollment ~117

No description provided.

NameTypeReqDescription
course_idstringyes
idstringyes
taskstring

No output schema declared.

No examples provided.

move_section_to_course ~89

No description provided.

NameTypeReqDescription
idstringyes
new_course_idstringyes

No output schema declared.

No examples provided.

open_poll_session ~69

No description provided.

NameTypeReqDescription
idstringyes
poll_idstringyes

No output schema declared.

No examples provided.

override_planner_item ~124

No description provided.

NameTypeReqDescription
dismissedboolean
marked_completeboolean
plannable_idstring
plannable_typestring

No output schema declared.

No examples provided.

preview_course_html ~95

No description provided.

NameTypeReqDescription
course_idstringyes
htmlstring

No output schema declared.

No examples provided.

preview_group_html ~86

No description provided.

NameTypeReqDescription
group_idstringyes
htmlstring

No output schema declared.

No examples provided.

promote_account_admin ~126

No description provided.

NameTypeReqDescription
account_idstringyes
role_idstring
send_confirmationboolean
user_idstringyes

No output schema declared.

No examples provided.

publish_assignment_grades ~88

No description provided.

NameTypeReqDescription
assignment_idstringyes
course_idstringyes

No output schema declared.

No examples provided.

push_blueprint_to_associated_courses ~146

No description provided.

NameTypeReqDescription
commentstring
copy_settingsboolean
course_idstringyes
send_notificationboolean
template_idstringyes

No output schema declared.

No examples provided.

rate_discussion_entry ~121

No description provided.

NameTypeReqDescription
course_idstringyes
entry_idstringyes
ratingstring
topic_idstringyes

No output schema declared.

No examples provided.

rate_discussion_entry_group ~127

No description provided.

NameTypeReqDescription
entry_idstringyes
group_idstringyes
ratingstring
topic_idstringyes

No output schema declared.

No examples provided.

reactivate_enrollment ~75

No description provided.

NameTypeReqDescription
course_idstringyes
idstringyes

No output schema declared.

No examples provided.

reactivate_role ~88

No description provided.

NameTypeReqDescription
account_idstringyes
idstringyes
role_idstringyes

No output schema declared.

No examples provided.

record_quiz_submission_events ~134

No description provided.

NameTypeReqDescription
course_idstringyes
idstringyes
quiz_idstringyes
quiz_submission_eventsarrayyes

No output schema declared.

No examples provided.

Common questions

What is the com.mcparmory/canvas MCP server?

com.mcparmory/canvas is an MCP server listed in the public MCP registry as com.mcparmory/canvas. Manage courses, submissions, grades, and student data in Canvas LMS. This page covers its container image (ghcr.io/mcparmory/canvas:1.0.3).

Is the com.mcparmory/canvas MCP server safe to use?

com.mcparmory/canvas scores 10 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

Is the com.mcparmory/canvas MCP server still maintained?

com.mcparmory/canvas is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.