test-remote-server-mcp
Verified Safeby AyushSingh7404
Overview
An HTTP server for tracking personal expenses, allowing users to add, list, and summarize financial transactions through an API.
Installation
fastmcp run main.py --transport http --host 0.0.0.0 --port 8000Security Notes
The code uses parameterized queries, effectively preventing SQL injection. No hardcoded secrets or dangerous functions like 'eval' are present. Error messages could be more generalized to prevent potential information leakage in a high-security context, but for a simple expense tracker, this is a minor concern. The use of tempfile.gettempdir() for the database path means data persistence might be an issue across server/system restarts, which is a functional rather than a direct security vulnerability.
Similar Servers
Expense_Tracker-MCP-Server
Manages personal expenses by allowing users to add, list, summarize, and delete expense entries.
Expense-Tracker-MCP-server
An expense tracking application designed for personal financial management, featuring both local and potential remote data synchronization capabilities.
test-remote-mcp-server
An asynchronous MCP server designed for tracking and summarizing personal or small-scale expenses with a local SQLite database, exposing its functionality via an HTTP API.
mcp-server
Manages and tracks personal or small business expenses by providing tools to add, list, and summarize financial entries.