Back to Home
siddhant-ew icon

mcp-server-expenses

Verified Safe

by siddhant-ew

Overview

Manages and tracks personal expenses, storing them in a SQLite database via a FastMCP server.

Installation

Run Command
python main.py

Security Notes

SQL queries are parameterized, mitigating SQL injection risks. No obvious hardcoded secrets or malicious patterns were found. The 'get_square' function in 'remote-mcp.py' calculates 'a**a', which could lead to very large numbers, potentially causing performance issues for extremely large inputs, but is not a direct security vulnerability like RCE. The DB_PATH is hardcoded to a Windows-specific path in 'main.py' and 'expense_tracker.py', which is a portability issue but not a security risk.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-11-29

Tags

Expense TrackingSQLiteFastMCPFinancialDatabase