sasanka-expense-tracker-mcp
Verified Safeby sasanka0212
Overview
A Micro-Capability Platform (MCP) server for tracking personal expenses, allowing users to add, list, and summarize expenditures through a defined API.
Installation
python main.pySecurity Notes
The server correctly uses parameterized SQL queries to prevent SQL injection. No 'eval' statements or obvious hardcoded secrets were found. It runs on '0.0.0.0', making it externally accessible; if deployed publicly, proper network security (e.g., firewall, reverse proxy, access control) is recommended. The database path uses a temporary directory, which is safe from overwriting critical system files but means data is ephemeral.
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-mcpserver
Manages personal expense entries, allowing users to add, list, and summarize expenditures.
Expense_tracker_mcp_server
A server for tracking and managing personal expenses.