A Demo Student Services Model Context Protocol Server
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"student-services-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This is a FastAPI-MCP based server that provides comprehensive student services functionality through an MCP (Model Control Protocol) interface. The server allows you to manage student records, check financial aid eligibility, perform academic planning, and conduct advanced analytics including attrition prediction and dropout risk analysis. It was built as part of the 5-Day Google AI Kaggle Competition / Course in Q1 of 2025 and has since been expanded to support the new Academic Planning Agent
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in education
A Model Context Protocol server for searching and analyzing arXiv papers
MCP server for NotebookLM - Let your AI agents (Claude Code, Codex) research documentation directly with grounded, citation-backed answers from Gemini. Persistent auth, library management, cross-client sharing. Zero hallucinations, just your knowledge base.
A MCP server that integrates the Semantic Scholar API and the arXiv API so AI assistants (e.g. Claude Code, Cursor) can search and fetch academic paper metadata.
MCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
MCP Security Weekly
Get CVE alerts and security updates for Student Services Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
title: Student Services MCP Server tags:
This is a FastAPI-MCP based server that provides comprehensive student services functionality through an MCP (Model Control Protocol) interface. The server allows you to manage student records, check financial aid eligibility, perform academic planning, and conduct advanced analytics including attrition prediction and dropout risk analysis. It was built as part of the 5-Day Google AI Kaggle Competition / Course in Q1 of 2025 and has since been expanded to support the new Academic Planning Agent sample project and advanced student analytics.
For the original agent concept, check out the Medium post or Kaggle notebook for full submission details.
For the new Academic Planning Assistant, check out Academic Planning Assistant Project.
It demonstrates how to:
The server exposes the following main endpoints:
/messages/ - Main endpoint for all MCP operations/mcp - Server-Sent Events endpoint for real-time updatesfetch_students - Retrieves a list of all studentsfetch_student_profile <student_id> - Retrieves detailed information for a specific studentfetch_student_profile_by_name <student_name> - Retrieves student profile by name (case-insensitive)fetch_academic_history <student_id> - Retrieves academic history for a student