mcpi-server-status
Verified Safeby pandaboy6621
Overview
Monitors the status of Minecraft Pocket Edition (MCPI) servers and displays them on a basic webpage with a 24-hour heartbeat history.
Installation
python app.pySecurity Notes
The application uses parameterized queries for SQLite, mitigating SQL injection risks. The HTML template is a static string, reducing server-side XSS vulnerabilities. Input from external MCPI servers (names, versions) is displayed directly without explicit HTML sanitization in the client-side JavaScript, which could theoretically allow client-side XSS if a malicious server provides crafted data, though the impact is generally low for this type of monitoring application. No hardcoded secrets or 'eval' calls found. Network communication uses standard UDP for status checks.
Similar Servers
mcp-browser-kit
Enables AI assistants to interact with local browsers by providing tools for browser automation and content extraction.
mcp-uptime-kuma
Provides a Model Context Protocol (MCP) interface for real-time Uptime Kuma monitoring data.
CloudMcp
Provides a set of simple, executable tools (time, date, calculator, memory storage) via an MCP interface using Server-Sent Events (SSE).
Gemini_mcp_server
A server application designed to host or manage instances of Minecraft Pocket Edition (MCP) games, potentially offering a web interface or API for administration.