canvas-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CANVAS_TOKEN | Yes | Your Canvas personal access token | |
| CANVAS_BASE_URL | Yes | Your Canvas institution root URL, without /api/v1 (e.g., https://canvas.example.edu) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_coursesC | List enrolled courses. Returns id, name, course_code, term. |
| list_assignmentsB | List assignments in a course. Includes due_at, points, submission status. |
| upcoming_eventsA | Upcoming planner items (assignments, calendar events) across all courses. Canvas returns roughly the next two weeks. |
| planner_itemsD | Planner items for the user. ISO dates (YYYY-MM-DD). |
| list_announcementsD | Course announcements. |
| list_modulesC | Course modules with items. |
| get_file_infoC | Get file metadata including download url. |
| get_gradesB | Current grades. Per-course if course_id provided, otherwise all enrollments. |
| get_pageB | Fetch a course wiki page by its url slug. |
| todoA | User's TODO list (ungraded assignments to look at). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/admin978/canvas-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server