Kopi-af-MCP-server
Verified Safeby MagnusMax-tech
Overview
A simple web application and API for students to view and sign up for extracurricular activities at a high school.
Installation
uvicorn app:app --host 0.0.0.0 --port 8000Security Notes
The application uses an in-memory database, which resets on server restart. No hardcoded secrets, 'eval', or obfuscation found. The frontend uses `innerHTML` to render activity details and participant emails. While not currently exploitable due to static data, dynamic user-controlled inputs rendered via `innerHTML` could pose an XSS risk. Lacks production-grade features like rate limiting, comprehensive input sanitization, and authentication/authorization.
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).
mcp-framework-server
A Python-based server for a Model Context Protocol (MCP) enabling interactive career orientation (proforientation) dialogues via a REST API, designed to integrate with a Telegram bot.
mcp-server-host
A simple API and web interface for high school students to view and sign up for extracurricular activities.