test-remote-mcp-server
Verified Safeby Hari2352428
Overview
This server functions as a simple expense tracker, allowing users to add, list, and summarize their financial expenses.
Installation
python main.pySecurity Notes
Uses parameterized queries for all database operations, effectively preventing SQL injection vulnerabilities. No 'eval' or direct 'os.system' calls are present. The database is stored in a temporary directory, which while potentially leading to data non-persistence, does not pose a direct code execution or critical security risk from the application's perspective.
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
Manages and tracks personal expenses, allowing users to add, list, and summarize financial transactions.
test_remote_mcp_server
This server provides tools to track, list, and summarize personal or small-scale expenses using a local SQLite database.