mcp-server
Verified Safeby rajanpatel126
Overview
A personal expense tracker with tools to add, list, delete, and summarize expenses, providing an API for financial management.
Installation
python server.pySecurity Notes
The server uses parameterized SQL queries ('?') which effectively prevents SQL injection. No 'eval' or similar dangerous functions are used. There are no hardcoded sensitive credentials. The `DB_PATH` in `server.py` uses a temporary directory, which is a functional issue regarding data persistence rather than a direct security vulnerability, though permissions on temporary directories should always be appropriately managed by the OS.
Similar Servers
mcp-server-csdn
The server automatically publishes Markdown articles to the CSDN platform, acting as a tool called by a Spring AI agent.
biomedmcp
A biomedical research Model Context Protocol (MCP) server and an autonomous research agent that uses local LLMs to search PubMed and the web for medical questions, providing evidence-based answers with citations.
ancplua-mcp
Provides C#/.NET Model Context Protocol (MCP) servers to expose development tools for filesystem, Git, CI/CD, Roslyn analysis, and multi-AI orchestration, facilitating advanced developer workflows and AI-assisted development.
mt-data-mcp
A MetaTrader5 Model Context Protocol (MCP) server for accessing market data, performing technical analysis, generating forecasts, and optimizing trading strategies.