74
/ 100
1 month ago
pulsemcp

Canvas Parent

Accesses Canvas LMS data for courses, grades, assignments, planner, and files via Claude.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
18 tools verified — handlers match their declared behaviour
17 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 4 credentials: CANVAS_CLIENT_SECRET, CANVAS_PASSWORD, CANVAS_REFRESH_TOKEN, CANVAS_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configCANVAS_BASE_URLSet plus one of four auth modes. canvas-parent-mcp tries them in priority order:
configCANVAS_CLIENT_ID2. + CANVAS_CLIENT_SECRET + CANVAS_REFRESH_TOKEN → OAuth
🔐 secretCANVAS_CLIENT_SECRET2. CANVAS_CLIENT_ID + + CANVAS_REFRESH_TOKEN → OAuth
configCANVAS_DISABLE_FETCHPROXYSet =1 to opt out (missing creds become a hard error — useful in headless CI).
configCANVAS_NAMEcms # optional, defaults to host portion of base URL
🔐 secretCANVAS_PASSWORD3. CANVAS_USERNAME + → session-scrape (direct Canvas accounts only)
🔐 secretCANVAS_REFRESH_TOKEN2. CANVAS_CLIENT_ID + CANVAS_CLIENT_SECRET + → OAuth
🔐 secretCANVAS_TOKEN1. → personal access token
configCANVAS_USERNAME3. + CANVAS_PASSWORD → session-scrape (direct Canvas accounts only)
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/chrischall-canvas-parent-mcp-1vngfu)](https://m8ven.ai/mcp/chrischall-canvas-parent-mcp-1vngfu)
commit: f9587e50175d42a93f7b6b706a4e5a76330edc20
code hash: 7df39c08806bedd6594d38e81d8132624c6dd69cda26ce456dca69177ca89d67
verified: 6/10/2026, 11:42:22 AM
view raw JSON →