expense-tracker-mcp-server
Verified Safeby anshu57
Overview
An MCP server for tracking and summarizing personal expenses.
Installation
python main.pySecurity Notes
The application uses parameterized SQL queries, mitigating SQL injection risks. There are no 'eval' statements, obvious hardcoded secrets, or obfuscation. The database is copied to an ephemeral /tmp directory, which means data is not persistent across system reboots for the writable database, but this is a design choice rather than a security flaw. The server listens on 0.0.0.0, which means it will be accessible from any network interface; appropriate firewall rules are recommended in production environments.
Similar Servers
Trackor
Provides an MCP server for tracking personal expenses, including adding, listing, summarizing, updating, and exporting data.
TEST-REMOTE-MCP-SERVER
Manages and tracks personal expenses, allowing users to add, list, and summarize financial transactions.
expense-tracker-remote-mcp-server
Manages and tracks personal expenses, offering features like adding, listing, updating, deleting, and summarizing expenses with natural language date parsing and categorization.
expense_manager_mcp_server
Manages personal or business expenses via an MCP server, allowing LLM clients and applications to add, update, delete, list, filter, and summarize financial transactions.