MCP-Esgrima-B-blico-Python
by Yitz4
Overview
This server manages questions and rules for a 'Biblical Fencing' competition, providing tools to list and read markdown files containing game content.
Installation
python server.pySecurity Notes
The `leer_archivo` tool is critically vulnerable to path traversal. It directly concatenates user-provided input (`nombre`) with `CARPETA_MD` without any sanitization or validation (e.g., checking for `../`). This allows a malicious actor to read arbitrary files on the server (e.g., `/etc/passwd`, sensitive configuration files, or other application data) by crafting the `nombre` parameter. This is a high-severity vulnerability.
Similar Servers
mcp
This MCP server assists developers by identifying inefficient or outdated npm packages in install commands and source files, providing migration documentation.
mcp-doc-server
The project serves as a document processing backend, extracting metadata and text from various document formats (Markdown, PDF), cleaning and segmenting the content, and preparing it for further analysis or embedding.
bible-MCP-server
Provides access to Bible verses and footnotes from a SQLite database via Model Context Protocol.
mcp-bible-mcp-server-1768613103694
Provides comprehensive Bible study tools, verse lookup, search, chapter reading, and devotional content generation capabilities for AI assistants.