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
Expense_tracker_mcp_server
A server for tracking and managing personal expenses.
practice-mcp-server
Manages and tracks personal or financial expense entries using a local SQLite database and exposes functionalities via a FastMCP server.
Test-Remote-MCP-Server
A FastMCP server for tracking and managing personal or small-scale expenses, including adding, listing, and summarizing financial transactions.
Expense-tracker-mcp-server
Manages personal expenses by providing tools to add, list, edit, delete, and summarize financial entries with category support.