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

PYPI · MCPARMORY-CANVAS · 2 COMPONENTS · SCANNED SEP 20

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

0 this week 37 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 Security87
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Install-script risk not yet assessed.Unverified
  • 2 of 46 dependencies flagged as unhealthy. View diagnostics → Partial
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 current MCP spec version (2026-07-28).Pass

Unverified: 4 categories

Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you. How we score packages →

Install

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

com.mcparmory/canvas runs locally as a PyPI package, launched with uvx mcparmory-canvas. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · mcparmory-canvas

# add to Claude Code
claude mcp add com-mcparmory-canvas -- uvx mcparmory-canvas
// .cursor/mcp.json
{
  "mcpServers": {
    "com-mcparmory-canvas": {
      "command": "uvx",
      "args": [
        "mcparmory-canvas"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-mcparmory-canvas": {
      "command": "uvx",
      "args": [
        "mcparmory-canvas"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add com-mcparmory-canvas -- uvx mcparmory-canvas
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-mcparmory-canvas": {
      "type": "local",
      "command": [
        "uvx",
        "mcparmory-canvas"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-mcparmory-canvas --command uvx --arg mcparmory-canvas
# ~/.hermes/config.yaml
mcp_servers:
  com-mcparmory-canvas:
    command: "uvx"
    args: ["mcparmory-canvas"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-mcparmory-canvas": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "mcparmory-canvas"
      ]
    }
  }
}
# add to Vellum
assistant mcp add com-mcparmory-canvas -t stdio -c uvx -a mcparmory-canvas
// mcp.json
{
  "mcpServers": {
    "com-mcparmory-canvas": {
      "command": "uvx",
      "args": [
        "mcparmory-canvas"
      ]
    }
  }
}
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.

  • 15 Sept 26 +15
    • Malware scan: unverified → pass security
  • 14 Sept 26 −15
    • Malware scan: pass → unverified security
  • 1 Sept 26 0
    • MCP protocol: Implements a current MCP spec version (2026-07-28). functional
  • 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
  • 21 Aug 26 0
    • Malware scan: unverified → pass security
  • 17 Aug 26 0
    • Malware scan: pass → unverified security
  • 16 Aug 26 0
    • Malware scan: unverified → pass security
  • 15 Aug 26 0
    • Malware scan: pass → unverified security
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 20 Sept 2026 · Analysed pypi/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 pypi

Background: How many MCP packages publish verified provenance →

Dependencies 46 packages
Packages resolved 46
Stale 1
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

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
create_folder_user ~116

No description provided.

NameTypeReqDescription
hiddenboolean
lockedboolean
namestringyes
positionstring
user_idstringyes

No output schema declared.

No examples provided.

create_gradebook_column ~216

No description provided.

NameTypeReqDescription
column_hiddenboolean
column_positionstring
column_read_onlyboolean
column_teacher_notesboolean
column_titlestringyes
course_idstringyes

No output schema declared.

No examples provided.

create_grading_standard ~185

No description provided.

NameTypeReqDescription
account_idstringyes
grading_scheme_entry_namearrayyes
grading_scheme_entry_valuearrayyes
titlestringyes

No output schema declared.

No examples provided.

create_grading_standard_course ~207

No description provided.

NameTypeReqDescription
course_idstringyes
grading_scheme_entry_namearrayyes
grading_scheme_entry_valuearrayyes
titlestringyes

No output schema declared.

No examples provided.

create_group ~181

No description provided.

NameTypeReqDescription
descriptionstring
is_publicboolean
join_levelstring
namestring
sis_group_idstring
storage_quota_mbstring

No output schema declared.

No examples provided.

create_group_category ~268

No description provided.

NameTypeReqDescription
account_idstringyes
auto_leaderstring
create_group_countstring
group_limitstring
namestringyes
self_signupstring
sis_group_category_idstring

No output schema declared.

No examples provided.

create_group_category_course ~231

No description provided.

NameTypeReqDescription
auto_leaderstring
course_idstringyes
create_group_countstring
group_limitstring
namestringyes
self_signupstring
sis_group_category_idstring

No output schema declared.

No examples provided.

create_group_in_category ~195

No description provided.

NameTypeReqDescription
descriptionstring
group_category_idstringyes
is_publicboolean
join_levelstring
namestring
sis_group_idstring
storage_quota_mbstring

No output schema declared.

No examples provided.

create_kaltura_session ~45

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

create_late_policy ~272

No description provided.

NameTypeReqDescription
idstringyes
late_policy_late_submission_deductionnumber
late_policy_late_submission_deduction_enabledboolean
late_policy_late_submission_intervalstring
late_policy_late_submission_minimum_percentnumber
late_policy_late_submission_minimum_percent_enabledboolean
late_policy_missing_submission_deductionnumber
late_policy_missing_submission_deduction_enabledboolean

No output schema declared.

No examples provided.

create_login ~223

No description provided.

NameTypeReqDescription
account_idstringyes
login_authentication_provider_idstring
login_integration_idstring
login_passwordstring
login_sis_user_idstring
login_unique_idstringyes
user_idstringyes

No output schema declared.

No examples provided.

create_module ~217

No description provided.

NameTypeReqDescription
course_idstringyes
module_namestringyes
module_positionstring
module_prerequisite_module_idsarray
module_publish_final_gradeboolean
module_require_sequential_progressboolean
module_unlock_atstring

No output schema declared.

No examples provided.

create_notification ~216

No description provided.

NameTypeReqDescription
account_idstringyes
account_notification_end_atstringyes
account_notification_iconstring
account_notification_messagestringyes
account_notification_rolesarray
account_notification_start_atstringyes
account_notification_subjectstringyes

No output schema declared.

No examples provided.

create_observation_link ~109

No description provided.

NameTypeReqDescription
observee_idstringyes
root_account_idstring
user_idstringyes

No output schema declared.

No examples provided.

create_observee ~169

No description provided.

NameTypeReqDescription
access_tokenstring
pairing_codestring
root_account_idstring
user_idstringyes

No output schema declared.

No examples provided.

create_or_find_live_assessment ~77

No description provided.

NameTypeReqDescription
course_idstringyes

No output schema declared.

No examples provided.

create_or_update_timetable_events ~152

No description provided.

NameTypeReqDescription
course_idstringyes
course_section_idstring
eventsarray

No output schema declared.

No examples provided.

create_outcome_subgroup ~124

No description provided.

NameTypeReqDescription
account_idstringyes
descriptionstring
idstringyes
titlestringyes
vendor_guidstring

No output schema declared.

No examples provided.

create_outcome_subgroup_course ~140

No description provided.

NameTypeReqDescription
course_idstringyes
descriptionstring
idstringyes
titlestringyes
vendor_guidstring

No output schema declared.

No examples provided.

create_outcome_subgroup_global ~115

No description provided.

NameTypeReqDescription
descriptionstring
idstringyes
titlestringyes
vendor_guidstring

No output schema declared.

No examples provided.

create_planner_note ~243

No description provided.

NameTypeReqDescription
course_idstring
detailsstring
linked_object_idstring
linked_object_typestring
titlestring
todo_datestring

No output schema declared.

No examples provided.

create_poll ~75

No description provided.

NameTypeReqDescription
polls_descriptionarray
polls_questionarrayyes

No output schema declared.

No examples provided.

create_poll_session ~168

No description provided.

NameTypeReqDescription
poll_idstringyes
poll_sessions_course_idarrayyes
poll_sessions_course_section_idarray
poll_sessions_has_public_resultsarray

No output schema declared.

No examples provided.

create_question_group ~213

No description provided.

NameTypeReqDescription
course_idstringyes
quiz_groups_assessment_question_bank_idarray
quiz_groups_namearray
quiz_groups_pick_countarray
quiz_groups_question_pointsarray
quiz_idstringyes

No output schema declared.

No examples provided.

create_quiz ~742

No description provided.

NameTypeReqDescription
course_idstringyes
quiz_access_codestring
quiz_allowed_attemptsstring
quiz_assignment_group_idstring
quiz_cant_go_backboolean
quiz_descriptionstring
quiz_due_atstring
quiz_hide_correct_answers_atstring
quiz_hide_resultsstring
quiz_ip_filterstring
quiz_lock_atstring
quiz_one_question_at_a_timeboolean
quiz_one_time_resultsboolean
quiz_only_visible_to_overridesboolean
quiz_publishedboolean
quiz_quiz_typestring
quiz_scoring_policystring
quiz_show_correct_answersboolean
quiz_show_correct_answers_atstring
quiz_show_correct_answers_last_attemptboolean
quiz_shuffle_answersboolean
quiz_time_limitstring
quiz_titlestringyes
quiz_unlock_atstring

No output schema declared.

No examples provided.

create_quiz_question ~298

No description provided.

NameTypeReqDescription
course_idstringyes
question_correct_commentsstring
question_incorrect_commentsstring
question_neutral_commentsstring
question_points_possiblestring
question_positionstring
question_question_namestring
question_question_textstring
question_question_typestring
question_quiz_group_idstring
question_text_after_answersstring
quiz_idstringyes

No output schema declared.

No examples provided.

create_section ~292

No description provided.

NameTypeReqDescription
course_idstringyes
course_section_end_atstring
course_section_integration_idstring
course_section_namestring
course_section_restrict_enrollments_to_section_datesboolean
course_section_sis_section_idstring
course_section_start_atstring
enable_sis_reactivationboolean

No output schema declared.

No examples provided.

create_shared_theme ~138

No description provided.

NameTypeReqDescription
account_idstringyes
shared_brand_config_brand_config_md5stringyes
shared_brand_config_namestringyes

No output schema declared.

No examples provided.

create_sub_account ~221

No description provided.

NameTypeReqDescription
account_default_group_storage_quota_mbstring
account_default_storage_quota_mbstring
account_default_user_storage_quota_mbstring
account_idstringyes
account_namestringyes
account_sis_account_idstring

No output schema declared.

No examples provided.

create_term ~288

No description provided.

NameTypeReqDescription
account_idstringyes
enrollment_term_end_atstring
enrollment_term_namestring
enrollment_term_overrides_enrollment_type_end_atstring
enrollment_term_overrides_enrollment_type_start_atstring
enrollment_term_sis_term_idstring
enrollment_term_start_atstring

No output schema declared.

No examples provided.

create_user ~728

No description provided.

NameTypeReqDescription
account_idstringyes
communication_channel_addressstring
communication_channel_confirmation_urlboolean
communication_channel_skip_confirmationboolean
communication_channel_typestring
destination
enable_sis_reactivationboolean
force_validationsboolean
pseudonym_authentication_provider_idstring
pseudonym_force_self_registrationboolean
pseudonym_integration_idstring
pseudonym_passwordstring
pseudonym_send_confirmationboolean
pseudonym_sis_user_idstring
pseudonym_unique_idstringyes
user_birthdatestring
user_localestring
user_namestring
user_short_namestring
user_skip_registrationboolean
user_sortable_namestring
user_terms_of_useboolean
user_time_zonestring

No output schema declared.

No examples provided.

create_wiki_page ~197

No description provided.

NameTypeReqDescription
course_idstringyes
wiki_page_bodystring
wiki_page_editing_rolesstring
wiki_page_front_pageboolean
wiki_page_notify_of_updateboolean
wiki_page_publishedboolean
wiki_page_titlestringyes

No output schema declared.

No examples provided.

create_wiki_page_group ~223

No description provided.

NameTypeReqDescription
group_idstringyes
wiki_page_bodystring
wiki_page_editing_rolesstring
wiki_page_front_pageboolean
wiki_page_notify_of_updateboolean
wiki_page_publishedboolean
wiki_page_titlestringyes

No output schema declared.

No examples provided.

deactivate_role ~92

No description provided.

NameTypeReqDescription
account_idstringyes
idstringyes
role_idstringyes

No output schema declared.

No examples provided.

delete_assignment ~55

No description provided.

NameTypeReqDescription
course_idstringyes
idstringyes

No output schema declared.

No examples provided.

delete_assignment_group ~118

No description provided.

NameTypeReqDescription
assignment_group_idstringyes
course_idstringyes
move_assignments_tostring

No output schema declared.

No examples provided.

delete_bookmark ~39

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

delete_calendar_event ~71

No description provided.

NameTypeReqDescription
cancel_reasonstring
idstringyes

No output schema declared.

No examples provided.

delete_communication_channel ~67

No description provided.

NameTypeReqDescription
idstringyes
user_idstringyes

No output schema declared.

No examples provided.

delete_communication_channel_by_address ~102

No description provided.

NameTypeReqDescription
addressstringyes
typestringyes
user_idstringyes

No output schema declared.

No examples provided.

delete_conversation ~45

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

delete_course_nickname ~49

No description provided.

NameTypeReqDescription
course_idstringyes

No output schema declared.

No examples provided.

delete_course_nicknames ~33

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

delete_custom_data ~100

No description provided.

NameTypeReqDescription
nsstringyes
user_idstringyes

No output schema declared.

No examples provided.

delete_discussion_entry ~100

No description provided.

NameTypeReqDescription
course_idstringyes
idstringyes
topic_idstringyes

No output schema declared.

No examples provided.

delete_discussion_entry_group ~96

No description provided.

NameTypeReqDescription
group_idstringyes
idstringyes
topic_idstringyes

No output schema declared.

No examples provided.

delete_discussion_topic ~69

No description provided.

NameTypeReqDescription
course_idstringyes
topic_idstringyes

No output schema declared.

No examples provided.

delete_discussion_topic_group ~70

No description provided.

NameTypeReqDescription
group_idstringyes
topic_idstringyes

No output schema declared.

No examples provided.

delete_enrollment_term ~63

No description provided.

NameTypeReqDescription
account_idstringyes
idstringyes

No output schema declared.

No examples provided.

delete_external_feed ~61

No description provided.

NameTypeReqDescription
external_feed_idstringyes
group_idstringyes

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 PyPI package (mcparmory-canvas).

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

com.mcparmory/canvas scores 37 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. 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 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.