BrauoOue/mcp-server
If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This project implements a Model Context Protocol (MCP) server for a Student Management System, enabling interaction with Large Language Models (LLMs) through a standardized interface.
Tools
Functions exposed to the LLM to take actions
List Operations
Retrieve all students, professors, courses, course instances.
Detail Operations
Get specific records by ID, index, email, or name.
Create Operations
Add new students, professors, courses, and course instances.
Update Operations
Enroll/unenroll students, update grades, edit course information.
Delete Operations
Remove records with proper cascade handling.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client