Expense-Tracker-MCP-Server
Verified Safeby Sanjayvk98
Overview
This server provides a local API for managing and summarizing personal expense entries.
Installation
python "Expense Tracker/main.py"Security Notes
The server uses parameterized SQL queries, effectively preventing SQL injection. No hardcoded secrets or dangerous functions like 'eval' or 'exec' are present. The SQLite database is created in a temporary directory, which ensures write access but could theoretically be accessed by other processes on the same system in a multi-user environment, although this is a minor concern for a typical local expense tracker. The file access for categories is limited to a local JSON file within the application directory.
Similar Servers
Trackor
Provides an MCP server for tracking personal expenses, including adding, listing, summarizing, updating, and exporting data.
Expenses-Tracker-MCP-Server
Provides a backend for AI clients to manage, track, and analyze personal or business expenses through a Model Context Protocol (MCP) interface.
expense_tracker_remote_mcp_server
The server provides an API for users to track, add, list, and summarize their personal expenses, storing the data in a local SQLite database.
test-remote-mcp-server
An API server for managing personal expenses, allowing users to add, list, and summarize expense entries.