expense_tracker_remote_mcp_server
Verified Safeby GaneshGMgr
Overview
Manage personal income and expenses, including adding, listing, summarizing, editing, and soft-deleting financial entries.
Installation
uv run python main.pySecurity Notes
The code uses parameterized queries for all database operations, effectively preventing SQL injection vulnerabilities. No 'eval' or similar dangerous functions were found. Input validation for dates and amounts is present. The server defaults to listening on '0.0.0.0', which is standard but implies it will be accessible from all network interfaces if deployed without appropriate firewall rules.
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.
expense_tracker_remote_mcp_server
Manage personal income and expenses, including adding, listing, summarizing, editing, and soft-deleting financial entries.
test-remote-mcpserver
Manages personal expense entries, allowing users to add, list, and summarize expenditures.