Skip to main content
Glama
aongzera

MyCourseVille MCP Server

by aongzera

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
whats_newB

What appeared or changed on MyCourseVille recently.

Args: since: ISO date, a relative span like '3d' / '12h', or 'yesterday'. Default 7 days. kinds: comma-separated filter, e.g. 'assignment_new,grade_new'. Default all. limit: max events to return.

list_upcoming_deadlinesB

Assignments due within the next N days, soonest first.

list_coursesB

Enrolled courses. yearsem filters to one semester, e.g. '2568/1'.

list_assignmentsC

Assignments with their deadline and description. cv_cid filters to one course.

get_assignmentB

Full detail for one assignment. assignment_id is ':'.

list_materialsC

Course materials (files posted in MCV): folder, name and URL.

download_materialA

Download one material to the local downloads folder.

Set extract_text to pull readable text out of PDFs so it can be summarised.

list_gradesA

Graded items and their scores. cv_cid filters to one course.

Items whose points MCV has not published yet are included with score 'Not ready' and released: false, so you can see what is still outstanding. Set released_only to hide them.

sync_nowA

Refresh from MyCourseVille now. full walks every semester, not just the current.

auth_statusB

Diagnostics: credentials present, session state, last sync result, row counts.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/aongzera/mcv-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server