Expense_tracker_mcp_server
Verified Safeby Hrishikesh-Gaikwad-GG
Overview
A server for tracking and managing personal expenses.
Installation
python main.pySecurity Notes
The application uses parameterized queries to prevent SQL injection. There are no obvious hardcoded secrets, obfuscation, or malicious patterns. Data is stored locally in an SQLite database. The categories.json file is read from the local filesystem, which is safe assuming the server environment is trusted. No 'eval' or other dangerous functions detected. The FastMCP framework itself handles network exposure.
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
A FastMCP server for tracking and managing personal or small-scale expenses, including adding, listing, and summarizing financial transactions.
test-remote-mcpserver
Manages personal expense entries, allowing users to add, list, and summarize expenditures.