Back to Home
ibraimacamara icon

PAP_mcp_server

by ibraimacamara

Overview

This server provides a backend API with tools for managing school-related data, including students, guardians, and their relationships, likely for a school administration system.

Installation

Run Command
python backend/server.py

Security Notes

CRITICAL: Database credentials (root user with empty password) are hardcoded in `backend/conexao.py` and `dashmin/conexao.php`. This is a severe security vulnerability. The MCP tools in `backend/server.py` appear to be directly exposed without any visible authentication or authorization mechanisms, which is also a critical risk for an administrative system. While SQL queries use parameter binding to prevent injection, the overall lack of access control makes the system highly insecure.

Similar Servers

Stats

Interest Score0
Security Score2
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2026-01-19

Tags

School ManagementAPIDatabaseEducationBackend