com.mcparmory/canvas
PYPI · MCPARMORY-CANVAS · 2 COMPONENTS · SCANNED SEP 20
Manage courses, submissions, grades, and student data in Canvas LMS
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: the license (MIT License) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 131 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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 →
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
claude mcp add com-mcparmory-canvas -- uvx mcparmory-canvas
{
"mcpServers": {
"com-mcparmory-canvas": {
"command": "uvx",
"args": [
"mcparmory-canvas"
]
}
}
} {
"servers": {
"com-mcparmory-canvas": {
"command": "uvx",
"args": [
"mcparmory-canvas"
]
}
}
} codex mcp add com-mcparmory-canvas -- uvx mcparmory-canvas
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-mcparmory-canvas": {
"type": "local",
"command": [
"uvx",
"mcparmory-canvas"
],
"enabled": true
}
}
} openclaw mcp add com-mcparmory-canvas --command uvx --arg mcparmory-canvas
mcp_servers:
com-mcparmory-canvas:
command: "uvx"
args: ["mcparmory-canvas"] {
"McpServers": {
"com-mcparmory-canvas": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"mcparmory-canvas"
]
}
}
} assistant mcp add com-mcparmory-canvas -t stdio -c uvx -a mcparmory-canvas
{
"mcpServers": {
"com-mcparmory-canvas": {
"command": "uvx",
"args": [
"mcparmory-canvas"
]
}
}
} 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
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 →
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 →
create_folder_user ~116
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| hidden | boolean | – | – |
| locked | boolean | – | – |
| name | string | yes | – |
| position | string | – | – |
| user_id | string | yes | – |
No output schema declared.
No examples provided.
create_gradebook_column ~216
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| column_hidden | boolean | – | – |
| column_position | string | – | – |
| column_read_only | boolean | – | – |
| column_teacher_notes | boolean | – | – |
| column_title | string | yes | – |
| course_id | string | yes | – |
No output schema declared.
No examples provided.
create_grading_standard ~185
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| account_id | string | yes | – |
| grading_scheme_entry_name | array | yes | – |
| grading_scheme_entry_value | array | yes | – |
| title | string | yes | – |
No output schema declared.
No examples provided.
create_grading_standard_course ~207
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| course_id | string | yes | – |
| grading_scheme_entry_name | array | yes | – |
| grading_scheme_entry_value | array | yes | – |
| title | string | yes | – |
No output schema declared.
No examples provided.
create_group ~181
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | – | – |
| is_public | boolean | – | – |
| join_level | string | – | – |
| name | string | – | – |
| sis_group_id | string | – | – |
| storage_quota_mb | string | – | – |
No output schema declared.
No examples provided.
create_group_category ~268
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| account_id | string | yes | – |
| auto_leader | string | – | – |
| create_group_count | string | – | – |
| group_limit | string | – | – |
| name | string | yes | – |
| self_signup | string | – | – |
| sis_group_category_id | string | – | – |
No output schema declared.
No examples provided.
create_group_category_course ~231
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| auto_leader | string | – | – |
| course_id | string | yes | – |
| create_group_count | string | – | – |
| group_limit | string | – | – |
| name | string | yes | – |
| self_signup | string | – | – |
| sis_group_category_id | string | – | – |
No output schema declared.
No examples provided.
create_group_in_category ~195
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | – | – |
| group_category_id | string | yes | – |
| is_public | boolean | – | – |
| join_level | string | – | – |
| name | string | – | – |
| sis_group_id | string | – | – |
| storage_quota_mb | string | – | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
| late_policy_late_submission_deduction | number | – | – |
| late_policy_late_submission_deduction_enabled | boolean | – | – |
| late_policy_late_submission_interval | string | – | – |
| late_policy_late_submission_minimum_percent | number | – | – |
| late_policy_late_submission_minimum_percent_enabled | boolean | – | – |
| late_policy_missing_submission_deduction | number | – | – |
| late_policy_missing_submission_deduction_enabled | boolean | – | – |
No output schema declared.
No examples provided.
create_login ~223
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| account_id | string | yes | – |
| login_authentication_provider_id | string | – | – |
| login_integration_id | string | – | – |
| login_password | string | – | – |
| login_sis_user_id | string | – | – |
| login_unique_id | string | yes | – |
| user_id | string | yes | – |
No output schema declared.
No examples provided.
create_module ~217
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| course_id | string | yes | – |
| module_name | string | yes | – |
| module_position | string | – | – |
| module_prerequisite_module_ids | array | – | – |
| module_publish_final_grade | boolean | – | – |
| module_require_sequential_progress | boolean | – | – |
| module_unlock_at | string | – | – |
No output schema declared.
No examples provided.
create_notification ~216
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| account_id | string | yes | – |
| account_notification_end_at | string | yes | – |
| account_notification_icon | string | – | – |
| account_notification_message | string | yes | – |
| account_notification_roles | array | – | – |
| account_notification_start_at | string | yes | – |
| account_notification_subject | string | yes | – |
No output schema declared.
No examples provided.
create_observation_link ~109
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| observee_id | string | yes | – |
| root_account_id | string | – | – |
| user_id | string | yes | – |
No output schema declared.
No examples provided.
create_observee ~169
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| access_token | string | – | – |
| pairing_code | string | – | – |
| root_account_id | string | – | – |
| user_id | string | yes | – |
No output schema declared.
No examples provided.
create_or_find_live_assessment ~77
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| course_id | string | yes | – |
No output schema declared.
No examples provided.
create_or_update_timetable_events ~152
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| course_id | string | yes | – |
| course_section_id | string | – | – |
| events | array | – | – |
No output schema declared.
No examples provided.
create_outcome_subgroup ~124
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| account_id | string | yes | – |
| description | string | – | – |
| id | string | yes | – |
| title | string | yes | – |
| vendor_guid | string | – | – |
No output schema declared.
No examples provided.
create_outcome_subgroup_course ~140
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| course_id | string | yes | – |
| description | string | – | – |
| id | string | yes | – |
| title | string | yes | – |
| vendor_guid | string | – | – |
No output schema declared.
No examples provided.
create_outcome_subgroup_global ~115
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | – | – |
| id | string | yes | – |
| title | string | yes | – |
| vendor_guid | string | – | – |
No output schema declared.
No examples provided.
create_planner_note ~243
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| course_id | string | – | – |
| details | string | – | – |
| linked_object_id | string | – | – |
| linked_object_type | string | – | – |
| title | string | – | – |
| todo_date | string | – | – |
No output schema declared.
No examples provided.
create_poll ~75
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| polls_description | array | – | – |
| polls_question | array | yes | – |
No output schema declared.
No examples provided.
create_poll_session ~168
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| poll_id | string | yes | – |
| poll_sessions_course_id | array | yes | – |
| poll_sessions_course_section_id | array | – | – |
| poll_sessions_has_public_results | array | – | – |
No output schema declared.
No examples provided.
create_question_group ~213
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| course_id | string | yes | – |
| quiz_groups_assessment_question_bank_id | array | – | – |
| quiz_groups_name | array | – | – |
| quiz_groups_pick_count | array | – | – |
| quiz_groups_question_points | array | – | – |
| quiz_id | string | yes | – |
No output schema declared.
No examples provided.
create_quiz ~742
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| course_id | string | yes | – |
| quiz_access_code | string | – | – |
| quiz_allowed_attempts | string | – | – |
| quiz_assignment_group_id | string | – | – |
| quiz_cant_go_back | boolean | – | – |
| quiz_description | string | – | – |
| quiz_due_at | string | – | – |
| quiz_hide_correct_answers_at | string | – | – |
| quiz_hide_results | string | – | – |
| quiz_ip_filter | string | – | – |
| quiz_lock_at | string | – | – |
| quiz_one_question_at_a_time | boolean | – | – |
| quiz_one_time_results | boolean | – | – |
| quiz_only_visible_to_overrides | boolean | – | – |
| quiz_published | boolean | – | – |
| quiz_quiz_type | string | – | – |
| quiz_scoring_policy | string | – | – |
| quiz_show_correct_answers | boolean | – | – |
| quiz_show_correct_answers_at | string | – | – |
| quiz_show_correct_answers_last_attempt | boolean | – | – |
| quiz_shuffle_answers | boolean | – | – |
| quiz_time_limit | string | – | – |
| quiz_title | string | yes | – |
| quiz_unlock_at | string | – | – |
No output schema declared.
No examples provided.
create_quiz_question ~298
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| course_id | string | yes | – |
| question_correct_comments | string | – | – |
| question_incorrect_comments | string | – | – |
| question_neutral_comments | string | – | – |
| question_points_possible | string | – | – |
| question_position | string | – | – |
| question_question_name | string | – | – |
| question_question_text | string | – | – |
| question_question_type | string | – | – |
| question_quiz_group_id | string | – | – |
| question_text_after_answers | string | – | – |
| quiz_id | string | yes | – |
No output schema declared.
No examples provided.
create_section ~292
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| course_id | string | yes | – |
| course_section_end_at | string | – | – |
| course_section_integration_id | string | – | – |
| course_section_name | string | – | – |
| course_section_restrict_enrollments_to_section_dates | boolean | – | – |
| course_section_sis_section_id | string | – | – |
| course_section_start_at | string | – | – |
| enable_sis_reactivation | boolean | – | – |
No output schema declared.
No examples provided.
create_shared_theme ~138
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| account_id | string | yes | – |
| shared_brand_config_brand_config_md5 | string | yes | – |
| shared_brand_config_name | string | yes | – |
No output schema declared.
No examples provided.
create_sub_account ~221
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| account_default_group_storage_quota_mb | string | – | – |
| account_default_storage_quota_mb | string | – | – |
| account_default_user_storage_quota_mb | string | – | – |
| account_id | string | yes | – |
| account_name | string | yes | – |
| account_sis_account_id | string | – | – |
No output schema declared.
No examples provided.
create_term ~288
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| account_id | string | yes | – |
| enrollment_term_end_at | string | – | – |
| enrollment_term_name | string | – | – |
| enrollment_term_overrides_enrollment_type_end_at | string | – | – |
| enrollment_term_overrides_enrollment_type_start_at | string | – | – |
| enrollment_term_sis_term_id | string | – | – |
| enrollment_term_start_at | string | – | – |
No output schema declared.
No examples provided.
create_user ~728
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| account_id | string | yes | – |
| communication_channel_address | string | – | – |
| communication_channel_confirmation_url | boolean | – | – |
| communication_channel_skip_confirmation | boolean | – | – |
| communication_channel_type | string | – | – |
| destination | – | – | – |
| enable_sis_reactivation | boolean | – | – |
| force_validations | boolean | – | – |
| pseudonym_authentication_provider_id | string | – | – |
| pseudonym_force_self_registration | boolean | – | – |
| pseudonym_integration_id | string | – | – |
| pseudonym_password | string | – | – |
| pseudonym_send_confirmation | boolean | – | – |
| pseudonym_sis_user_id | string | – | – |
| pseudonym_unique_id | string | yes | – |
| user_birthdate | string | – | – |
| user_locale | string | – | – |
| user_name | string | – | – |
| user_short_name | string | – | – |
| user_skip_registration | boolean | – | – |
| user_sortable_name | string | – | – |
| user_terms_of_use | boolean | – | – |
| user_time_zone | string | – | – |
No output schema declared.
No examples provided.
create_wiki_page ~197
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| course_id | string | yes | – |
| wiki_page_body | string | – | – |
| wiki_page_editing_roles | string | – | – |
| wiki_page_front_page | boolean | – | – |
| wiki_page_notify_of_update | boolean | – | – |
| wiki_page_published | boolean | – | – |
| wiki_page_title | string | yes | – |
No output schema declared.
No examples provided.
create_wiki_page_group ~223
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | string | yes | – |
| wiki_page_body | string | – | – |
| wiki_page_editing_roles | string | – | – |
| wiki_page_front_page | boolean | – | – |
| wiki_page_notify_of_update | boolean | – | – |
| wiki_page_published | boolean | – | – |
| wiki_page_title | string | yes | – |
No output schema declared.
No examples provided.
deactivate_role ~92
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| account_id | string | yes | – |
| id | string | yes | – |
| role_id | string | yes | – |
No output schema declared.
No examples provided.
delete_assignment ~55
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| course_id | string | yes | – |
| id | string | yes | – |
No output schema declared.
No examples provided.
delete_assignment_group ~118
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| assignment_group_id | string | yes | – |
| course_id | string | yes | – |
| move_assignments_to | string | – | – |
No output schema declared.
No examples provided.
delete_bookmark ~39
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
No output schema declared.
No examples provided.
delete_calendar_event ~71
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| cancel_reason | string | – | – |
| id | string | yes | – |
No output schema declared.
No examples provided.
delete_communication_channel ~67
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
| user_id | string | yes | – |
No output schema declared.
No examples provided.
delete_communication_channel_by_address ~102
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | – |
| type | string | yes | – |
| user_id | string | yes | – |
No output schema declared.
No examples provided.
delete_conversation ~45
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
No output schema declared.
No examples provided.
delete_course_nickname ~49
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| course_id | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| ns | string | yes | – |
| user_id | string | yes | – |
No output schema declared.
No examples provided.
delete_discussion_entry ~100
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| course_id | string | yes | – |
| id | string | yes | – |
| topic_id | string | yes | – |
No output schema declared.
No examples provided.
delete_discussion_entry_group ~96
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | string | yes | – |
| id | string | yes | – |
| topic_id | string | yes | – |
No output schema declared.
No examples provided.
delete_discussion_topic ~69
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| course_id | string | yes | – |
| topic_id | string | yes | – |
No output schema declared.
No examples provided.
delete_discussion_topic_group ~70
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | string | yes | – |
| topic_id | string | yes | – |
No output schema declared.
No examples provided.
delete_enrollment_term ~63
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| account_id | string | yes | – |
| id | string | yes | – |
No output schema declared.
No examples provided.
delete_external_feed ~61
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| external_feed_id | string | yes | – |
| group_id | string | yes | – |
No output schema declared.
No examples provided.
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.