Expenses-Tracker
Verified Safeby Pravamaya2
Overview
Track and manage personal expenses with a remote API server.
Installation
python main.pySecurity Notes
The server generally uses parameterized queries, which effectively prevents common SQL injection vulnerabilities. Dynamic query construction in `update` is limited to trusted field names, reducing risk. No hardcoded secrets or 'eval' statements were found. The server binds to localhost (127.0.0.1) by default, limiting network exposure. Error handling for database errors provides generic messages without exposing full tracebacks to clients, though tracebacks are printed internally.
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.
test-remote-mcp-server
Tracks and manages personal or business expenses via an API.
Expense-Tracker-MCP-Remote
Manages personal expenses by allowing users to add, list, and summarize expense entries through an API.