remote-mcp-server
Verified Safeby 080bct12alex
Overview
A server for tracking and managing personal or business expenses, allowing users to add, list, and summarize financial transactions.
Installation
python main.pySecurity Notes
The code uses parameterized SQL queries to prevent SQL injection. No hardcoded secrets or 'eval' statements were found. The server binds to '0.0.0.0', making it accessible externally, which requires appropriate network security measures if deployed publicly. The database is stored in a temporary directory, which is safe from hardcoded paths but means data is ephemeral and will be lost on system restarts or cleanup.
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-Mcp-Server
An expense tracker server that allows adding, listing, and summarizing financial expenses.
Expense-tracker-mcp-server
A server for tracking and managing personal expenses via a FastMCP API.