test-remote-mcpserver
Verified Safeby yash-rewalia
Overview
Manages personal expense entries, allowing users to add, list, and summarize expenditures.
Installation
python main.pySecurity Notes
The server uses parameterized queries, effectively mitigating SQL injection risks. It explicitly handles database initialization and checks for write access to the temporary database file. No 'eval' or obfuscation is present in the provided code. The server binds to 0.0.0.0, which makes it accessible from external interfaces if deployed without a firewall, but this is a deployment concern rather than a code vulnerability.
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.
Expense_tracker_mcp_server
A server for tracking and managing personal expenses.
Test-Remote-MCP-Server
A FastMCP server for tracking and managing personal or small-scale expenses, including adding, listing, and summarizing financial transactions.