Test-Mcp-Server
Verified Safeby YashJain2410
Overview
An expense tracker server that allows adding, listing, and summarizing financial expenses.
Installation
python main.pySecurity Notes
The code uses parameterized queries, effectively preventing SQL injection vulnerabilities. No hardcoded secrets or dangerous functions like 'eval' or 'os.system' are present. The database is stored in a temporary directory, which is a reasonable approach for a local-file-based database. The server binds to '0.0.0.0' by default, making it accessible from any network interface; while common for development, this should be considered in a production environment.
Similar Servers
Trackor
Provides an MCP server for tracking personal expenses, including adding, listing, summarizing, updating, and exporting data.
practice-mcp-server
A personal AI assistant backend server for managing notes, tasks, and calendar events, with web scraping and semantic search capabilities.
remote-mcp-server
A server for tracking and managing personal or business expenses, allowing users to add, list, and summarize financial transactions.
expense_tracking_remote_mcp_server
Manages and tracks personal or business expenses through an API.