mcp-server-host
Verified Safeby LinusOlofsson-maker
Overview
A simple API and web interface for high school students to view and sign up for extracurricular activities.
Installation
uvicorn app:app --host 0.0.0.0 --port 8000Security Notes
The application lacks authentication and authorization mechanisms. Any user can sign up or unregister any email for any activity, including other students' emails, through direct API calls or the client-side interface. There is no server-side validation of the 'email' format beyond basic existence checks. This makes the system vulnerable to unauthorized data manipulation for its stated purpose.
Similar Servers
mcp_server_sample
Provides a backend API for managing school-related data, likely serving information stored in a SQLite database.
MCP-Student-Recommendation-Server
An AI-powered recommendation system for students, providing personalized content (forums, courses, events, scholarships, etc.) and integrating with an AI assistant via the Model Context Protocol (MCP).
Kopi-af-MCP-server
A simple web application and API for students to view and sign up for extracurricular activities at a high school.
ExpenseTrackerwithFastApi-McpServer-ClaudeDesktop
Converts an existing FastAPI expense tracker application into a FastMCP server, enabling integration with clients like Claude Desktop.