Back to Home
LinusOlofsson-maker icon

mcp-server-host

Verified Safe

by LinusOlofsson-maker

Overview

A simple API and web interface for high school students to view and sign up for extracurricular activities.

Installation

Run Command
uvicorn app:app --host 0.0.0.0 --port 8000

Security 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

Stats

Interest Score0
Security Score3
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-12-15

Tags

FastAPIWeb ApplicationStudent ManagementActivity SignupIn-memory data