mcp-server
Verified Safeby iamfresh2
Overview
Manages and tracks personal or small business expenses by providing tools to add, list, and summarize financial entries.
Installation
python main.pySecurity Notes
The application uses parameterized SQL queries ('?') which effectively prevents SQL injection vulnerabilities. It handles database initialization and operations asynchronously with `aiosqlite`, and includes error handling for database access issues (e.g., read-only mode). No 'eval' statements, hardcoded secrets, or obvious malicious patterns were found. The server binds to `0.0.0.0:8000`, which makes it accessible on all network interfaces; this is standard for local development but would require careful consideration and network security if exposed publicly.
Similar Servers
Expense_Tracker-MCP-Server
Manages personal expenses by allowing users to add, list, summarize, and delete expense entries.
test-mcp-server-remote
Manages and tracks personal or business expenses via an API, including adding, listing, and summarizing 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-server-mcp
An HTTP server for tracking personal expenses, allowing users to add, list, and summarize financial transactions through an API.